diff --git a/404.html b/404.html index 182f45236..5da0e5aa2 100644 --- a/404.html +++ b/404.html @@ -9,8 +9,8 @@ - - + + diff --git a/FAQ/index.html b/FAQ/index.html index f9a29f663..a2b1292b8 100644 --- a/FAQ/index.html +++ b/FAQ/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/admin-panel/AllProjectsPage/index.html b/admin-panel/AllProjectsPage/index.html index 24b7378ef..5c36ef2c4 100644 --- a/admin-panel/AllProjectsPage/index.html +++ b/admin-panel/AllProjectsPage/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/admin-panel/AllUsersPage/index.html b/admin-panel/AllUsersPage/index.html index 5d71fac11..48a0a670e 100644 --- a/admin-panel/AllUsersPage/index.html +++ b/admin-panel/AllUsersPage/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/admin-panel/EventMonitoring/index.html b/admin-panel/EventMonitoring/index.html index f6a2dc95d..b146771b9 100644 --- a/admin-panel/EventMonitoring/index.html +++ b/admin-panel/EventMonitoring/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/admin-panel/index.html b/admin-panel/index.html index 9ec09f4fa..790e23948 100644 --- a/admin-panel/index.html +++ b/admin-panel/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/AutoAnalysisOfLaunches/index.html b/analysis/AutoAnalysisOfLaunches/index.html index 84f30db13..881f8a242 100644 --- a/analysis/AutoAnalysisOfLaunches/index.html +++ b/analysis/AutoAnalysisOfLaunches/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/HowModelsAreRetrained/index.html b/analysis/HowModelsAreRetrained/index.html index f3de8a696..e23e15012 100644 --- a/analysis/HowModelsAreRetrained/index.html +++ b/analysis/HowModelsAreRetrained/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/ImmediateAutoAnalysis/index.html b/analysis/ImmediateAutoAnalysis/index.html index 0aed1d8c9..09f1758e8 100644 --- a/analysis/ImmediateAutoAnalysis/index.html +++ b/analysis/ImmediateAutoAnalysis/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/ImmediatePatternAnalysis/index.html b/analysis/ImmediatePatternAnalysis/index.html index d5924e7a6..599c2f677 100644 --- a/analysis/ImmediatePatternAnalysis/index.html +++ b/analysis/ImmediatePatternAnalysis/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/MLSuggestions/index.html b/analysis/MLSuggestions/index.html index 1ec92f13e..db4006195 100644 --- a/analysis/MLSuggestions/index.html +++ b/analysis/MLSuggestions/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/ManualAnalysis/index.html b/analysis/ManualAnalysis/index.html index 94e2ed5e7..6bd5c1c55 100644 --- a/analysis/ManualAnalysis/index.html +++ b/analysis/ManualAnalysis/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/PatternAnalysis/index.html b/analysis/PatternAnalysis/index.html index 03aaa32c9..18428b0fa 100644 --- a/analysis/PatternAnalysis/index.html +++ b/analysis/PatternAnalysis/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/SearchForTheSimilarToInvestigateItems/index.html b/analysis/SearchForTheSimilarToInvestigateItems/index.html index e618f66ef..995a92bc7 100644 --- a/analysis/SearchForTheSimilarToInvestigateItems/index.html +++ b/analysis/SearchForTheSimilarToInvestigateItems/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/UniqueErrorAnalysis/index.html b/analysis/UniqueErrorAnalysis/index.html index aaab3b064..403e20d04 100644 --- a/analysis/UniqueErrorAnalysis/index.html +++ b/analysis/UniqueErrorAnalysis/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/analysis/index.html b/analysis/index.html index 418f01d97..5f763b29d 100644 --- a/analysis/index.html +++ b/analysis/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/activities-search/index.html b/api/api-design/activities-search/index.html index 32463b02d..f01eb413f 100644 --- a/api/api-design/activities-search/index.html +++ b/api/api-design/activities-search/index.html @@ -9,8 +9,8 @@ - - + + @@ -25,6 +25,6 @@

Request

Query Parameters

    limit string

    The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint

    offset string

    The offset used for this page of results

    sort string

    Indicate sort by field

    order string

    Possible values: [ASC, DESC]

    Indicate sorting direction

Body

    search_criterias

    object[]

    required

  • Array [

  • filter_key stringrequired

    search by field

    operation string

    Possible values: [EQ, NE, CNT, NON_CNT, BTW, IN]

    operation to perform for the filter

    value stringrequired

    search value

  • ]

-

Responses

OK

Schema

    offset integerrequired

    The offset used for this page of results.

    limit integerrequired

    The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.

    total_count integerrequired

    One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.

    sort string

    Field to define the sort field.

    order string

    Possible values: [ASC, DESC]

    To indicate sorting direction. Ascending or Descending.

    items

    object[]

    required

  • Array [

  • id int64

    Possible values: >= 1

    created_at date-time
    event_name string
    object_id int64

    Possible values: >= 1

    object_name string
    object_type string
    project_id int64

    Possible values: >= 1

    project_name string
    subject_name string
    subject_type string

    details

    object

    history

    object[]

  • Array [

  • field string
    old_value string
    new_value string
  • ]

  • ]

Loading...
+

Responses

OK

Schema

    offset integerrequired

    The offset used for this page of results.

    limit integerrequired

    The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.

    total_count integerrequired

    One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.

    sort string

    Field to define the sort field.

    order string

    Possible values: [ASC, DESC]

    To indicate sorting direction. Ascending or Descending.

    items

    object[]

    required

  • Array [

  • id int64

    Possible values: >= 1

    created_at date-time
    event_name string
    object_id int64

    Possible values: >= 1

    object_name string
    object_type string
    project_id int64

    Possible values: >= 1

    project_name string
    subject_name string
    subject_type string

    details

    object

    history

    object[]

  • Array [

  • field string
    old_value string
    new_value string
  • ]

  • ]

Loading...
\ No newline at end of file diff --git a/api/api-design/activities/index.html b/api/api-design/activities/index.html index d241ed287..728b63f75 100644 --- a/api/api-design/activities/index.html +++ b/api/api-design/activities/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/delete-users-user-id-api-keys-key-id/index.html b/api/api-design/delete-users-user-id-api-keys-key-id/index.html index f4aa8b61b..e3a844039 100644 --- a/api/api-design/delete-users-user-id-api-keys-key-id/index.html +++ b/api/api-design/delete-users-user-id-api-keys-key-id/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/get-project-suggestions/index.html b/api/api-design/get-project-suggestions/index.html index d5814908d..441a7bded 100644 --- a/api/api-design/get-project-suggestions/index.html +++ b/api/api-design/get-project-suggestions/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/get-user-api-keys/index.html b/api/api-design/get-user-api-keys/index.html index a7a2eefae..ced1ea543 100644 --- a/api/api-design/get-user-api-keys/index.html +++ b/api/api-design/get-user-api-keys/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/post-users-user-id-api-keys/index.html b/api/api-design/post-users-user-id-api-keys/index.html index 884c7946c..e9cd2d5a2 100644 --- a/api/api-design/post-users-user-id-api-keys/index.html +++ b/api/api-design/post-users-user-id-api-keys/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/projects/index.html b/api/api-design/projects/index.html index b8b8ac68a..7f5b08d2a 100644 --- a/api/api-design/projects/index.html +++ b/api/api-design/projects/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/reportportal-api/index.html b/api/api-design/reportportal-api/index.html index 9865aec06..5daaa7115 100644 --- a/api/api-design/reportportal-api/index.html +++ b/api/api-design/reportportal-api/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/suggestions/index.html b/api/api-design/suggestions/index.html index 1cb98ae40..c9e6195d4 100644 --- a/api/api-design/suggestions/index.html +++ b/api/api-design/suggestions/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/api-design/user-api-keys/index.html b/api/api-design/user-api-keys/index.html index 6203cec0b..782b97484 100644 --- a/api/api-design/user-api-keys/index.html +++ b/api/api-design/user-api-keys/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/intro/index.html b/api/intro/index.html index ea1fef39b..4f327410d 100644 --- a/api/intro/index.html +++ b/api/intro/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/activity-controller/index.html b/api/service-api/activity-controller/index.html index a09a78a44..a4dd9b12c 100644 --- a/api/service-api/activity-controller/index.html +++ b/api/service-api/activity-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/activity-event-controller/index.html b/api/service-api/activity-event-controller/index.html index 46bb89047..35ae9f88b 100644 --- a/api/service-api/activity-event-controller/index.html +++ b/api/service-api/activity-event-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/add-user-preference-using-put/index.html b/api/service-api/add-user-preference-using-put/index.html index af9504f32..a43076faa 100644 --- a/api/service-api/add-user-preference-using-put/index.html +++ b/api/service-api/add-user-preference-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/add-widget-using-put/index.html b/api/service-api/add-widget-using-put/index.html index 8f64f1fdc..bd4d6e769 100644 --- a/api/service-api/add-widget-using-put/index.html +++ b/api/service-api/add-widget-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/assign-project-users-using-put/index.html b/api/service-api/assign-project-users-using-put/index.html index 3b4935ba0..ed958ddc9 100644 --- a/api/service-api/assign-project-users-using-put/index.html +++ b/api/service-api/assign-project-users-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/bug-tracking-system-controller/index.html b/api/service-api/bug-tracking-system-controller/index.html index 6d890d889..7f1f3c7cb 100644 --- a/api/service-api/bug-tracking-system-controller/index.html +++ b/api/service-api/bug-tracking-system-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/bulk-force-finish-using-put/index.html b/api/service-api/bulk-force-finish-using-put/index.html index 72cef4a72..e1de72e64 100644 --- a/api/service-api/bulk-force-finish-using-put/index.html +++ b/api/service-api/bulk-force-finish-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/bulk-update-using-put-1/index.html b/api/service-api/bulk-update-using-put-1/index.html index 9691f7c9c..6da927f64 100644 --- a/api/service-api/bulk-update-using-put-1/index.html +++ b/api/service-api/bulk-update-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/bulk-update-using-put/index.html b/api/service-api/bulk-update-using-put/index.html index 8137a290e..8111bda26 100644 --- a/api/service-api/bulk-update-using-put/index.html +++ b/api/service-api/bulk-update-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/change-password-using-post-1/index.html b/api/service-api/change-password-using-post-1/index.html index a7d4a4473..ac55e0315 100644 --- a/api/service-api/change-password-using-post-1/index.html +++ b/api/service-api/change-password-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/change-password-using-post/index.html b/api/service-api/change-password-using-post/index.html index e181d11df..28f9c48cd 100644 --- a/api/service-api/change-password-using-post/index.html +++ b/api/service-api/change-password-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/compare-launches-using-get/index.html b/api/service-api/compare-launches-using-get/index.html index b728a6d66..98415145f 100644 --- a/api/service-api/compare-launches-using-get/index.html +++ b/api/service-api/compare-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-api-key-using-post-1/index.html b/api/service-api/create-api-key-using-post-1/index.html index cdd1c4dda..1bcc762da 100644 --- a/api/service-api/create-api-key-using-post-1/index.html +++ b/api/service-api/create-api-key-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-api-key-using-post/index.html b/api/service-api/create-api-key-using-post/index.html index 1c205380a..1ec34e5e3 100644 --- a/api/service-api/create-api-key-using-post/index.html +++ b/api/service-api/create-api-key-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-clusters-using-post/index.html b/api/service-api/create-clusters-using-post/index.html index efb8577b5..0935828fb 100644 --- a/api/service-api/create-clusters-using-post/index.html +++ b/api/service-api/create-clusters-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-dashboard-using-post/index.html b/api/service-api/create-dashboard-using-post/index.html index 7c41399df..77ad2e6b9 100644 --- a/api/service-api/create-dashboard-using-post/index.html +++ b/api/service-api/create-dashboard-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-filter-using-post/index.html b/api/service-api/create-filter-using-post/index.html index f8c4a0d55..ffeb0bfbb 100644 --- a/api/service-api/create-filter-using-post/index.html +++ b/api/service-api/create-filter-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-global-integration-using-post/index.html b/api/service-api/create-global-integration-using-post/index.html index c68178691..afa5b3acb 100644 --- a/api/service-api/create-global-integration-using-post/index.html +++ b/api/service-api/create-global-integration-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-issue-using-post/index.html b/api/service-api/create-issue-using-post/index.html index b3cd58722..ae0afee70 100644 --- a/api/service-api/create-issue-using-post/index.html +++ b/api/service-api/create-issue-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-log-entry-using-post-1/index.html b/api/service-api/create-log-entry-using-post-1/index.html index a14b35661..d129cecb2 100644 --- a/api/service-api/create-log-entry-using-post-1/index.html +++ b/api/service-api/create-log-entry-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-log-entry-using-post/index.html b/api/service-api/create-log-entry-using-post/index.html index 7636d1e42..b46ab0910 100644 --- a/api/service-api/create-log-entry-using-post/index.html +++ b/api/service-api/create-log-entry-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-log-using-post-1/index.html b/api/service-api/create-log-using-post-1/index.html index 7fed456c8..1bfddc125 100644 --- a/api/service-api/create-log-using-post-1/index.html +++ b/api/service-api/create-log-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-log-using-post/index.html b/api/service-api/create-log-using-post/index.html index 8ec96e82a..a5502a4ee 100644 --- a/api/service-api/create-log-using-post/index.html +++ b/api/service-api/create-log-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-notification-using-post/index.html b/api/service-api/create-notification-using-post/index.html index 4dbafc9eb..63e9908be 100644 --- a/api/service-api/create-notification-using-post/index.html +++ b/api/service-api/create-notification-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-pattern-template-using-post/index.html b/api/service-api/create-pattern-template-using-post/index.html index 510d2c10c..ec37f04a0 100644 --- a/api/service-api/create-pattern-template-using-post/index.html +++ b/api/service-api/create-pattern-template-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-project-integration-using-post/index.html b/api/service-api/create-project-integration-using-post/index.html index 91f039d93..d84c11d09 100644 --- a/api/service-api/create-project-integration-using-post/index.html +++ b/api/service-api/create-project-integration-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-project-issue-sub-type-using-post/index.html b/api/service-api/create-project-issue-sub-type-using-post/index.html index 057c3da23..f55eef898 100644 --- a/api/service-api/create-project-issue-sub-type-using-post/index.html +++ b/api/service-api/create-project-issue-sub-type-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-project-using-post/index.html b/api/service-api/create-project-using-post/index.html index ee79a95e2..56bf70d8d 100644 --- a/api/service-api/create-project-using-post/index.html +++ b/api/service-api/create-project-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-user-bid-using-post-1/index.html b/api/service-api/create-user-bid-using-post-1/index.html index 1f2900be6..261d58c77 100644 --- a/api/service-api/create-user-bid-using-post-1/index.html +++ b/api/service-api/create-user-bid-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-user-bid-using-post/index.html b/api/service-api/create-user-bid-using-post/index.html index 817075234..9b08f9034 100644 --- a/api/service-api/create-user-bid-using-post/index.html +++ b/api/service-api/create-user-bid-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-user-by-admin-using-post-1/index.html b/api/service-api/create-user-by-admin-using-post-1/index.html index 92d7df872..b9895f7f6 100644 --- a/api/service-api/create-user-by-admin-using-post-1/index.html +++ b/api/service-api/create-user-by-admin-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-user-by-admin-using-post/index.html b/api/service-api/create-user-by-admin-using-post/index.html index b610aca79..f99d0f72f 100644 --- a/api/service-api/create-user-by-admin-using-post/index.html +++ b/api/service-api/create-user-by-admin-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-user-using-post-1/index.html b/api/service-api/create-user-using-post-1/index.html index dec293e72..2f0e37eb6 100644 --- a/api/service-api/create-user-using-post-1/index.html +++ b/api/service-api/create-user-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-user-using-post/index.html b/api/service-api/create-user-using-post/index.html index 659cd62d0..24124f897 100644 --- a/api/service-api/create-user-using-post/index.html +++ b/api/service-api/create-user-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/create-widget-using-post/index.html b/api/service-api/create-widget-using-post/index.html index dc982d103..a74a1d22f 100644 --- a/api/service-api/create-widget-using-post/index.html +++ b/api/service-api/create-widget-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/dashboard-controller/index.html b/api/service-api/dashboard-controller/index.html index 96dfd0993..eaba5a529 100644 --- a/api/service-api/dashboard-controller/index.html +++ b/api/service-api/dashboard-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/define-test-item-issue-type-using-put/index.html b/api/service-api/define-test-item-issue-type-using-put/index.html index 1d4e6a336..bcf6d140e 100644 --- a/api/service-api/define-test-item-issue-type-using-put/index.html +++ b/api/service-api/define-test-item-issue-type-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-all-integrations-using-delete/index.html b/api/service-api/delete-all-integrations-using-delete/index.html index 709e07f20..2212737d3 100644 --- a/api/service-api/delete-all-integrations-using-delete/index.html +++ b/api/service-api/delete-all-integrations-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-all-project-integrations-using-delete/index.html b/api/service-api/delete-all-project-integrations-using-delete/index.html index a35672025..85c23d80c 100644 --- a/api/service-api/delete-all-project-integrations-using-delete/index.html +++ b/api/service-api/delete-all-project-integrations-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-api-key-using-delete-1/index.html b/api/service-api/delete-api-key-using-delete-1/index.html index d9a442226..8d1e63cca 100644 --- a/api/service-api/delete-api-key-using-delete-1/index.html +++ b/api/service-api/delete-api-key-using-delete-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-api-key-using-delete/index.html b/api/service-api/delete-api-key-using-delete/index.html index 8327e599e..9802402ed 100644 --- a/api/service-api/delete-api-key-using-delete/index.html +++ b/api/service-api/delete-api-key-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-dashboard-using-delete/index.html b/api/service-api/delete-dashboard-using-delete/index.html index 6145003db..c5e4b9814 100644 --- a/api/service-api/delete-dashboard-using-delete/index.html +++ b/api/service-api/delete-dashboard-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-filter-using-delete/index.html b/api/service-api/delete-filter-using-delete/index.html index 14ba6f363..d29dff677 100644 --- a/api/service-api/delete-filter-using-delete/index.html +++ b/api/service-api/delete-filter-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-global-integration-using-delete/index.html b/api/service-api/delete-global-integration-using-delete/index.html index bbbe7076e..2cd4f14de 100644 --- a/api/service-api/delete-global-integration-using-delete/index.html +++ b/api/service-api/delete-global-integration-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-launch-using-delete/index.html b/api/service-api/delete-launch-using-delete/index.html index aed9d3b0b..1af724df0 100644 --- a/api/service-api/delete-launch-using-delete/index.html +++ b/api/service-api/delete-launch-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-launches-using-delete/index.html b/api/service-api/delete-launches-using-delete/index.html index 16d33b1fd..780c388e7 100644 --- a/api/service-api/delete-launches-using-delete/index.html +++ b/api/service-api/delete-launches-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-log-using-delete/index.html b/api/service-api/delete-log-using-delete/index.html index 157bf426f..d75d75c7c 100644 --- a/api/service-api/delete-log-using-delete/index.html +++ b/api/service-api/delete-log-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-notification-using-delete/index.html b/api/service-api/delete-notification-using-delete/index.html index 067d19e25..51d002431 100644 --- a/api/service-api/delete-notification-using-delete/index.html +++ b/api/service-api/delete-notification-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-pattern-template-using-delete/index.html b/api/service-api/delete-pattern-template-using-delete/index.html index ff72436e8..fc8ce168e 100644 --- a/api/service-api/delete-pattern-template-using-delete/index.html +++ b/api/service-api/delete-pattern-template-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-photo-using-delete/index.html b/api/service-api/delete-photo-using-delete/index.html index 54091f07b..72ed56393 100644 --- a/api/service-api/delete-photo-using-delete/index.html +++ b/api/service-api/delete-photo-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-plugin-using-delete/index.html b/api/service-api/delete-plugin-using-delete/index.html index 31408a16d..df4e2e8f8 100644 --- a/api/service-api/delete-plugin-using-delete/index.html +++ b/api/service-api/delete-plugin-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-project-index-using-delete/index.html b/api/service-api/delete-project-index-using-delete/index.html index 3eaa815ea..57ddbd87b 100644 --- a/api/service-api/delete-project-index-using-delete/index.html +++ b/api/service-api/delete-project-index-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-project-integration-using-delete/index.html b/api/service-api/delete-project-integration-using-delete/index.html index 58fce6978..c9690b852 100644 --- a/api/service-api/delete-project-integration-using-delete/index.html +++ b/api/service-api/delete-project-integration-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-project-issue-sub-type-using-delete/index.html b/api/service-api/delete-project-issue-sub-type-using-delete/index.html index d2dbf078c..6104ad16a 100644 --- a/api/service-api/delete-project-issue-sub-type-using-delete/index.html +++ b/api/service-api/delete-project-issue-sub-type-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-project-using-delete-1/index.html b/api/service-api/delete-project-using-delete-1/index.html index ac72eff3c..71dea5bd9 100644 --- a/api/service-api/delete-project-using-delete-1/index.html +++ b/api/service-api/delete-project-using-delete-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-project-using-delete/index.html b/api/service-api/delete-project-using-delete/index.html index 4030d952a..6ffd00ee6 100644 --- a/api/service-api/delete-project-using-delete/index.html +++ b/api/service-api/delete-project-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-test-item-using-delete/index.html b/api/service-api/delete-test-item-using-delete/index.html index 3f8bc70e1..cfaf91457 100644 --- a/api/service-api/delete-test-item-using-delete/index.html +++ b/api/service-api/delete-test-item-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-test-items-using-delete/index.html b/api/service-api/delete-test-items-using-delete/index.html index 3734aace2..41862203b 100644 --- a/api/service-api/delete-test-items-using-delete/index.html +++ b/api/service-api/delete-test-items-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-user-using-delete-1/index.html b/api/service-api/delete-user-using-delete-1/index.html index 071739078..66cb65f30 100644 --- a/api/service-api/delete-user-using-delete-1/index.html +++ b/api/service-api/delete-user-using-delete-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-user-using-delete/index.html b/api/service-api/delete-user-using-delete/index.html index 7518c9458..3cc1cecfb 100644 --- a/api/service-api/delete-user-using-delete/index.html +++ b/api/service-api/delete-user-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-users-using-delete-1/index.html b/api/service-api/delete-users-using-delete-1/index.html index 53794784f..b266d10c3 100644 --- a/api/service-api/delete-users-using-delete-1/index.html +++ b/api/service-api/delete-users-using-delete-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/delete-users-using-delete/index.html b/api/service-api/delete-users-using-delete/index.html index fabab33d0..57a3cbce7 100644 --- a/api/service-api/delete-users-using-delete/index.html +++ b/api/service-api/delete-users-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/demo-data-controller/index.html b/api/service-api/demo-data-controller/index.html index c2c2fce36..57bbb0252 100644 --- a/api/service-api/demo-data-controller/index.html +++ b/api/service-api/demo-data-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/deprecated-user-controller/index.html b/api/service-api/deprecated-user-controller/index.html index 667cb212f..a88d4a471 100644 --- a/api/service-api/deprecated-user-controller/index.html +++ b/api/service-api/deprecated-user-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/edit-user-using-put-1/index.html b/api/service-api/edit-user-using-put-1/index.html index 70ffa1995..e34a2570e 100644 --- a/api/service-api/edit-user-using-put-1/index.html +++ b/api/service-api/edit-user-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/edit-user-using-put/index.html b/api/service-api/edit-user-using-put/index.html index 34f5dc55c..3bed80378 100644 --- a/api/service-api/edit-user-using-put/index.html +++ b/api/service-api/edit-user-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/execute-integration-command-using-put/index.html b/api/service-api/execute-integration-command-using-put/index.html index 45f2c2bd6..36690a6d6 100644 --- a/api/service-api/execute-integration-command-using-put/index.html +++ b/api/service-api/execute-integration-command-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/execute-plugin-command-using-put/index.html b/api/service-api/execute-plugin-command-using-put/index.html index 4aca62a1f..609619f34 100644 --- a/api/service-api/execute-plugin-command-using-put/index.html +++ b/api/service-api/execute-plugin-command-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/execute-public-plugin-command-using-put/index.html b/api/service-api/execute-public-plugin-command-using-put/index.html index 9c7f39fba..81230eb33 100644 --- a/api/service-api/execute-public-plugin-command-using-put/index.html +++ b/api/service-api/execute-public-plugin-command-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/export-projects-using-get/index.html b/api/service-api/export-projects-using-get/index.html index 7db041fea..1f2087d98 100644 --- a/api/service-api/export-projects-using-get/index.html +++ b/api/service-api/export-projects-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/export-using-get-1/index.html b/api/service-api/export-using-get-1/index.html index 6254cdf04..0e56c294e 100644 --- a/api/service-api/export-using-get-1/index.html +++ b/api/service-api/export-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/export-using-get/index.html b/api/service-api/export-using-get/index.html index 68560911f..3a42a9c5c 100644 --- a/api/service-api/export-using-get/index.html +++ b/api/service-api/export-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/file-storage-controller/index.html b/api/service-api/file-storage-controller/index.html index cae9ed38a..15277a774 100644 --- a/api/service-api/file-storage-controller/index.html +++ b/api/service-api/file-storage-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/find-users-using-get-1/index.html b/api/service-api/find-users-using-get-1/index.html index 428ceb0de..b646f3fbd 100644 --- a/api/service-api/find-users-using-get-1/index.html +++ b/api/service-api/find-users-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/find-users-using-get/index.html b/api/service-api/find-users-using-get/index.html index 9c63e8007..18f5842e8 100644 --- a/api/service-api/find-users-using-get/index.html +++ b/api/service-api/find-users-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/finish-launch-using-put-1/index.html b/api/service-api/finish-launch-using-put-1/index.html index 9ab031ffa..49d2a4a63 100644 --- a/api/service-api/finish-launch-using-put-1/index.html +++ b/api/service-api/finish-launch-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/finish-launch-using-put/index.html b/api/service-api/finish-launch-using-put/index.html index 6717e2d2b..4a9eb5278 100644 --- a/api/service-api/finish-launch-using-put/index.html +++ b/api/service-api/finish-launch-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/finish-test-item-using-put-1/index.html b/api/service-api/finish-test-item-using-put-1/index.html index a2343b6ab..e44349494 100644 --- a/api/service-api/finish-test-item-using-put-1/index.html +++ b/api/service-api/finish-test-item-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/finish-test-item-using-put/index.html b/api/service-api/finish-test-item-using-put/index.html index c71414222..3a76b4dc7 100644 --- a/api/service-api/finish-test-item-using-put/index.html +++ b/api/service-api/finish-test-item-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/force-finish-launch-using-put/index.html b/api/service-api/force-finish-launch-using-put/index.html index c6c72747e..ae44abf4a 100644 --- a/api/service-api/force-finish-launch-using-put/index.html +++ b/api/service-api/force-finish-launch-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/generate-using-post/index.html b/api/service-api/generate-using-post/index.html index 813ab881a..e09f52648 100644 --- a/api/service-api/generate-using-post/index.html +++ b/api/service-api/generate-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-activities-using-post/index.html b/api/service-api/get-activities-using-post/index.html index 92584bb59..bcdc3752e 100644 --- a/api/service-api/get-activities-using-post/index.html +++ b/api/service-api/get-activities-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-activity-using-get/index.html b/api/service-api/get-activity-using-get/index.html index a4a9d1e40..ea1a43373 100644 --- a/api/service-api/get-activity-using-get/index.html +++ b/api/service-api/get-activity-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

getActivity

Request

Path Parameters

    activityId int64required

    activityId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
+

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-all-dashboards-using-get/index.html b/api/service-api/get-all-dashboards-using-get/index.html index e28d40f0f..b859c9eba 100644 --- a/api/service-api/get-all-dashboards-using-get/index.html +++ b/api/service-api/get-all-dashboards-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-all-filters-names-using-get/index.html b/api/service-api/get-all-filters-names-using-get/index.html index d22239230..46460e1a3 100644 --- a/api/service-api/get-all-filters-names-using-get/index.html +++ b/api/service-api/get-all-filters-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-all-filters-using-get/index.html b/api/service-api/get-all-filters-using-get/index.html index 1efa7483f..6cecc159e 100644 --- a/api/service-api/get-all-filters-using-get/index.html +++ b/api/service-api/get-all-filters-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-all-launch-names-using-get/index.html b/api/service-api/get-all-launch-names-using-get/index.html index 42d78c373..f4780fefa 100644 --- a/api/service-api/get-all-launch-names-using-get/index.html +++ b/api/service-api/get-all-launch-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-all-owners-using-get/index.html b/api/service-api/get-all-owners-using-get/index.html index 9b88d207c..677f2f421 100644 --- a/api/service-api/get-all-owners-using-get/index.html +++ b/api/service-api/get-all-owners-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-all-project-names-using-get/index.html b/api/service-api/get-all-project-names-using-get/index.html index 4f23c0c88..3787dff40 100644 --- a/api/service-api/get-all-project-names-using-get/index.html +++ b/api/service-api/get-all-project-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-all-projects-info-using-get/index.html b/api/service-api/get-all-projects-info-using-get/index.html index cb1127c1b..70e006178 100644 --- a/api/service-api/get-all-projects-info-using-get/index.html +++ b/api/service-api/get-all-projects-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-allowable-issue-types-using-get-1/index.html b/api/service-api/get-allowable-issue-types-using-get-1/index.html index 8a6a247e7..ebc4e9188 100644 --- a/api/service-api/get-allowable-issue-types-using-get-1/index.html +++ b/api/service-api/get-allowable-issue-types-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-allowable-issue-types-using-get/index.html b/api/service-api/get-allowable-issue-types-using-get/index.html index 7416d4582..e33151e30 100644 --- a/api/service-api/get-allowable-issue-types-using-get/index.html +++ b/api/service-api/get-allowable-issue-types-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-analyzer-indexing-status-using-get/index.html b/api/service-api/get-analyzer-indexing-status-using-get/index.html index 61e0c7bfb..1e06526b8 100644 --- a/api/service-api/get-analyzer-indexing-status-using-get/index.html +++ b/api/service-api/get-analyzer-indexing-status-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-keys-for-project-using-get/index.html b/api/service-api/get-attribute-keys-for-project-using-get/index.html index bf16f412b..8dea9680c 100644 --- a/api/service-api/get-attribute-keys-for-project-using-get/index.html +++ b/api/service-api/get-attribute-keys-for-project-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-keys-using-get-1/index.html b/api/service-api/get-attribute-keys-using-get-1/index.html index 5ff19c3a8..72c33c565 100644 --- a/api/service-api/get-attribute-keys-using-get-1/index.html +++ b/api/service-api/get-attribute-keys-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-keys-using-get-2/index.html b/api/service-api/get-attribute-keys-using-get-2/index.html index 49f53cdf2..215ee4f34 100644 --- a/api/service-api/get-attribute-keys-using-get-2/index.html +++ b/api/service-api/get-attribute-keys-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-keys-using-get/index.html b/api/service-api/get-attribute-keys-using-get/index.html index 65f91b1ac..32010273f 100644 --- a/api/service-api/get-attribute-keys-using-get/index.html +++ b/api/service-api/get-attribute-keys-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-values-using-get-1/index.html b/api/service-api/get-attribute-values-using-get-1/index.html index 78d057663..1cc24334a 100644 --- a/api/service-api/get-attribute-values-using-get-1/index.html +++ b/api/service-api/get-attribute-values-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-values-using-get-2/index.html b/api/service-api/get-attribute-values-using-get-2/index.html index 0269044ec..1636bac48 100644 --- a/api/service-api/get-attribute-values-using-get-2/index.html +++ b/api/service-api/get-attribute-values-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-attribute-values-using-get/index.html b/api/service-api/get-attribute-values-using-get/index.html index 5ee749227..e60210147 100644 --- a/api/service-api/get-attribute-values-using-get/index.html +++ b/api/service-api/get-attribute-values-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-clusters-using-get/index.html b/api/service-api/get-clusters-using-get/index.html index adc232f5a..b8968b430 100644 --- a/api/service-api/get-clusters-using-get/index.html +++ b/api/service-api/get-clusters-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-dashboard-using-get/index.html b/api/service-api/get-dashboard-using-get/index.html index cc28c2600..34cbebeb4 100644 --- a/api/service-api/get-dashboard-using-get/index.html +++ b/api/service-api/get-dashboard-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-debug-launches-using-get/index.html b/api/service-api/get-debug-launches-using-get/index.html index 19b30a257..4c8e69173 100644 --- a/api/service-api/get-debug-launches-using-get/index.html +++ b/api/service-api/get-debug-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-error-page-using-get/index.html b/api/service-api/get-error-page-using-get/index.html index ae69d59bb..767dcfc7c 100644 --- a/api/service-api/get-error-page-using-get/index.html +++ b/api/service-api/get-error-page-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    parentId int64required

    parentId

    projectName stringrequired

    projectName

Query Parameters

    filter.eq.autoAnalyzed boolean

    Filters by 'autoAnalyzed'

    filter.eq.binaryContent string

    Filters by 'binaryContent'

    filter.eq.id int64

    Filters by 'id'

    filter.eq.item int64

    Filters by 'item'

    filter.eq.lastModified date-time

    Filters by 'lastModified'

    filter.eq.launch int64

    Filters by 'launch'

    filter.eq.launchId int64

    Filters by 'launchId'

    filter.eq.level string

    Filters by 'level'

    filter.eq.logId int64

    Filters by 'logId'

    filter.eq.logTime date-time

    Filters by 'logTime'

    filter.eq.message string

    Filters by 'message'

    filter.eq.path string

    Filters by 'path'

    filter.eq.projectId int64

    Filters by 'projectId'

    filter.eq.retryParentId int64

    Filters by 'retryParentId'

    filter.eq.retryParentLaunchId int64

    Filters by 'retryParentLaunchId'

    filter.eq.status string

    Filters by 'status'

    page.page int32

    Results page you want to retrieve (0..N)

    page.size int32

    Number of records per page

    page.sort string[]

    Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

    params anyrequired

    params

-

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-file-using-get/index.html b/api/service-api/get-file-using-get/index.html index 80222368e..a71384bcf 100644 --- a/api/service-api/get-file-using-get/index.html +++ b/api/service-api/get-file-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-filter-using-get/index.html b/api/service-api/get-filter-using-get/index.html index 424d2c5cc..e1a2d0059 100644 --- a/api/service-api/get-filter-using-get/index.html +++ b/api/service-api/get-filter-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-global-integration-using-get/index.html b/api/service-api/get-global-integration-using-get/index.html index 30989a0aa..31211f26f 100644 --- a/api/service-api/get-global-integration-using-get/index.html +++ b/api/service-api/get-global-integration-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get global Report Portal integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/get-global-integrations-using-get-1/index.html b/api/service-api/get-global-integrations-using-get-1/index.html index e186ed42e..34152ee92 100644 --- a/api/service-api/get-global-integrations-using-get-1/index.html +++ b/api/service-api/get-global-integrations-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -28,6 +28,6 @@
GET 

/v1/integration/global/all

Get available global integrations

Request

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-global-integrations-using-get/index.html b/api/service-api/get-global-integrations-using-get/index.html index 8d4960930..bccbffe1f 100644 --- a/api/service-api/get-global-integrations-using-get/index.html +++ b/api/service-api/get-global-integrations-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get available global integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-items-history-using-get/index.html b/api/service-api/get-items-history-using-get/index.html index 331b75c74..1f1a60bc6 100644 --- a/api/service-api/get-items-history-using-get/index.html +++ b/api/service-api/get-items-history-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-latest-launches-using-get/index.html b/api/service-api/get-latest-launches-using-get/index.html index cb6742092..b5af24285 100644 --- a/api/service-api/get-latest-launches-using-get/index.html +++ b/api/service-api/get-latest-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-launch-by-uuid-using-get/index.html b/api/service-api/get-launch-by-uuid-using-get/index.html index 3a48ace13..d15860f42 100644 --- a/api/service-api/get-launch-by-uuid-using-get/index.html +++ b/api/service-api/get-launch-by-uuid-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get specified launch by UUID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-launch-report-using-get/index.html b/api/service-api/get-launch-report-using-get/index.html index d071a3afb..d42b37253 100644 --- a/api/service-api/get-launch-report-using-get/index.html +++ b/api/service-api/get-launch-report-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-launch-using-get/index.html b/api/service-api/get-launch-using-get/index.html index 107a7539e..ad0f206fd 100644 --- a/api/service-api/get-launch-using-get/index.html +++ b/api/service-api/get-launch-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get specified launch by ID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-log-by-uuid-using-get/index.html b/api/service-api/get-log-by-uuid-using-get/index.html index 6cd872f34..41e8ad4e1 100644 --- a/api/service-api/get-log-by-uuid-using-get/index.html +++ b/api/service-api/get-log-by-uuid-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Get log by UUID (Will be removed in version 6.0)

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-log-using-get/index.html b/api/service-api/get-log-using-get/index.html index ca8199a16..6b66f0379 100644 --- a/api/service-api/get-log-using-get/index.html +++ b/api/service-api/get-log-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get log by ID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-logs-under-using-post/index.html b/api/service-api/get-logs-under-using-post/index.html index a3603f84d..0e3a3cc94 100644 --- a/api/service-api/get-logs-under-using-post/index.html +++ b/api/service-api/get-logs-under-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-logs-using-get/index.html b/api/service-api/get-logs-using-get/index.html index 785e2f9e6..85614353e 100644 --- a/api/service-api/get-logs-using-get/index.html +++ b/api/service-api/get-logs-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-my-photo-using-get/index.html b/api/service-api/get-my-photo-using-get/index.html index 36a9c17a7..9fcb15cfc 100644 --- a/api/service-api/get-my-photo-using-get/index.html +++ b/api/service-api/get-my-photo-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-myself-using-get-1/index.html b/api/service-api/get-myself-using-get-1/index.html index 3c6c5a91b..daeaf2c36 100644 --- a/api/service-api/get-myself-using-get-1/index.html +++ b/api/service-api/get-myself-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-myself-using-get-2/index.html b/api/service-api/get-myself-using-get-2/index.html index f96591773..efcac1923 100644 --- a/api/service-api/get-myself-using-get-2/index.html +++ b/api/service-api/get-myself-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-myself-using-get-3/index.html b/api/service-api/get-myself-using-get-3/index.html index be92142da..857169be5 100644 --- a/api/service-api/get-myself-using-get-3/index.html +++ b/api/service-api/get-myself-using-get-3/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-myself-using-get/index.html b/api/service-api/get-myself-using-get/index.html index 71aef664d..5e09f65d6 100644 --- a/api/service-api/get-myself-using-get/index.html +++ b/api/service-api/get-myself-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-nested-items-using-get/index.html b/api/service-api/get-nested-items-using-get/index.html index 9aae1b4d2..4f1531967 100644 --- a/api/service-api/get-nested-items-using-get/index.html +++ b/api/service-api/get-nested-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-notifications-using-get/index.html b/api/service-api/get-notifications-using-get/index.html index db69eda1b..609e45545 100644 --- a/api/service-api/get-notifications-using-get/index.html +++ b/api/service-api/get-notifications-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-page-number-using-get/index.html b/api/service-api/get-page-number-using-get/index.html index b4f2ea66d..2ea3aae94 100644 --- a/api/service-api/get-page-number-using-get/index.html +++ b/api/service-api/get-page-number-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-plugins-using-get-1/index.html b/api/service-api/get-plugins-using-get-1/index.html index 07ca33534..7cd09fb35 100644 --- a/api/service-api/get-plugins-using-get-1/index.html +++ b/api/service-api/get-plugins-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -28,6 +28,6 @@
GET 

/v1/plugin/public

Get all available public plugins

Request

-

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-plugins-using-get/index.html b/api/service-api/get-plugins-using-get/index.html index bdc74176d..3333639fe 100644 --- a/api/service-api/get-plugins-using-get/index.html +++ b/api/service-api/get-plugins-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -28,6 +28,6 @@
GET 

/v1/plugin

Get all available plugins

Request

-

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-info-using-get/index.html b/api/service-api/get-project-info-using-get/index.html index 5952d0908..1e40f47fd 100644 --- a/api/service-api/get-project-info-using-get/index.html +++ b/api/service-api/get-project-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    interval string

    Default value: 3M

    interval

-

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
+

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-integration-using-get/index.html b/api/service-api/get-project-integration-using-get/index.html index 78a33c5f6..d90dac774 100644 --- a/api/service-api/get-project-integration-using-get/index.html +++ b/api/service-api/get-project-integration-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-integrations-using-get-1/index.html b/api/service-api/get-project-integrations-using-get-1/index.html index c996dc3ee..48efd70cc 100644 --- a/api/service-api/get-project-integrations-using-get-1/index.html +++ b/api/service-api/get-project-integrations-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get available project integrations

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-integrations-using-get/index.html b/api/service-api/get-project-integrations-using-get/index.html index f8aa0a49b..1d6d540ae 100644 --- a/api/service-api/get-project-integrations-using-get/index.html +++ b/api/service-api/get-project-integrations-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get available project integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-launches-using-get/index.html b/api/service-api/get-project-launches-using-get/index.html index 035c42c1a..ca2c8187e 100644 --- a/api/service-api/get-project-launches-using-get/index.html +++ b/api/service-api/get-project-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-project-settings-using-get/index.html b/api/service-api/get-project-settings-using-get/index.html index 656cb6f9a..5b150395f 100644 --- a/api/service-api/get-project-settings-using-get/index.html +++ b/api/service-api/get-project-settings-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-project-subject-name-using-get/index.html b/api/service-api/get-project-subject-name-using-get/index.html index c8ff66d27..2c2ed9e40 100644 --- a/api/service-api/get-project-subject-name-using-get/index.html +++ b/api/service-api/get-project-subject-name-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-project-users-using-get-1/index.html b/api/service-api/get-project-users-using-get-1/index.html index af7000a54..9dd5f180b 100644 --- a/api/service-api/get-project-users-using-get-1/index.html +++ b/api/service-api/get-project-users-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-project-users-using-get/index.html b/api/service-api/get-project-users-using-get/index.html index 21028afda..e789ec2c8 100644 --- a/api/service-api/get-project-users-using-get/index.html +++ b/api/service-api/get-project-users-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-project-using-get/index.html b/api/service-api/get-project-using-get/index.html index 86f599808..6e406b489 100644 --- a/api/service-api/get-project-using-get/index.html +++ b/api/service-api/get-project-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Only for users that are assigned to the project

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    id int64
    launchNames string[]
    recipients string[]
    ruleName string
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
+

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    id int64
    launchNames string[]
    recipients string[]
    ruleName string
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-widget-using-get/index.html b/api/service-api/get-project-widget-using-get/index.html index 21d004fbc..20e30f741 100644 --- a/api/service-api/get-project-widget-using-get/index.html +++ b/api/service-api/get-project-widget-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-public-file-using-get/index.html b/api/service-api/get-public-file-using-get/index.html index e4ab6c8a2..57138533d 100644 --- a/api/service-api/get-public-file-using-get/index.html +++ b/api/service-api/get-public-file-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-server-settings-using-get/index.html b/api/service-api/get-server-settings-using-get/index.html index 3f997b73b..0cefe3747 100644 --- a/api/service-api/get-server-settings-using-get/index.html +++ b/api/service-api/get-server-settings-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html b/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html index 3de031b4d..bbcf688b0 100644 --- a/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html +++ b/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-set-of-integration-system-fields-using-get/index.html b/api/service-api/get-set-of-integration-system-fields-using-get/index.html index 4a966b201..68fde4826 100644 --- a/api/service-api/get-set-of-integration-system-fields-using-get/index.html +++ b/api/service-api/get-set-of-integration-system-fields-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-statuses-using-get/index.html b/api/service-api/get-statuses-using-get/index.html index d746f9d69..febc54c54 100644 --- a/api/service-api/get-statuses-using-get/index.html +++ b/api/service-api/get-statuses-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-suggested-cluster-items-using-get/index.html b/api/service-api/get-suggested-cluster-items-using-get/index.html index f67bd8b42..20d392abd 100644 --- a/api/service-api/get-suggested-cluster-items-using-get/index.html +++ b/api/service-api/get-suggested-cluster-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    clusterId int64required

    clusterId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-suggested-items-using-get/index.html b/api/service-api/get-suggested-items-using-get/index.html index bb7bfedda..3b7dd047d 100644 --- a/api/service-api/get-suggested-items-using-get/index.html +++ b/api/service-api/get-suggested-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    itemId int64required

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-item-activities-using-get/index.html b/api/service-api/get-test-item-activities-using-get/index.html index 3c4a13acb..c9da3dd16 100644 --- a/api/service-api/get-test-item-activities-using-get/index.html +++ b/api/service-api/get-test-item-activities-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-test-item-by-uuid-using-get/index.html b/api/service-api/get-test-item-by-uuid-using-get/index.html index 459c3068d..d0d57434c 100644 --- a/api/service-api/get-test-item-by-uuid-using-get/index.html +++ b/api/service-api/get-test-item-by-uuid-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Find test item by UUID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-item-using-get/index.html b/api/service-api/get-test-item-using-get/index.html index 7e04a1aac..8f3a32ab3 100644 --- a/api/service-api/get-test-item-using-get/index.html +++ b/api/service-api/get-test-item-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Find test item by ID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-items-using-get-1/index.html b/api/service-api/get-test-items-using-get-1/index.html index 194ca2a2a..6dd965a89 100644 --- a/api/service-api/get-test-items-using-get-1/index.html +++ b/api/service-api/get-test-items-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-test-items-using-get-2/index.html b/api/service-api/get-test-items-using-get-2/index.html index dea6d17b9..010d557ff 100644 --- a/api/service-api/get-test-items-using-get-2/index.html +++ b/api/service-api/get-test-items-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-test-items-using-get/index.html b/api/service-api/get-test-items-using-get/index.html index 7c388d32d..1e4c1fc86 100644 --- a/api/service-api/get-test-items-using-get/index.html +++ b/api/service-api/get-test-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    ids int64[]required

    ids

-

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-items-v-2-using-get/index.html b/api/service-api/get-test-items-v-2-using-get/index.html index d5dddde6e..873b7bdb0 100644 --- a/api/service-api/get-test-items-v-2-using-get/index.html +++ b/api/service-api/get-test-items-v-2-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-ticket-ids-for-project-using-get/index.html b/api/service-api/get-ticket-ids-for-project-using-get/index.html index 90c639658..640c86659 100644 --- a/api/service-api/get-ticket-ids-for-project-using-get/index.html +++ b/api/service-api/get-ticket-ids-for-project-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-ticket-ids-using-get/index.html b/api/service-api/get-ticket-ids-using-get/index.html index 6fbd7330f..2cd5f181c 100644 --- a/api/service-api/get-ticket-ids-using-get/index.html +++ b/api/service-api/get-ticket-ids-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-ticket-using-get/index.html b/api/service-api/get-ticket-using-get/index.html index 2ddba28c3..cb0727a34 100644 --- a/api/service-api/get-ticket-using-get/index.html +++ b/api/service-api/get-ticket-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-bid-info-using-get-1/index.html b/api/service-api/get-user-bid-info-using-get-1/index.html index 24faf9738..f598f6729 100644 --- a/api/service-api/get-user-bid-info-using-get-1/index.html +++ b/api/service-api/get-user-bid-info-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-bid-info-using-get/index.html b/api/service-api/get-user-bid-info-using-get/index.html index 2e76827a9..7c9269edb 100644 --- a/api/service-api/get-user-bid-info-using-get/index.html +++ b/api/service-api/get-user-bid-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-filters-using-get/index.html b/api/service-api/get-user-filters-using-get/index.html index 4e5cc5754..d18049ae1 100644 --- a/api/service-api/get-user-filters-using-get/index.html +++ b/api/service-api/get-user-filters-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-photo-using-get/index.html b/api/service-api/get-user-photo-using-get/index.html index 9351cc298..db905e562 100644 --- a/api/service-api/get-user-photo-using-get/index.html +++ b/api/service-api/get-user-photo-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-preference-using-get/index.html b/api/service-api/get-user-preference-using-get/index.html index 721d727aa..2206902e5 100644 --- a/api/service-api/get-user-preference-using-get/index.html +++ b/api/service-api/get-user-preference-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-projects-using-get-1/index.html b/api/service-api/get-user-projects-using-get-1/index.html index 83a7ec4e1..b6ff2c88b 100644 --- a/api/service-api/get-user-projects-using-get-1/index.html +++ b/api/service-api/get-user-projects-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-projects-using-get/index.html b/api/service-api/get-user-projects-using-get/index.html index a93f264e7..0ad62401a 100644 --- a/api/service-api/get-user-projects-using-get/index.html +++ b/api/service-api/get-user-projects-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-using-get-1/index.html b/api/service-api/get-user-using-get-1/index.html index ed8d97923..a8159d7df 100644 --- a/api/service-api/get-user-using-get-1/index.html +++ b/api/service-api/get-user-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-user-using-get/index.html b/api/service-api/get-user-using-get/index.html index f2e8157ea..df82d4f3e 100644 --- a/api/service-api/get-user-using-get/index.html +++ b/api/service-api/get-user-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-users-api-keys-using-get-1/index.html b/api/service-api/get-users-api-keys-using-get-1/index.html index 1fdf11aaf..d720dce86 100644 --- a/api/service-api/get-users-api-keys-using-get-1/index.html +++ b/api/service-api/get-users-api-keys-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-users-api-keys-using-get/index.html b/api/service-api/get-users-api-keys-using-get/index.html index 9949b6976..a957a04b7 100644 --- a/api/service-api/get-users-api-keys-using-get/index.html +++ b/api/service-api/get-users-api-keys-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-users-for-assign-using-get/index.html b/api/service-api/get-users-for-assign-using-get/index.html index 61f41036d..bd35a4a49 100644 --- a/api/service-api/get-users-for-assign-using-get/index.html +++ b/api/service-api/get-users-for-assign-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-users-using-get-1/index.html b/api/service-api/get-users-using-get-1/index.html index bd7570b49..f42deb013 100644 --- a/api/service-api/get-users-using-get-1/index.html +++ b/api/service-api/get-users-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-users-using-get/index.html b/api/service-api/get-users-using-get/index.html index 3f3d707ef..c3440fab3 100644 --- a/api/service-api/get-users-using-get/index.html +++ b/api/service-api/get-users-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-widget-names-using-get/index.html b/api/service-api/get-widget-names-using-get/index.html index 20fcbb213..95c89d78c 100644 --- a/api/service-api/get-widget-names-using-get/index.html +++ b/api/service-api/get-widget-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-widget-preview-using-post/index.html b/api/service-api/get-widget-preview-using-post/index.html index 1acca3c02..4f89fb752 100644 --- a/api/service-api/get-widget-preview-using-post/index.html +++ b/api/service-api/get-widget-preview-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-widget-using-get-1/index.html b/api/service-api/get-widget-using-get-1/index.html index e6fa8b038..5dc3e57b6 100644 --- a/api/service-api/get-widget-using-get-1/index.html +++ b/api/service-api/get-widget-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/get-widget-using-get/index.html b/api/service-api/get-widget-using-get/index.html index 51f02d448..2586adaef 100644 --- a/api/service-api/get-widget-using-get/index.html +++ b/api/service-api/get-widget-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/handle-suggest-choose-using-put/index.html b/api/service-api/handle-suggest-choose-using-put/index.html index 6ff5a1273..c747831b7 100644 --- a/api/service-api/handle-suggest-choose-using-put/index.html +++ b/api/service-api/handle-suggest-choose-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/import-launch-using-post/index.html b/api/service-api/import-launch-using-post/index.html index 341dac006..258b43381 100644 --- a/api/service-api/import-launch-using-post/index.html +++ b/api/service-api/import-launch-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/index-project-data-using-put/index.html b/api/service-api/index-project-data-using-put/index.html index c42030b9f..d0ea8de73 100644 --- a/api/service-api/index-project-data-using-put/index.html +++ b/api/service-api/index-project-data-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/integration-controller/index.html b/api/service-api/integration-controller/index.html index c2e1dc3f7..5b137b673 100644 --- a/api/service-api/integration-controller/index.html +++ b/api/service-api/integration-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/is-restore-password-bid-exist-using-get-1/index.html b/api/service-api/is-restore-password-bid-exist-using-get-1/index.html index 09a97e712..fd9797641 100644 --- a/api/service-api/is-restore-password-bid-exist-using-get-1/index.html +++ b/api/service-api/is-restore-password-bid-exist-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/is-restore-password-bid-exist-using-get/index.html b/api/service-api/is-restore-password-bid-exist-using-get/index.html index 60ae4ee16..a33774217 100644 --- a/api/service-api/is-restore-password-bid-exist-using-get/index.html +++ b/api/service-api/is-restore-password-bid-exist-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/launch-async-controller/index.html b/api/service-api/launch-async-controller/index.html index ce6439eb5..a8497b91b 100644 --- a/api/service-api/launch-async-controller/index.html +++ b/api/service-api/launch-async-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/launch-controller/index.html b/api/service-api/launch-controller/index.html index b136e0fea..13ca370c0 100644 --- a/api/service-api/launch-controller/index.html +++ b/api/service-api/launch-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/link-external-issues-using-put/index.html b/api/service-api/link-external-issues-using-put/index.html index 28634bb0d..5d4ff561f 100644 --- a/api/service-api/link-external-issues-using-put/index.html +++ b/api/service-api/link-external-issues-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/log-async-controller/index.html b/api/service-api/log-async-controller/index.html index 0a4a63691..3fa6243ee 100644 --- a/api/service-api/log-async-controller/index.html +++ b/api/service-api/log-async-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/log-controller/index.html b/api/service-api/log-controller/index.html index b2c8e8cd9..7f1649d8e 100644 --- a/api/service-api/log-controller/index.html +++ b/api/service-api/log-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/merge-launches-using-post-1/index.html b/api/service-api/merge-launches-using-post-1/index.html index 9e468fdee..5c007815a 100644 --- a/api/service-api/merge-launches-using-post-1/index.html +++ b/api/service-api/merge-launches-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/merge-launches-using-post/index.html b/api/service-api/merge-launches-using-post/index.html index 930ab50d9..0531a94e5 100644 --- a/api/service-api/merge-launches-using-post/index.html +++ b/api/service-api/merge-launches-using-post/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/on-boarding-using-get/index.html b/api/service-api/on-boarding-using-get/index.html index 6f6b54fe1..fc5647f57 100644 --- a/api/service-api/on-boarding-using-get/index.html +++ b/api/service-api/on-boarding-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/onboarding-controller/index.html b/api/service-api/onboarding-controller/index.html index fae96f4d9..d0b4d5844 100644 --- a/api/service-api/onboarding-controller/index.html +++ b/api/service-api/onboarding-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/plugin-controller/index.html b/api/service-api/plugin-controller/index.html index 07eaf3863..a07a3f78c 100644 --- a/api/service-api/plugin-controller/index.html +++ b/api/service-api/plugin-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/plugin-public-controller/index.html b/api/service-api/plugin-public-controller/index.html index 008bf6227..9cc15f6f7 100644 --- a/api/service-api/plugin-public-controller/index.html +++ b/api/service-api/plugin-public-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/project-controller/index.html b/api/service-api/project-controller/index.html index 9fd9d561f..7c9e80edc 100644 --- a/api/service-api/project-controller/index.html +++ b/api/service-api/project-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/project-settings-controller/index.html b/api/service-api/project-settings-controller/index.html index b72f85d04..6b13a2f70 100644 --- a/api/service-api/project-settings-controller/index.html +++ b/api/service-api/project-settings-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/remove-attachments-by-csv-using-post/index.html b/api/service-api/remove-attachments-by-csv-using-post/index.html index 8b425e5a5..f2a621962 100644 --- a/api/service-api/remove-attachments-by-csv-using-post/index.html +++ b/api/service-api/remove-attachments-by-csv-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/remove-user-preference-using-delete/index.html b/api/service-api/remove-user-preference-using-delete/index.html index 8426bacae..d631dba27 100644 --- a/api/service-api/remove-user-preference-using-delete/index.html +++ b/api/service-api/remove-user-preference-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/remove-widget-using-delete/index.html b/api/service-api/remove-widget-using-delete/index.html index 541a90645..93d8a810a 100644 --- a/api/service-api/remove-widget-using-delete/index.html +++ b/api/service-api/remove-widget-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/reportportal/index.html b/api/service-api/reportportal/index.html index a77fa396a..e5e5929ae 100644 --- a/api/service-api/reportportal/index.html +++ b/api/service-api/reportportal/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/reset-password-using-post-1/index.html b/api/service-api/reset-password-using-post-1/index.html index e1de5e5ec..6dd45f1f1 100644 --- a/api/service-api/reset-password-using-post-1/index.html +++ b/api/service-api/reset-password-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/reset-password-using-post/index.html b/api/service-api/reset-password-using-post/index.html index 38e365092..2f4fce6e2 100644 --- a/api/service-api/reset-password-using-post/index.html +++ b/api/service-api/reset-password-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/restore-password-using-post-1/index.html b/api/service-api/restore-password-using-post-1/index.html index 757154a27..c0fae2ffc 100644 --- a/api/service-api/restore-password-using-post-1/index.html +++ b/api/service-api/restore-password-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/restore-password-using-post/index.html b/api/service-api/restore-password-using-post/index.html index 85857d4b8..404af60d3 100644 --- a/api/service-api/restore-password-using-post/index.html +++ b/api/service-api/restore-password-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/save-analytics-settings-using-post/index.html b/api/service-api/save-analytics-settings-using-post/index.html index 91898f833..0ffc3296d 100644 --- a/api/service-api/save-analytics-settings-using-post/index.html +++ b/api/service-api/save-analytics-settings-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/save-analytics-settings-using-put/index.html b/api/service-api/save-analytics-settings-using-put/index.html index 39d3487eb..5e9268e65 100644 --- a/api/service-api/save-analytics-settings-using-put/index.html +++ b/api/service-api/save-analytics-settings-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/search-for-user-using-get/index.html b/api/service-api/search-for-user-using-get/index.html index 644a6d3b8..c8a485ddc 100644 --- a/api/service-api/search-for-user-using-get/index.html +++ b/api/service-api/search-for-user-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/search-logs-using-post/index.html b/api/service-api/search-logs-using-post/index.html index be030fdd7..a23bde345 100644 --- a/api/service-api/search-logs-using-post/index.html +++ b/api/service-api/search-logs-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/search-project-names-using-get/index.html b/api/service-api/search-project-names-using-get/index.html index 1262b7e48..62a0e6c4c 100644 --- a/api/service-api/search-project-names-using-get/index.html +++ b/api/service-api/search-project-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/settings-controller/index.html b/api/service-api/settings-controller/index.html index 23faf7574..1ae41f516 100644 --- a/api/service-api/settings-controller/index.html +++ b/api/service-api/settings-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-child-item-using-post-1/index.html b/api/service-api/start-child-item-using-post-1/index.html index 9de3f06b6..a8c21e537 100644 --- a/api/service-api/start-child-item-using-post-1/index.html +++ b/api/service-api/start-child-item-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-child-item-using-post/index.html b/api/service-api/start-child-item-using-post/index.html index 57fd42cce..31ff8cc9d 100644 --- a/api/service-api/start-child-item-using-post/index.html +++ b/api/service-api/start-child-item-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-launch-analyzer-using-post/index.html b/api/service-api/start-launch-analyzer-using-post/index.html index f413a9d80..52f6037c3 100644 --- a/api/service-api/start-launch-analyzer-using-post/index.html +++ b/api/service-api/start-launch-analyzer-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-launch-using-post-1/index.html b/api/service-api/start-launch-using-post-1/index.html index 86ff0d544..11e4bcdc2 100644 --- a/api/service-api/start-launch-using-post-1/index.html +++ b/api/service-api/start-launch-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-launch-using-post/index.html b/api/service-api/start-launch-using-post/index.html index 0fedd8333..c19b2119a 100644 --- a/api/service-api/start-launch-using-post/index.html +++ b/api/service-api/start-launch-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-root-item-using-post-1/index.html b/api/service-api/start-root-item-using-post-1/index.html index bf06ed689..243939dc6 100644 --- a/api/service-api/start-root-item-using-post-1/index.html +++ b/api/service-api/start-root-item-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/start-root-item-using-post/index.html b/api/service-api/start-root-item-using-post/index.html index 7645883eb..14937cc99 100644 --- a/api/service-api/start-root-item-using-post/index.html +++ b/api/service-api/start-root-item-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/test-integration-connection-using-get-1/index.html b/api/service-api/test-integration-connection-using-get-1/index.html index 5c5090859..bcec467bb 100644 --- a/api/service-api/test-integration-connection-using-get-1/index.html +++ b/api/service-api/test-integration-connection-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/test-integration-connection-using-get/index.html b/api/service-api/test-integration-connection-using-get/index.html index 5a5249f28..07e5cc005 100644 --- a/api/service-api/test-integration-connection-using-get/index.html +++ b/api/service-api/test-integration-connection-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/test-item-async-controller/index.html b/api/service-api/test-item-async-controller/index.html index 62e9e1fef..3d1222e97 100644 --- a/api/service-api/test-item-async-controller/index.html +++ b/api/service-api/test-item-async-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/test-item-controller/index.html b/api/service-api/test-item-controller/index.html index 17cce6ea6..48ed1b5c4 100644 --- a/api/service-api/test-item-controller/index.html +++ b/api/service-api/test-item-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/unassign-project-users-using-put/index.html b/api/service-api/unassign-project-users-using-put/index.html index f0cca7087..8662408cf 100644 --- a/api/service-api/unassign-project-users-using-put/index.html +++ b/api/service-api/unassign-project-users-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/unlink-external-issues-using-put/index.html b/api/service-api/unlink-external-issues-using-put/index.html index e2a7f6965..35caaea39 100644 --- a/api/service-api/unlink-external-issues-using-put/index.html +++ b/api/service-api/unlink-external-issues-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-dashboard-using-put/index.html b/api/service-api/update-dashboard-using-put/index.html index ecbf2a5a8..6b5b85d24 100644 --- a/api/service-api/update-dashboard-using-put/index.html +++ b/api/service-api/update-dashboard-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-global-integration-using-put/index.html b/api/service-api/update-global-integration-using-put/index.html index 2fb4f73bb..683eb3985 100644 --- a/api/service-api/update-global-integration-using-put/index.html +++ b/api/service-api/update-global-integration-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-launch-using-put/index.html b/api/service-api/update-launch-using-put/index.html index 05721162f..e438592b2 100644 --- a/api/service-api/update-launch-using-put/index.html +++ b/api/service-api/update-launch-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-launches-using-put/index.html b/api/service-api/update-launches-using-put/index.html index 96f5236f9..926ccffa3 100644 --- a/api/service-api/update-launches-using-put/index.html +++ b/api/service-api/update-launches-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-notification-using-put/index.html b/api/service-api/update-notification-using-put/index.html index 013310636..f0570f675 100644 --- a/api/service-api/update-notification-using-put/index.html +++ b/api/service-api/update-notification-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-pattern-template-using-put/index.html b/api/service-api/update-pattern-template-using-put/index.html index 8f2ae7698..e8aa330a9 100644 --- a/api/service-api/update-pattern-template-using-put/index.html +++ b/api/service-api/update-pattern-template-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-plugin-state-using-put/index.html b/api/service-api/update-plugin-state-using-put/index.html index 2efa06ccd..b2a25e54e 100644 --- a/api/service-api/update-plugin-state-using-put/index.html +++ b/api/service-api/update-plugin-state-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-project-integration-using-put/index.html b/api/service-api/update-project-integration-using-put/index.html index 9b2c7c317..12b208408 100644 --- a/api/service-api/update-project-integration-using-put/index.html +++ b/api/service-api/update-project-integration-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-project-issue-sub-type-using-put/index.html b/api/service-api/update-project-issue-sub-type-using-put/index.html index d93ee6205..7ac742b6f 100644 --- a/api/service-api/update-project-issue-sub-type-using-put/index.html +++ b/api/service-api/update-project-issue-sub-type-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-project-notification-config-using-put/index.html b/api/service-api/update-project-notification-config-using-put/index.html index ec7d07a32..527b6de9c 100644 --- a/api/service-api/update-project-notification-config-using-put/index.html +++ b/api/service-api/update-project-notification-config-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-project-using-put/index.html b/api/service-api/update-project-using-put/index.html index 47c980ba5..48a7e4231 100644 --- a/api/service-api/update-project-using-put/index.html +++ b/api/service-api/update-project-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-test-item-using-put/index.html b/api/service-api/update-test-item-using-put/index.html index 8ac3844e2..fc618adb6 100644 --- a/api/service-api/update-test-item-using-put/index.html +++ b/api/service-api/update-test-item-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-user-filter-using-put/index.html b/api/service-api/update-user-filter-using-put/index.html index 4131f6501..e7793ab00 100644 --- a/api/service-api/update-user-filter-using-put/index.html +++ b/api/service-api/update-user-filter-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-user-filters-using-put/index.html b/api/service-api/update-user-filters-using-put/index.html index 67ad2534e..a3856e9c0 100644 --- a/api/service-api/update-user-filters-using-put/index.html +++ b/api/service-api/update-user-filters-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/update-widget-using-put/index.html b/api/service-api/update-widget-using-put/index.html index c57457aa9..c9d9a9ce1 100644 --- a/api/service-api/update-widget-using-put/index.html +++ b/api/service-api/update-widget-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/upload-photo-using-post/index.html b/api/service-api/upload-photo-using-post/index.html index eb9d52b83..bd9f38144 100644 --- a/api/service-api/upload-photo-using-post/index.html +++ b/api/service-api/upload-photo-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/upload-plugin-using-post/index.html b/api/service-api/upload-plugin-using-post/index.html index d3a48a6a0..404f336d2 100644 --- a/api/service-api/upload-plugin-using-post/index.html +++ b/api/service-api/upload-plugin-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/user-controller/index.html b/api/service-api/user-controller/index.html index 845dd8bf5..462e1ea6d 100644 --- a/api/service-api/user-controller/index.html +++ b/api/service-api/user-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/user-filter-controller/index.html b/api/service-api/user-filter-controller/index.html index 9b5c1033d..82d0bf8ad 100644 --- a/api/service-api/user-filter-controller/index.html +++ b/api/service-api/user-filter-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/validate-info-using-get-1/index.html b/api/service-api/validate-info-using-get-1/index.html index 07eb40352..e460bceae 100644 --- a/api/service-api/validate-info-using-get-1/index.html +++ b/api/service-api/validate-info-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/validate-info-using-get/index.html b/api/service-api/validate-info-using-get/index.html index b4c1bdd2d..0c2291cbd 100644 --- a/api/service-api/validate-info-using-get/index.html +++ b/api/service-api/validate-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/activity-controller/index.html b/api/service-api/versions/5.10/activity-controller/index.html index b2323ed2d..58fd9829b 100644 --- a/api/service-api/versions/5.10/activity-controller/index.html +++ b/api/service-api/versions/5.10/activity-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/activity-event-controller/index.html b/api/service-api/versions/5.10/activity-event-controller/index.html index a3f539d0a..eb78aa61a 100644 --- a/api/service-api/versions/5.10/activity-event-controller/index.html +++ b/api/service-api/versions/5.10/activity-event-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/add-user-preference-using-put/index.html b/api/service-api/versions/5.10/add-user-preference-using-put/index.html index 3180deec0..9b94d33da 100644 --- a/api/service-api/versions/5.10/add-user-preference-using-put/index.html +++ b/api/service-api/versions/5.10/add-user-preference-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/add-widget-using-put/index.html b/api/service-api/versions/5.10/add-widget-using-put/index.html index f01b8c249..ecdeb7474 100644 --- a/api/service-api/versions/5.10/add-widget-using-put/index.html +++ b/api/service-api/versions/5.10/add-widget-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/assign-project-users-using-put/index.html b/api/service-api/versions/5.10/assign-project-users-using-put/index.html index 4de66e181..f3b499b61 100644 --- a/api/service-api/versions/5.10/assign-project-users-using-put/index.html +++ b/api/service-api/versions/5.10/assign-project-users-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/bug-tracking-system-controller/index.html b/api/service-api/versions/5.10/bug-tracking-system-controller/index.html index 708fbe365..37f409d59 100644 --- a/api/service-api/versions/5.10/bug-tracking-system-controller/index.html +++ b/api/service-api/versions/5.10/bug-tracking-system-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html b/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html index 4d150cfc6..e4c2361ca 100644 --- a/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html +++ b/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/bulk-update-using-put-1/index.html b/api/service-api/versions/5.10/bulk-update-using-put-1/index.html index 03bf501b8..eccd4c26f 100644 --- a/api/service-api/versions/5.10/bulk-update-using-put-1/index.html +++ b/api/service-api/versions/5.10/bulk-update-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/bulk-update-using-put/index.html b/api/service-api/versions/5.10/bulk-update-using-put/index.html index fc33672df..29c96ddf2 100644 --- a/api/service-api/versions/5.10/bulk-update-using-put/index.html +++ b/api/service-api/versions/5.10/bulk-update-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/change-password-using-post/index.html b/api/service-api/versions/5.10/change-password-using-post/index.html index 6ccdc1a33..1306cb66e 100644 --- a/api/service-api/versions/5.10/change-password-using-post/index.html +++ b/api/service-api/versions/5.10/change-password-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/compare-launches-using-get/index.html b/api/service-api/versions/5.10/compare-launches-using-get/index.html index 5b5d94466..dc75b6607 100644 --- a/api/service-api/versions/5.10/compare-launches-using-get/index.html +++ b/api/service-api/versions/5.10/compare-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-api-key-using-post/index.html b/api/service-api/versions/5.10/create-api-key-using-post/index.html index 0763d2aae..725a38fe6 100644 --- a/api/service-api/versions/5.10/create-api-key-using-post/index.html +++ b/api/service-api/versions/5.10/create-api-key-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-clusters-using-post/index.html b/api/service-api/versions/5.10/create-clusters-using-post/index.html index 4d24a1cad..870caddf8 100644 --- a/api/service-api/versions/5.10/create-clusters-using-post/index.html +++ b/api/service-api/versions/5.10/create-clusters-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-dashboard-using-post/index.html b/api/service-api/versions/5.10/create-dashboard-using-post/index.html index 0532e7829..a46394d20 100644 --- a/api/service-api/versions/5.10/create-dashboard-using-post/index.html +++ b/api/service-api/versions/5.10/create-dashboard-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-filter-using-post/index.html b/api/service-api/versions/5.10/create-filter-using-post/index.html index 1b36b53c4..a0142df5a 100644 --- a/api/service-api/versions/5.10/create-filter-using-post/index.html +++ b/api/service-api/versions/5.10/create-filter-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-global-integration-using-post/index.html b/api/service-api/versions/5.10/create-global-integration-using-post/index.html index 9cb809e69..a800470e7 100644 --- a/api/service-api/versions/5.10/create-global-integration-using-post/index.html +++ b/api/service-api/versions/5.10/create-global-integration-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-issue-using-post/index.html b/api/service-api/versions/5.10/create-issue-using-post/index.html index 145c8ab80..c5a88ee27 100644 --- a/api/service-api/versions/5.10/create-issue-using-post/index.html +++ b/api/service-api/versions/5.10/create-issue-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html b/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html index 204383f1f..779596402 100644 --- a/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html +++ b/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-log-entry-using-post/index.html b/api/service-api/versions/5.10/create-log-entry-using-post/index.html index 024ddea26..0f198417b 100644 --- a/api/service-api/versions/5.10/create-log-entry-using-post/index.html +++ b/api/service-api/versions/5.10/create-log-entry-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-log-using-post-1/index.html b/api/service-api/versions/5.10/create-log-using-post-1/index.html index fdf7900ab..b54cf653d 100644 --- a/api/service-api/versions/5.10/create-log-using-post-1/index.html +++ b/api/service-api/versions/5.10/create-log-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-log-using-post/index.html b/api/service-api/versions/5.10/create-log-using-post/index.html index e2c46fed8..0fd77667d 100644 --- a/api/service-api/versions/5.10/create-log-using-post/index.html +++ b/api/service-api/versions/5.10/create-log-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-pattern-template-using-post/index.html b/api/service-api/versions/5.10/create-pattern-template-using-post/index.html index 4864cc659..6359e05b0 100644 --- a/api/service-api/versions/5.10/create-pattern-template-using-post/index.html +++ b/api/service-api/versions/5.10/create-pattern-template-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-project-integration-using-post/index.html b/api/service-api/versions/5.10/create-project-integration-using-post/index.html index c851291a2..7bed1d586 100644 --- a/api/service-api/versions/5.10/create-project-integration-using-post/index.html +++ b/api/service-api/versions/5.10/create-project-integration-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html b/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html index 6c1445a57..0a75f16ee 100644 --- a/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html +++ b/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-project-using-post/index.html b/api/service-api/versions/5.10/create-project-using-post/index.html index 503b282f6..5fae2e4f2 100644 --- a/api/service-api/versions/5.10/create-project-using-post/index.html +++ b/api/service-api/versions/5.10/create-project-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-user-bid-using-post/index.html b/api/service-api/versions/5.10/create-user-bid-using-post/index.html index 9cae52573..82ff583ff 100644 --- a/api/service-api/versions/5.10/create-user-bid-using-post/index.html +++ b/api/service-api/versions/5.10/create-user-bid-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html b/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html index 38f972d9e..3b26395ec 100644 --- a/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html +++ b/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-user-using-post/index.html b/api/service-api/versions/5.10/create-user-using-post/index.html index a4a9c0f0a..5ff9f0d06 100644 --- a/api/service-api/versions/5.10/create-user-using-post/index.html +++ b/api/service-api/versions/5.10/create-user-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/create-widget-using-post/index.html b/api/service-api/versions/5.10/create-widget-using-post/index.html index bb92d4e3d..262d4c685 100644 --- a/api/service-api/versions/5.10/create-widget-using-post/index.html +++ b/api/service-api/versions/5.10/create-widget-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/dashboard-controller/index.html b/api/service-api/versions/5.10/dashboard-controller/index.html index 88e088849..6546c6eca 100644 --- a/api/service-api/versions/5.10/dashboard-controller/index.html +++ b/api/service-api/versions/5.10/dashboard-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html b/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html index 2c02cc800..bec978e12 100644 --- a/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html +++ b/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html b/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html index ca44ddf93..167449a8c 100644 --- a/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html b/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html index 835a3aee7..72f304d96 100644 --- a/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-api-key-using-delete/index.html b/api/service-api/versions/5.10/delete-api-key-using-delete/index.html index 207d6aac7..9a89d3fd4 100644 --- a/api/service-api/versions/5.10/delete-api-key-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-api-key-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html b/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html index 0e3dc733e..6e9140dbb 100644 --- a/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-filter-using-delete/index.html b/api/service-api/versions/5.10/delete-filter-using-delete/index.html index 3619e4b0d..98a82b547 100644 --- a/api/service-api/versions/5.10/delete-filter-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-filter-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html b/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html index 3990929b9..1ed3a66cf 100644 --- a/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-launch-using-delete/index.html b/api/service-api/versions/5.10/delete-launch-using-delete/index.html index 4fa67eb7d..d76ad8c52 100644 --- a/api/service-api/versions/5.10/delete-launch-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-launch-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-launches-using-delete/index.html b/api/service-api/versions/5.10/delete-launches-using-delete/index.html index 2ae510b4b..f9f231d4b 100644 --- a/api/service-api/versions/5.10/delete-launches-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-launches-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-log-using-delete/index.html b/api/service-api/versions/5.10/delete-log-using-delete/index.html index 59c6c6a01..774fcb7a4 100644 --- a/api/service-api/versions/5.10/delete-log-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-log-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html b/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html index c553832bd..dc853c202 100644 --- a/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-photo-using-delete/index.html b/api/service-api/versions/5.10/delete-photo-using-delete/index.html index aece01386..55e5beca3 100644 --- a/api/service-api/versions/5.10/delete-photo-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-photo-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-plugin-using-delete/index.html b/api/service-api/versions/5.10/delete-plugin-using-delete/index.html index 35407d348..44d827379 100644 --- a/api/service-api/versions/5.10/delete-plugin-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-plugin-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-project-index-using-delete/index.html b/api/service-api/versions/5.10/delete-project-index-using-delete/index.html index 1b0a32a52..137beb828 100644 --- a/api/service-api/versions/5.10/delete-project-index-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-index-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html b/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html index ba58bbda4..cacbf7520 100644 --- a/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html b/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html index 1dcff4044..e8999054c 100644 --- a/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-project-using-delete-1/index.html b/api/service-api/versions/5.10/delete-project-using-delete-1/index.html index f59291cd4..2414259a5 100644 --- a/api/service-api/versions/5.10/delete-project-using-delete-1/index.html +++ b/api/service-api/versions/5.10/delete-project-using-delete-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-project-using-delete/index.html b/api/service-api/versions/5.10/delete-project-using-delete/index.html index bc6a152d4..6186b31fe 100644 --- a/api/service-api/versions/5.10/delete-project-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-test-item-using-delete/index.html b/api/service-api/versions/5.10/delete-test-item-using-delete/index.html index 15a9e9e01..6c6bbbdcd 100644 --- a/api/service-api/versions/5.10/delete-test-item-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-test-item-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-test-items-using-delete/index.html b/api/service-api/versions/5.10/delete-test-items-using-delete/index.html index 2957f9008..6c7fe02b3 100644 --- a/api/service-api/versions/5.10/delete-test-items-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-test-items-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-user-using-delete/index.html b/api/service-api/versions/5.10/delete-user-using-delete/index.html index 4f089504b..2928dc9ba 100644 --- a/api/service-api/versions/5.10/delete-user-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-user-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/delete-users-using-delete/index.html b/api/service-api/versions/5.10/delete-users-using-delete/index.html index e38c255a0..a328a02a5 100644 --- a/api/service-api/versions/5.10/delete-users-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-users-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/demo-data-controller/index.html b/api/service-api/versions/5.10/demo-data-controller/index.html index 4d71ee48d..9756aaf22 100644 --- a/api/service-api/versions/5.10/demo-data-controller/index.html +++ b/api/service-api/versions/5.10/demo-data-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/edit-user-using-put/index.html b/api/service-api/versions/5.10/edit-user-using-put/index.html index 44651283c..5c2c83b13 100644 --- a/api/service-api/versions/5.10/edit-user-using-put/index.html +++ b/api/service-api/versions/5.10/edit-user-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/execute-integration-command-using-put/index.html b/api/service-api/versions/5.10/execute-integration-command-using-put/index.html index 0904517df..d078ca6e0 100644 --- a/api/service-api/versions/5.10/execute-integration-command-using-put/index.html +++ b/api/service-api/versions/5.10/execute-integration-command-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html b/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html index 61869fc60..899c1c53c 100644 --- a/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html +++ b/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/export-projects-using-get/index.html b/api/service-api/versions/5.10/export-projects-using-get/index.html index e70ee3b55..62f7c89f8 100644 --- a/api/service-api/versions/5.10/export-projects-using-get/index.html +++ b/api/service-api/versions/5.10/export-projects-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/export-using-get/index.html b/api/service-api/versions/5.10/export-using-get/index.html index 8431d1ea0..98b82fa43 100644 --- a/api/service-api/versions/5.10/export-using-get/index.html +++ b/api/service-api/versions/5.10/export-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/file-storage-controller/index.html b/api/service-api/versions/5.10/file-storage-controller/index.html index ef29b8de7..e0a10a4af 100644 --- a/api/service-api/versions/5.10/file-storage-controller/index.html +++ b/api/service-api/versions/5.10/file-storage-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/find-users-using-get/index.html b/api/service-api/versions/5.10/find-users-using-get/index.html index 36b157b38..496c9d992 100644 --- a/api/service-api/versions/5.10/find-users-using-get/index.html +++ b/api/service-api/versions/5.10/find-users-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/finish-launch-using-put-1/index.html b/api/service-api/versions/5.10/finish-launch-using-put-1/index.html index 54f8763d0..8d0e93fd3 100644 --- a/api/service-api/versions/5.10/finish-launch-using-put-1/index.html +++ b/api/service-api/versions/5.10/finish-launch-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/finish-launch-using-put/index.html b/api/service-api/versions/5.10/finish-launch-using-put/index.html index c86ed1b72..417b5f7b8 100644 --- a/api/service-api/versions/5.10/finish-launch-using-put/index.html +++ b/api/service-api/versions/5.10/finish-launch-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html b/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html index 73d6f844a..bea4c47c2 100644 --- a/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html +++ b/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/finish-test-item-using-put/index.html b/api/service-api/versions/5.10/finish-test-item-using-put/index.html index 457895f3c..d21afa806 100644 --- a/api/service-api/versions/5.10/finish-test-item-using-put/index.html +++ b/api/service-api/versions/5.10/finish-test-item-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/force-finish-launch-using-put/index.html b/api/service-api/versions/5.10/force-finish-launch-using-put/index.html index b7e38e912..c4b07ce89 100644 --- a/api/service-api/versions/5.10/force-finish-launch-using-put/index.html +++ b/api/service-api/versions/5.10/force-finish-launch-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/generate-using-post/index.html b/api/service-api/versions/5.10/generate-using-post/index.html index 3e58c7787..a09da2d17 100644 --- a/api/service-api/versions/5.10/generate-using-post/index.html +++ b/api/service-api/versions/5.10/generate-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-activities-using-post/index.html b/api/service-api/versions/5.10/get-activities-using-post/index.html index d1871462c..f0fcf0e76 100644 --- a/api/service-api/versions/5.10/get-activities-using-post/index.html +++ b/api/service-api/versions/5.10/get-activities-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-activity-using-get/index.html b/api/service-api/versions/5.10/get-activity-using-get/index.html index 95748329a..aabbe59e7 100644 --- a/api/service-api/versions/5.10/get-activity-using-get/index.html +++ b/api/service-api/versions/5.10/get-activity-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

getActivity

Request

Path Parameters

    activityId int64required

    activityId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
+

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html b/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html index 1f0a29865..b0126dc02 100644 --- a/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html b/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html index 94eb27902..3b75ed839 100644 --- a/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-all-filters-using-get/index.html b/api/service-api/versions/5.10/get-all-filters-using-get/index.html index 5d1e5bafb..6fbaf5929 100644 --- a/api/service-api/versions/5.10/get-all-filters-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-filters-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html b/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html index 60274c625..91cdaca96 100644 --- a/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-all-owners-using-get/index.html b/api/service-api/versions/5.10/get-all-owners-using-get/index.html index cdd3a00e4..360f19a50 100644 --- a/api/service-api/versions/5.10/get-all-owners-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-owners-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-all-project-names-using-get/index.html b/api/service-api/versions/5.10/get-all-project-names-using-get/index.html index 257f5be39..9ad7d4540 100644 --- a/api/service-api/versions/5.10/get-all-project-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-project-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html b/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html index 8af11c9f5..f0a03079c 100644 --- a/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html b/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html index 9157e2f73..fba2437ce 100644 --- a/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html b/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html index 4879d8310..52733b911 100644 --- a/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html +++ b/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html b/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html index e53e2b1a7..92b08685b 100644 --- a/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html +++ b/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html b/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html index 16291c3e4..6fd12a2fb 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html b/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html index 4a0f2badb..5d22d2987 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html b/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html index cb4cb4500..25ab0c14f 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html b/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html index 5787e31d6..3e09003a3 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html b/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html index 7241a4c1b..46ab77577 100644 --- a/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html b/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html index c0e226612..e7ff8a039 100644 --- a/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html +++ b/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-attribute-values-using-get/index.html b/api/service-api/versions/5.10/get-attribute-values-using-get/index.html index d16a5825a..32451903c 100644 --- a/api/service-api/versions/5.10/get-attribute-values-using-get/index.html +++ b/api/service-api/versions/5.10/get-attribute-values-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-clusters-using-get/index.html b/api/service-api/versions/5.10/get-clusters-using-get/index.html index a27df2405..e7c55419b 100644 --- a/api/service-api/versions/5.10/get-clusters-using-get/index.html +++ b/api/service-api/versions/5.10/get-clusters-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-dashboard-using-get/index.html b/api/service-api/versions/5.10/get-dashboard-using-get/index.html index 86140458c..7d7dceb2d 100644 --- a/api/service-api/versions/5.10/get-dashboard-using-get/index.html +++ b/api/service-api/versions/5.10/get-dashboard-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-debug-launches-using-get/index.html b/api/service-api/versions/5.10/get-debug-launches-using-get/index.html index 235e4e619..47c8fff08 100644 --- a/api/service-api/versions/5.10/get-debug-launches-using-get/index.html +++ b/api/service-api/versions/5.10/get-debug-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-error-page-using-get/index.html b/api/service-api/versions/5.10/get-error-page-using-get/index.html index fb68340a6..d25d7c0b5 100644 --- a/api/service-api/versions/5.10/get-error-page-using-get/index.html +++ b/api/service-api/versions/5.10/get-error-page-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    parentId int64required

    parentId

    projectName stringrequired

    projectName

Query Parameters

    filter.eq.autoAnalyzed boolean

    Filters by 'autoAnalyzed'

    filter.eq.binaryContent string

    Filters by 'binaryContent'

    filter.eq.id int64

    Filters by 'id'

    filter.eq.item int64

    Filters by 'item'

    filter.eq.lastModified date-time

    Filters by 'lastModified'

    filter.eq.launch int64

    Filters by 'launch'

    filter.eq.launchId int64

    Filters by 'launchId'

    filter.eq.level string

    Filters by 'level'

    filter.eq.logId int64

    Filters by 'logId'

    filter.eq.logTime date-time

    Filters by 'logTime'

    filter.eq.message string

    Filters by 'message'

    filter.eq.path string

    Filters by 'path'

    filter.eq.projectId int64

    Filters by 'projectId'

    filter.eq.retryParentId int64

    Filters by 'retryParentId'

    filter.eq.retryParentLaunchId int64

    Filters by 'retryParentLaunchId'

    filter.eq.status string

    Filters by 'status'

    page.page int32

    Results page you want to retrieve (0..N)

    page.size int32

    Number of records per page

    page.sort string[]

    Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

    params anyrequired

    params

-

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-file-using-get/index.html b/api/service-api/versions/5.10/get-file-using-get/index.html index 4030baec5..fdb706414 100644 --- a/api/service-api/versions/5.10/get-file-using-get/index.html +++ b/api/service-api/versions/5.10/get-file-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-filter-using-get/index.html b/api/service-api/versions/5.10/get-filter-using-get/index.html index 0e530ac71..98bae55d0 100644 --- a/api/service-api/versions/5.10/get-filter-using-get/index.html +++ b/api/service-api/versions/5.10/get-filter-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-global-integration-using-get/index.html b/api/service-api/versions/5.10/get-global-integration-using-get/index.html index b3b548f64..1a5095f14 100644 --- a/api/service-api/versions/5.10/get-global-integration-using-get/index.html +++ b/api/service-api/versions/5.10/get-global-integration-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get global Report Portal integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html b/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html index c7128f11b..57a4e093a 100644 --- a/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -28,6 +28,6 @@
GET 

/v1/integration/global/all

Get available global integrations

Request

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-global-integrations-using-get/index.html b/api/service-api/versions/5.10/get-global-integrations-using-get/index.html index 371cfc296..f9353da4e 100644 --- a/api/service-api/versions/5.10/get-global-integrations-using-get/index.html +++ b/api/service-api/versions/5.10/get-global-integrations-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get available global integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-items-history-using-get/index.html b/api/service-api/versions/5.10/get-items-history-using-get/index.html index c44c020cb..da8d5dffa 100644 --- a/api/service-api/versions/5.10/get-items-history-using-get/index.html +++ b/api/service-api/versions/5.10/get-items-history-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-latest-launches-using-get/index.html b/api/service-api/versions/5.10/get-latest-launches-using-get/index.html index 2ed11dad5..539933266 100644 --- a/api/service-api/versions/5.10/get-latest-launches-using-get/index.html +++ b/api/service-api/versions/5.10/get-latest-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html b/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html index f916d4dfa..c3dc9e313 100644 --- a/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html +++ b/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get specified launch by UUID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-launch-report-using-get/index.html b/api/service-api/versions/5.10/get-launch-report-using-get/index.html index fc4394a3d..5f4eefcda 100644 --- a/api/service-api/versions/5.10/get-launch-report-using-get/index.html +++ b/api/service-api/versions/5.10/get-launch-report-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-launch-using-get/index.html b/api/service-api/versions/5.10/get-launch-using-get/index.html index f54f65ecd..2122c4bcd 100644 --- a/api/service-api/versions/5.10/get-launch-using-get/index.html +++ b/api/service-api/versions/5.10/get-launch-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get specified launch by ID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html b/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html index f624695ce..141b922ad 100644 --- a/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html +++ b/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get log by UUID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-log-using-get/index.html b/api/service-api/versions/5.10/get-log-using-get/index.html index 44ab00081..c90d97da5 100644 --- a/api/service-api/versions/5.10/get-log-using-get/index.html +++ b/api/service-api/versions/5.10/get-log-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get log by ID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-logs-under-using-post/index.html b/api/service-api/versions/5.10/get-logs-under-using-post/index.html index 8bb2a3e16..0e02b183b 100644 --- a/api/service-api/versions/5.10/get-logs-under-using-post/index.html +++ b/api/service-api/versions/5.10/get-logs-under-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-logs-using-get/index.html b/api/service-api/versions/5.10/get-logs-using-get/index.html index f422357e9..c6ef576bb 100644 --- a/api/service-api/versions/5.10/get-logs-using-get/index.html +++ b/api/service-api/versions/5.10/get-logs-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-my-photo-using-get/index.html b/api/service-api/versions/5.10/get-my-photo-using-get/index.html index c9a1717dd..449465791 100644 --- a/api/service-api/versions/5.10/get-my-photo-using-get/index.html +++ b/api/service-api/versions/5.10/get-my-photo-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-myself-using-get-1/index.html b/api/service-api/versions/5.10/get-myself-using-get-1/index.html index f8c50e9e6..5098a31c9 100644 --- a/api/service-api/versions/5.10/get-myself-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-myself-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-myself-using-get/index.html b/api/service-api/versions/5.10/get-myself-using-get/index.html index 866e485c8..3c13c5147 100644 --- a/api/service-api/versions/5.10/get-myself-using-get/index.html +++ b/api/service-api/versions/5.10/get-myself-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-nested-items-using-get/index.html b/api/service-api/versions/5.10/get-nested-items-using-get/index.html index 7967aa0cb..b82027385 100644 --- a/api/service-api/versions/5.10/get-nested-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-nested-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-page-number-using-get/index.html b/api/service-api/versions/5.10/get-page-number-using-get/index.html index 8bb4ffed4..a42890dda 100644 --- a/api/service-api/versions/5.10/get-page-number-using-get/index.html +++ b/api/service-api/versions/5.10/get-page-number-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-plugins-using-get/index.html b/api/service-api/versions/5.10/get-plugins-using-get/index.html index 4b0462cc5..9a73880d7 100644 --- a/api/service-api/versions/5.10/get-plugins-using-get/index.html +++ b/api/service-api/versions/5.10/get-plugins-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -28,6 +28,6 @@
GET 

/v1/plugin

Get all available plugins

Request

-

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-info-using-get/index.html b/api/service-api/versions/5.10/get-project-info-using-get/index.html index c4ded73b4..0ffde3ada 100644 --- a/api/service-api/versions/5.10/get-project-info-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    interval string

    Default value: 3M

    interval

-

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
+

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-integration-using-get/index.html b/api/service-api/versions/5.10/get-project-integration-using-get/index.html index 1f6cca9a5..1eb598a8b 100644 --- a/api/service-api/versions/5.10/get-project-integration-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-integration-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html b/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html index 25a2c9809..04e6b954b 100644 --- a/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get available project integrations

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-integrations-using-get/index.html b/api/service-api/versions/5.10/get-project-integrations-using-get/index.html index 9cd9c0c2c..6637f3e36 100644 --- a/api/service-api/versions/5.10/get-project-integrations-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-integrations-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Get available project integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-launches-using-get/index.html b/api/service-api/versions/5.10/get-project-launches-using-get/index.html index 5cc8c78dd..a075050f0 100644 --- a/api/service-api/versions/5.10/get-project-launches-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-launches-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-project-settings-using-get/index.html b/api/service-api/versions/5.10/get-project-settings-using-get/index.html index a4f1f18c4..510724f78 100644 --- a/api/service-api/versions/5.10/get-project-settings-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-settings-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-project-users-using-get-1/index.html b/api/service-api/versions/5.10/get-project-users-using-get-1/index.html index af5798ead..cb544b61b 100644 --- a/api/service-api/versions/5.10/get-project-users-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-project-users-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-project-users-using-get/index.html b/api/service-api/versions/5.10/get-project-users-using-get/index.html index ffae364bd..0b7347f79 100644 --- a/api/service-api/versions/5.10/get-project-users-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-users-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-project-using-get/index.html b/api/service-api/versions/5.10/get-project-using-get/index.html index e5b421676..9f9a9c6c6 100644 --- a/api/service-api/versions/5.10/get-project-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Only for users that are assigned to the project

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    launchNames string[]
    recipients string[]
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
+

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    launchNames string[]
    recipients string[]
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-widget-using-get/index.html b/api/service-api/versions/5.10/get-project-widget-using-get/index.html index a65d05b2f..15121fb07 100644 --- a/api/service-api/versions/5.10/get-project-widget-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-widget-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-server-settings-using-get/index.html b/api/service-api/versions/5.10/get-server-settings-using-get/index.html index 938ced002..3d30644a9 100644 --- a/api/service-api/versions/5.10/get-server-settings-using-get/index.html +++ b/api/service-api/versions/5.10/get-server-settings-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html index 503514bad..7ea598c35 100644 --- a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html index a4fea8a06..d9169699a 100644 --- a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html +++ b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-statuses-using-get/index.html b/api/service-api/versions/5.10/get-statuses-using-get/index.html index eb3cc390a..b6a0bd1d3 100644 --- a/api/service-api/versions/5.10/get-statuses-using-get/index.html +++ b/api/service-api/versions/5.10/get-statuses-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html b/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html index 9e1b5b21e..c18b2ac92 100644 --- a/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    clusterId int64required

    clusterId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-suggested-items-using-get/index.html b/api/service-api/versions/5.10/get-suggested-items-using-get/index.html index a115cba16..1db27bd29 100644 --- a/api/service-api/versions/5.10/get-suggested-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-suggested-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    itemId int64required

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html b/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html index 13d258bf7..b7e74d1ca 100644 --- a/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html b/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html index 957e0c079..108bc788c 100644 --- a/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Find test item by UUID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-item-using-get/index.html b/api/service-api/versions/5.10/get-test-item-using-get/index.html index 5bba46667..a03ee1d2f 100644 --- a/api/service-api/versions/5.10/get-test-item-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-item-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -29,6 +29,6 @@

Find test item by ID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-items-using-get-1/index.html b/api/service-api/versions/5.10/get-test-items-using-get-1/index.html index 7b9b1ef0b..f80fc00d6 100644 --- a/api/service-api/versions/5.10/get-test-items-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-test-items-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-test-items-using-get-2/index.html b/api/service-api/versions/5.10/get-test-items-using-get-2/index.html index 5d0de3f93..79980eb5a 100644 --- a/api/service-api/versions/5.10/get-test-items-using-get-2/index.html +++ b/api/service-api/versions/5.10/get-test-items-using-get-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-test-items-using-get/index.html b/api/service-api/versions/5.10/get-test-items-using-get/index.html index acf560ebd..640144d29 100644 --- a/api/service-api/versions/5.10/get-test-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-items-using-get/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    ids int64[]required

    ids

-

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html b/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html index 4c234f33d..cdbd702dc 100644 --- a/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html b/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html index dd1ca87bf..e32e3d983 100644 --- a/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html +++ b/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html b/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html index cbb58b362..518fb86da 100644 --- a/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html +++ b/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-ticket-using-get/index.html b/api/service-api/versions/5.10/get-ticket-using-get/index.html index 38c234f8d..1cc9d6f1e 100644 --- a/api/service-api/versions/5.10/get-ticket-using-get/index.html +++ b/api/service-api/versions/5.10/get-ticket-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html b/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html index 8f2148382..e7ab23d6d 100644 --- a/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-user-filters-using-get/index.html b/api/service-api/versions/5.10/get-user-filters-using-get/index.html index 967eb576b..6b7451f75 100644 --- a/api/service-api/versions/5.10/get-user-filters-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-filters-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-user-photo-using-get/index.html b/api/service-api/versions/5.10/get-user-photo-using-get/index.html index 19a03089c..c9fa2fd8d 100644 --- a/api/service-api/versions/5.10/get-user-photo-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-photo-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-user-preference-using-get/index.html b/api/service-api/versions/5.10/get-user-preference-using-get/index.html index 5b2a5063f..3c34054e4 100644 --- a/api/service-api/versions/5.10/get-user-preference-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-preference-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-user-projects-using-get/index.html b/api/service-api/versions/5.10/get-user-projects-using-get/index.html index d734541f3..d9a9222b8 100644 --- a/api/service-api/versions/5.10/get-user-projects-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-projects-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-user-using-get/index.html b/api/service-api/versions/5.10/get-user-using-get/index.html index 3c7b12817..fd55d0ee7 100644 --- a/api/service-api/versions/5.10/get-user-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html b/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html index 4b62c6856..ca5c0b093 100644 --- a/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html +++ b/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html b/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html index 31887c215..824547f25 100644 --- a/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html +++ b/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-users-using-get/index.html b/api/service-api/versions/5.10/get-users-using-get/index.html index cc1f36b5f..34e4ff55c 100644 --- a/api/service-api/versions/5.10/get-users-using-get/index.html +++ b/api/service-api/versions/5.10/get-users-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-widget-names-using-get/index.html b/api/service-api/versions/5.10/get-widget-names-using-get/index.html index 6ab2b2552..c47e43caf 100644 --- a/api/service-api/versions/5.10/get-widget-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-widget-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-widget-preview-using-post/index.html b/api/service-api/versions/5.10/get-widget-preview-using-post/index.html index ffc3ee281..bd7daf706 100644 --- a/api/service-api/versions/5.10/get-widget-preview-using-post/index.html +++ b/api/service-api/versions/5.10/get-widget-preview-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-widget-using-get-1/index.html b/api/service-api/versions/5.10/get-widget-using-get-1/index.html index 8fce46cf8..d26a80407 100644 --- a/api/service-api/versions/5.10/get-widget-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-widget-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/get-widget-using-get/index.html b/api/service-api/versions/5.10/get-widget-using-get/index.html index f4a151edb..72dc4d683 100644 --- a/api/service-api/versions/5.10/get-widget-using-get/index.html +++ b/api/service-api/versions/5.10/get-widget-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html b/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html index 07f926782..1a7a7a267 100644 --- a/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html +++ b/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/import-launch-using-post/index.html b/api/service-api/versions/5.10/import-launch-using-post/index.html index 9804c3943..36a61240e 100644 --- a/api/service-api/versions/5.10/import-launch-using-post/index.html +++ b/api/service-api/versions/5.10/import-launch-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/index-project-data-using-put/index.html b/api/service-api/versions/5.10/index-project-data-using-put/index.html index 2622d9ed3..1422b9a4c 100644 --- a/api/service-api/versions/5.10/index-project-data-using-put/index.html +++ b/api/service-api/versions/5.10/index-project-data-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/integration-controller/index.html b/api/service-api/versions/5.10/integration-controller/index.html index b064eff16..0e0bcc79f 100644 --- a/api/service-api/versions/5.10/integration-controller/index.html +++ b/api/service-api/versions/5.10/integration-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html b/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html index 1e8fbd934..4e08fa26c 100644 --- a/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html +++ b/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/launch-async-controller/index.html b/api/service-api/versions/5.10/launch-async-controller/index.html index 614c84bea..ecb7722db 100644 --- a/api/service-api/versions/5.10/launch-async-controller/index.html +++ b/api/service-api/versions/5.10/launch-async-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/launch-controller/index.html b/api/service-api/versions/5.10/launch-controller/index.html index 4dbd44fd2..62f42c950 100644 --- a/api/service-api/versions/5.10/launch-controller/index.html +++ b/api/service-api/versions/5.10/launch-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/link-external-issues-using-put/index.html b/api/service-api/versions/5.10/link-external-issues-using-put/index.html index a4f927bdc..e1abd6565 100644 --- a/api/service-api/versions/5.10/link-external-issues-using-put/index.html +++ b/api/service-api/versions/5.10/link-external-issues-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/log-async-controller/index.html b/api/service-api/versions/5.10/log-async-controller/index.html index 713a29813..c3721d0f1 100644 --- a/api/service-api/versions/5.10/log-async-controller/index.html +++ b/api/service-api/versions/5.10/log-async-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/log-controller/index.html b/api/service-api/versions/5.10/log-controller/index.html index ccf2598bf..af020d689 100644 --- a/api/service-api/versions/5.10/log-controller/index.html +++ b/api/service-api/versions/5.10/log-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/merge-launches-using-post-1/index.html b/api/service-api/versions/5.10/merge-launches-using-post-1/index.html index bddff8336..b82e8fe07 100644 --- a/api/service-api/versions/5.10/merge-launches-using-post-1/index.html +++ b/api/service-api/versions/5.10/merge-launches-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/merge-launches-using-post/index.html b/api/service-api/versions/5.10/merge-launches-using-post/index.html index b4f29d113..124e59b21 100644 --- a/api/service-api/versions/5.10/merge-launches-using-post/index.html +++ b/api/service-api/versions/5.10/merge-launches-using-post/index.html @@ -9,8 +9,8 @@ - - + + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/on-boarding-using-get/index.html b/api/service-api/versions/5.10/on-boarding-using-get/index.html index 14d994580..3050ca4ec 100644 --- a/api/service-api/versions/5.10/on-boarding-using-get/index.html +++ b/api/service-api/versions/5.10/on-boarding-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/onboarding-controller/index.html b/api/service-api/versions/5.10/onboarding-controller/index.html index 3d7f03dfc..98271492a 100644 --- a/api/service-api/versions/5.10/onboarding-controller/index.html +++ b/api/service-api/versions/5.10/onboarding-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/plugin-controller/index.html b/api/service-api/versions/5.10/plugin-controller/index.html index 87079100f..ba59d07df 100644 --- a/api/service-api/versions/5.10/plugin-controller/index.html +++ b/api/service-api/versions/5.10/plugin-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/project-controller/index.html b/api/service-api/versions/5.10/project-controller/index.html index f1e69f90f..ce50af34d 100644 --- a/api/service-api/versions/5.10/project-controller/index.html +++ b/api/service-api/versions/5.10/project-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/project-settings-controller/index.html b/api/service-api/versions/5.10/project-settings-controller/index.html index e576b12a2..6e898103d 100644 --- a/api/service-api/versions/5.10/project-settings-controller/index.html +++ b/api/service-api/versions/5.10/project-settings-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html b/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html index e0617c380..a3a2d03a7 100644 --- a/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html +++ b/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html b/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html index 9d0602a7f..e16b35489 100644 --- a/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html +++ b/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/remove-widget-using-delete/index.html b/api/service-api/versions/5.10/remove-widget-using-delete/index.html index 7048d1540..78e963e8b 100644 --- a/api/service-api/versions/5.10/remove-widget-using-delete/index.html +++ b/api/service-api/versions/5.10/remove-widget-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/reportportal/index.html b/api/service-api/versions/5.10/reportportal/index.html index e8885b98a..3d24d3efe 100644 --- a/api/service-api/versions/5.10/reportportal/index.html +++ b/api/service-api/versions/5.10/reportportal/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/reset-password-using-post/index.html b/api/service-api/versions/5.10/reset-password-using-post/index.html index 90bb35c58..1dd26f378 100644 --- a/api/service-api/versions/5.10/reset-password-using-post/index.html +++ b/api/service-api/versions/5.10/reset-password-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/restore-password-using-post/index.html b/api/service-api/versions/5.10/restore-password-using-post/index.html index 76f9a4684..b460ee438 100644 --- a/api/service-api/versions/5.10/restore-password-using-post/index.html +++ b/api/service-api/versions/5.10/restore-password-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html b/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html index ad3c8a4ae..947c0a7ec 100644 --- a/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html +++ b/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html b/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html index 7a5088949..73273e349 100644 --- a/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html +++ b/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/search-for-user-using-get/index.html b/api/service-api/versions/5.10/search-for-user-using-get/index.html index cbf98e159..54c6abaa0 100644 --- a/api/service-api/versions/5.10/search-for-user-using-get/index.html +++ b/api/service-api/versions/5.10/search-for-user-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/search-logs-using-post/index.html b/api/service-api/versions/5.10/search-logs-using-post/index.html index 4addc6177..4493a7d05 100644 --- a/api/service-api/versions/5.10/search-logs-using-post/index.html +++ b/api/service-api/versions/5.10/search-logs-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/search-project-names-using-get/index.html b/api/service-api/versions/5.10/search-project-names-using-get/index.html index 3e475f093..8ddabe0b4 100644 --- a/api/service-api/versions/5.10/search-project-names-using-get/index.html +++ b/api/service-api/versions/5.10/search-project-names-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/settings-controller/index.html b/api/service-api/versions/5.10/settings-controller/index.html index 9b4b52cc5..06fd9523f 100644 --- a/api/service-api/versions/5.10/settings-controller/index.html +++ b/api/service-api/versions/5.10/settings-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-child-item-using-post-1/index.html b/api/service-api/versions/5.10/start-child-item-using-post-1/index.html index 1a72616d2..f8713f906 100644 --- a/api/service-api/versions/5.10/start-child-item-using-post-1/index.html +++ b/api/service-api/versions/5.10/start-child-item-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-child-item-using-post/index.html b/api/service-api/versions/5.10/start-child-item-using-post/index.html index 88a7f43a6..659365200 100644 --- a/api/service-api/versions/5.10/start-child-item-using-post/index.html +++ b/api/service-api/versions/5.10/start-child-item-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html b/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html index 3e15bbb74..032350e61 100644 --- a/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html +++ b/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-launch-using-post-1/index.html b/api/service-api/versions/5.10/start-launch-using-post-1/index.html index 468c742d9..c8404c84d 100644 --- a/api/service-api/versions/5.10/start-launch-using-post-1/index.html +++ b/api/service-api/versions/5.10/start-launch-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-launch-using-post/index.html b/api/service-api/versions/5.10/start-launch-using-post/index.html index 3c5993fa1..84bb7e9e4 100644 --- a/api/service-api/versions/5.10/start-launch-using-post/index.html +++ b/api/service-api/versions/5.10/start-launch-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-root-item-using-post-1/index.html b/api/service-api/versions/5.10/start-root-item-using-post-1/index.html index 2a4c37090..3460082b1 100644 --- a/api/service-api/versions/5.10/start-root-item-using-post-1/index.html +++ b/api/service-api/versions/5.10/start-root-item-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/start-root-item-using-post/index.html b/api/service-api/versions/5.10/start-root-item-using-post/index.html index a929bdad6..d57b6319b 100644 --- a/api/service-api/versions/5.10/start-root-item-using-post/index.html +++ b/api/service-api/versions/5.10/start-root-item-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html b/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html index 3663480d6..2b7a0c8e7 100644 --- a/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html +++ b/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/test-integration-connection-using-get/index.html b/api/service-api/versions/5.10/test-integration-connection-using-get/index.html index fc4c283a4..46da58671 100644 --- a/api/service-api/versions/5.10/test-integration-connection-using-get/index.html +++ b/api/service-api/versions/5.10/test-integration-connection-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/test-item-async-controller/index.html b/api/service-api/versions/5.10/test-item-async-controller/index.html index c0ec3f55f..5dd28fe91 100644 --- a/api/service-api/versions/5.10/test-item-async-controller/index.html +++ b/api/service-api/versions/5.10/test-item-async-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/test-item-controller/index.html b/api/service-api/versions/5.10/test-item-controller/index.html index 125df6977..98be06102 100644 --- a/api/service-api/versions/5.10/test-item-controller/index.html +++ b/api/service-api/versions/5.10/test-item-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/unassign-project-users-using-put/index.html b/api/service-api/versions/5.10/unassign-project-users-using-put/index.html index df00413e3..3c030b9ae 100644 --- a/api/service-api/versions/5.10/unassign-project-users-using-put/index.html +++ b/api/service-api/versions/5.10/unassign-project-users-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html b/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html index 12476aebb..ef6ff3818 100644 --- a/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html +++ b/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-dashboard-using-put/index.html b/api/service-api/versions/5.10/update-dashboard-using-put/index.html index 8ce7b3e46..c1fbeed77 100644 --- a/api/service-api/versions/5.10/update-dashboard-using-put/index.html +++ b/api/service-api/versions/5.10/update-dashboard-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-global-integration-using-put/index.html b/api/service-api/versions/5.10/update-global-integration-using-put/index.html index 13dc24895..c7ec44b76 100644 --- a/api/service-api/versions/5.10/update-global-integration-using-put/index.html +++ b/api/service-api/versions/5.10/update-global-integration-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-launch-using-put/index.html b/api/service-api/versions/5.10/update-launch-using-put/index.html index c7f05a99f..59b2f33c1 100644 --- a/api/service-api/versions/5.10/update-launch-using-put/index.html +++ b/api/service-api/versions/5.10/update-launch-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-launches-using-put/index.html b/api/service-api/versions/5.10/update-launches-using-put/index.html index cbe954a9a..9ea42f33b 100644 --- a/api/service-api/versions/5.10/update-launches-using-put/index.html +++ b/api/service-api/versions/5.10/update-launches-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-pattern-template-using-put/index.html b/api/service-api/versions/5.10/update-pattern-template-using-put/index.html index 8cf99bdd2..bcc116e00 100644 --- a/api/service-api/versions/5.10/update-pattern-template-using-put/index.html +++ b/api/service-api/versions/5.10/update-pattern-template-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-plugin-state-using-put/index.html b/api/service-api/versions/5.10/update-plugin-state-using-put/index.html index 4a7424126..055ed1c1c 100644 --- a/api/service-api/versions/5.10/update-plugin-state-using-put/index.html +++ b/api/service-api/versions/5.10/update-plugin-state-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-project-integration-using-put/index.html b/api/service-api/versions/5.10/update-project-integration-using-put/index.html index 26acfa6e1..469bc8ec4 100644 --- a/api/service-api/versions/5.10/update-project-integration-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-integration-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html b/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html index 73e7e4b8b..5ceaf33ed 100644 --- a/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html b/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html index a11636ca3..3e6861a89 100644 --- a/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-project-using-put/index.html b/api/service-api/versions/5.10/update-project-using-put/index.html index 7d589f5ca..dbeed46df 100644 --- a/api/service-api/versions/5.10/update-project-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-test-item-using-put/index.html b/api/service-api/versions/5.10/update-test-item-using-put/index.html index 4e3ab6ffe..65f96a2e8 100644 --- a/api/service-api/versions/5.10/update-test-item-using-put/index.html +++ b/api/service-api/versions/5.10/update-test-item-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-user-filter-using-put/index.html b/api/service-api/versions/5.10/update-user-filter-using-put/index.html index f7cdef36d..5cca65c49 100644 --- a/api/service-api/versions/5.10/update-user-filter-using-put/index.html +++ b/api/service-api/versions/5.10/update-user-filter-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-user-filters-using-put/index.html b/api/service-api/versions/5.10/update-user-filters-using-put/index.html index c1a2adcf2..77451d212 100644 --- a/api/service-api/versions/5.10/update-user-filters-using-put/index.html +++ b/api/service-api/versions/5.10/update-user-filters-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/update-widget-using-put/index.html b/api/service-api/versions/5.10/update-widget-using-put/index.html index 7c8b1ac43..18d7955fe 100644 --- a/api/service-api/versions/5.10/update-widget-using-put/index.html +++ b/api/service-api/versions/5.10/update-widget-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/upload-photo-using-post/index.html b/api/service-api/versions/5.10/upload-photo-using-post/index.html index 6aca31456..c31c9be0a 100644 --- a/api/service-api/versions/5.10/upload-photo-using-post/index.html +++ b/api/service-api/versions/5.10/upload-photo-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/upload-plugin-using-post/index.html b/api/service-api/versions/5.10/upload-plugin-using-post/index.html index aa1b1e1ca..b439248c0 100644 --- a/api/service-api/versions/5.10/upload-plugin-using-post/index.html +++ b/api/service-api/versions/5.10/upload-plugin-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/user-controller/index.html b/api/service-api/versions/5.10/user-controller/index.html index 1f6b46acd..441e91e07 100644 --- a/api/service-api/versions/5.10/user-controller/index.html +++ b/api/service-api/versions/5.10/user-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/user-filter-controller/index.html b/api/service-api/versions/5.10/user-filter-controller/index.html index e4f20889b..af134017b 100644 --- a/api/service-api/versions/5.10/user-filter-controller/index.html +++ b/api/service-api/versions/5.10/user-filter-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/validate-info-using-get/index.html b/api/service-api/versions/5.10/validate-info-using-get/index.html index b977716c0..643b44e9d 100644 --- a/api/service-api/versions/5.10/validate-info-using-get/index.html +++ b/api/service-api/versions/5.10/validate-info-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/versions/5.10/widget-controller/index.html b/api/service-api/versions/5.10/widget-controller/index.html index f827ca21e..5ae826961 100644 --- a/api/service-api/versions/5.10/widget-controller/index.html +++ b/api/service-api/versions/5.10/widget-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-api/widget-controller/index.html b/api/service-api/widget-controller/index.html index 13a505441..dcff6f4cd 100644 --- a/api/service-api/widget-controller/index.html +++ b/api/service-api/widget-controller/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/auth-configuration-endpoint/index.html b/api/service-uat/auth-configuration-endpoint/index.html index 215b91487..158412861 100644 --- a/api/service-uat/auth-configuration-endpoint/index.html +++ b/api/service-uat/auth-configuration-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/create-auth-integration-using-post/index.html b/api/service-uat/create-auth-integration-using-post/index.html index 21cfbc7db..0897ac506 100644 --- a/api/service-uat/create-auth-integration-using-post/index.html +++ b/api/service-uat/create-auth-integration-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/delete-o-auth-setting-using-delete/index.html b/api/service-uat/delete-o-auth-setting-using-delete/index.html index 9a21c4331..aaa689c3e 100644 --- a/api/service-uat/delete-o-auth-setting-using-delete/index.html +++ b/api/service-uat/delete-o-auth-setting-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/delete-settings-using-delete/index.html b/api/service-uat/delete-settings-using-delete/index.html index c32604597..bc3865191 100644 --- a/api/service-uat/delete-settings-using-delete/index.html +++ b/api/service-uat/delete-settings-using-delete/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/get-o-auth-settings-using-get-1/index.html b/api/service-uat/get-o-auth-settings-using-get-1/index.html index 4cd2c7698..4d4eb8e58 100644 --- a/api/service-uat/get-o-auth-settings-using-get-1/index.html +++ b/api/service-uat/get-o-auth-settings-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/get-o-auth-settings-using-get/index.html b/api/service-uat/get-o-auth-settings-using-get/index.html index 41ad8d9e7..7945b5d5a 100644 --- a/api/service-uat/get-o-auth-settings-using-get/index.html +++ b/api/service-uat/get-o-auth-settings-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/get-settings-using-get/index.html b/api/service-uat/get-settings-using-get/index.html index edc9599c2..8fb6121d3 100644 --- a/api/service-uat/get-settings-using-get/index.html +++ b/api/service-uat/get-settings-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/github-endpoint/index.html b/api/service-uat/github-endpoint/index.html index c0f396e6a..7494d4e3c 100644 --- a/api/service-uat/github-endpoint/index.html +++ b/api/service-uat/github-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/o-auth-configuration-endpoint/index.html b/api/service-uat/o-auth-configuration-endpoint/index.html index a0b78bac6..742272cbb 100644 --- a/api/service-uat/o-auth-configuration-endpoint/index.html +++ b/api/service-uat/o-auth-configuration-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/reportportal/index.html b/api/service-uat/reportportal/index.html index 9abac6af5..28a17a1cb 100644 --- a/api/service-uat/reportportal/index.html +++ b/api/service-uat/reportportal/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/sso-endpoint/index.html b/api/service-uat/sso-endpoint/index.html index 8beb85095..c853c2ab7 100644 --- a/api/service-uat/sso-endpoint/index.html +++ b/api/service-uat/sso-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/synchronize-using-post/index.html b/api/service-uat/synchronize-using-post/index.html index 069a6e5cd..b1870ab0d 100644 --- a/api/service-uat/synchronize-using-post/index.html +++ b/api/service-uat/synchronize-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/update-auth-integration-using-put/index.html b/api/service-uat/update-auth-integration-using-put/index.html index ee932d1ad..555a763eb 100644 --- a/api/service-uat/update-auth-integration-using-put/index.html +++ b/api/service-uat/update-auth-integration-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/update-o-auth-settings-using-post/index.html b/api/service-uat/update-o-auth-settings-using-post/index.html index 3220e74db..64e72b691 100644 --- a/api/service-uat/update-o-auth-settings-using-post/index.html +++ b/api/service-uat/update-o-auth-settings-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/update-o-auth-settings-using-put/index.html b/api/service-uat/update-o-auth-settings-using-put/index.html index 4bb32d501..bc95c661f 100644 --- a/api/service-uat/update-o-auth-settings-using-put/index.html +++ b/api/service-uat/update-o-auth-settings-using-put/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/user-using-get-1/index.html b/api/service-uat/user-using-get-1/index.html index 354c6fe29..f833f9ea3 100644 --- a/api/service-uat/user-using-get-1/index.html +++ b/api/service-uat/user-using-get-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/user-using-get/index.html b/api/service-uat/user-using-get/index.html index 68252e5a6..17f7dd338 100644 --- a/api/service-uat/user-using-get/index.html +++ b/api/service-uat/user-using-get/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/user-using-post-1/index.html b/api/service-uat/user-using-post-1/index.html index b702024fc..d8533682b 100644 --- a/api/service-uat/user-using-post-1/index.html +++ b/api/service-uat/user-using-post-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/user-using-post/index.html b/api/service-uat/user-using-post/index.html index c93bd861c..5f7f5c338 100644 --- a/api/service-uat/user-using-post/index.html +++ b/api/service-uat/user-using-post/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html b/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html index 738c2d6d1..2e2a62fcd 100644 --- a/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html +++ b/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/create-auth-integration/index.html b/api/service-uat/versions/5.10/create-auth-integration/index.html index ca5129626..b74cb2f4e 100644 --- a/api/service-uat/versions/5.10/create-auth-integration/index.html +++ b/api/service-uat/versions/5.10/create-auth-integration/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/delete-o-auth-setting/index.html b/api/service-uat/versions/5.10/delete-o-auth-setting/index.html index 28432c3b3..e6d43e0f1 100644 --- a/api/service-uat/versions/5.10/delete-o-auth-setting/index.html +++ b/api/service-uat/versions/5.10/delete-o-auth-setting/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/delete-settings/index.html b/api/service-uat/versions/5.10/delete-settings/index.html index 785cd246f..76cb823f6 100644 --- a/api/service-uat/versions/5.10/delete-settings/index.html +++ b/api/service-uat/versions/5.10/delete-settings/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html b/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html index b28227511..6a0dc2715 100644 --- a/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html +++ b/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/get-o-auth-settings/index.html b/api/service-uat/versions/5.10/get-o-auth-settings/index.html index f2777df80..e7056cc27 100644 --- a/api/service-uat/versions/5.10/get-o-auth-settings/index.html +++ b/api/service-uat/versions/5.10/get-o-auth-settings/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/get-settings/index.html b/api/service-uat/versions/5.10/get-settings/index.html index 3a766df16..0d9b48e58 100644 --- a/api/service-uat/versions/5.10/get-settings/index.html +++ b/api/service-uat/versions/5.10/get-settings/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/github-endpoint/index.html b/api/service-uat/versions/5.10/github-endpoint/index.html index 5b5a3d055..e715fbd0c 100644 --- a/api/service-uat/versions/5.10/github-endpoint/index.html +++ b/api/service-uat/versions/5.10/github-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html b/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html index ae6296c50..1f13cb44a 100644 --- a/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html +++ b/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/reportportal/index.html b/api/service-uat/versions/5.10/reportportal/index.html index 709094a52..09935a8aa 100644 --- a/api/service-uat/versions/5.10/reportportal/index.html +++ b/api/service-uat/versions/5.10/reportportal/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/sso-endpoint/index.html b/api/service-uat/versions/5.10/sso-endpoint/index.html index 950582c57..abdfa4b73 100644 --- a/api/service-uat/versions/5.10/sso-endpoint/index.html +++ b/api/service-uat/versions/5.10/sso-endpoint/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/synchronize/index.html b/api/service-uat/versions/5.10/synchronize/index.html index fba16174e..b4e530f5c 100644 --- a/api/service-uat/versions/5.10/synchronize/index.html +++ b/api/service-uat/versions/5.10/synchronize/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/update-auth-integration/index.html b/api/service-uat/versions/5.10/update-auth-integration/index.html index c2aa71ada..032ee1180 100644 --- a/api/service-uat/versions/5.10/update-auth-integration/index.html +++ b/api/service-uat/versions/5.10/update-auth-integration/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html b/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html index 6c6bc28ef..79f785c44 100644 --- a/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html +++ b/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/update-o-auth-settings/index.html b/api/service-uat/versions/5.10/update-o-auth-settings/index.html index a9f08f9ae..d602c05dc 100644 --- a/api/service-uat/versions/5.10/update-o-auth-settings/index.html +++ b/api/service-uat/versions/5.10/update-o-auth-settings/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/user-1/index.html b/api/service-uat/versions/5.10/user-1/index.html index 33fbbf93e..8a90725a9 100644 --- a/api/service-uat/versions/5.10/user-1/index.html +++ b/api/service-uat/versions/5.10/user-1/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/user-2/index.html b/api/service-uat/versions/5.10/user-2/index.html index e5f1af11e..c2208d211 100644 --- a/api/service-uat/versions/5.10/user-2/index.html +++ b/api/service-uat/versions/5.10/user-2/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/user-3/index.html b/api/service-uat/versions/5.10/user-3/index.html index 6a4e0d3f6..bf4fa4a25 100644 --- a/api/service-uat/versions/5.10/user-3/index.html +++ b/api/service-uat/versions/5.10/user-3/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/api/service-uat/versions/5.10/user/index.html b/api/service-uat/versions/5.10/user/index.html index 09d74f5bb..3f6235f4e 100644 --- a/api/service-uat/versions/5.10/user/index.html +++ b/api/service-uat/versions/5.10/user/index.html @@ -9,8 +9,8 @@ - - + + diff --git a/assets/images/LDAP1-3727e8ceda7a7b99e5e56270d24ed8bf.png b/assets/images/LDAP1-3727e8ceda7a7b99e5e56270d24ed8bf.png new file mode 100644 index 000000000..95fdef129 Binary files /dev/null and b/assets/images/LDAP1-3727e8ceda7a7b99e5e56270d24ed8bf.png differ diff --git a/assets/images/LDAP2-d674e761d2025abd2153b1f55aa91a65.png b/assets/images/LDAP2-d674e761d2025abd2153b1f55aa91a65.png new file mode 100644 index 000000000..27f97b90b Binary files /dev/null and b/assets/images/LDAP2-d674e761d2025abd2153b1f55aa91a65.png differ diff --git a/assets/images/LDAP3-49621454f2800b2fde9c801f6d0d01b7.png b/assets/images/LDAP3-49621454f2800b2fde9c801f6d0d01b7.png new file mode 100644 index 000000000..2baa00626 Binary files /dev/null and b/assets/images/LDAP3-49621454f2800b2fde9c801f6d0d01b7.png differ diff --git a/assets/images/LDAP4-b39d5dbf47bcb1d4da024240f7648c93.png b/assets/images/LDAP4-b39d5dbf47bcb1d4da024240f7648c93.png new file mode 100644 index 000000000..4e9a34c8e Binary files /dev/null and b/assets/images/LDAP4-b39d5dbf47bcb1d4da024240f7648c93.png differ diff --git a/assets/images/LDAP5-45c59f36c46935bd3d55778e203b2ebf.png b/assets/images/LDAP5-45c59f36c46935bd3d55778e203b2ebf.png new file mode 100644 index 000000000..15e041098 Binary files /dev/null and b/assets/images/LDAP5-45c59f36c46935bd3d55778e203b2ebf.png differ diff --git a/assets/js/0132c79f.3c499577.js b/assets/js/0132c79f.8faeca39.js similarity index 99% rename from assets/js/0132c79f.3c499577.js rename to assets/js/0132c79f.8faeca39.js index 874a0286d..fed2ec72f 100644 --- a/assets/js/0132c79f.3c499577.js +++ b/assets/js/0132c79f.8faeca39.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63345],{70037:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>y,contentTitle:()=>f,default:()=>T,frontMatter:()=>b,metadata:()=>j,toc:()=>E});var a=i(85893),l=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),o=i.n(r),p=(i(82723),i(9487)),c=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),v=i.n(h),x=(i(1176),i(12005),i(85162));const b={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,j={id:"api/service-api/versions/5.10/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/versions/5.10/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-plugins-using-get",permalink:"/docs/api/service-api/versions/5.10/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/versions/5.10/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/versions/5.10/upload-plugin-using-post"}},y={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,l.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get all available plugins"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/plugin"}),"\n",(0,a.jsx)(s.p,{children:"Get all available plugins"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(x.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.348Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,l.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63345],{70037:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>y,contentTitle:()=>f,default:()=>T,frontMatter:()=>b,metadata:()=>j,toc:()=>E});var a=i(85893),l=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),o=i.n(r),p=(i(82723),i(9487)),c=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),v=i.n(h),x=(i(1176),i(12005),i(85162));const b={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,j={id:"api/service-api/versions/5.10/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/versions/5.10/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-plugins-using-get",permalink:"/docs/api/service-api/versions/5.10/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/versions/5.10/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/versions/5.10/upload-plugin-using-post"}},y={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,l.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get all available plugins"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/plugin"}),"\n",(0,a.jsx)(s.p,{children:"Get all available plugins"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(x.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.338Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,l.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/02365595.4672afef.js b/assets/js/02365595.cbe5d2ba.js similarity index 63% rename from assets/js/02365595.4672afef.js rename to assets/js/02365595.cbe5d2ba.js index 3b9468dee..bc284b7fc 100644 --- a/assets/js/02365595.4672afef.js +++ b/assets/js/02365595.cbe5d2ba.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[14099],{59469:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>I,frontMatter:()=>b,metadata:()=>N,toc:()=>F});var a=i(85893),n=i(11151),r=i(58219),l=i.n(r),t=(i(62316),i(51039)),c=i.n(t),o=(i(82723),i(9487)),d=i.n(o),p=i(41429),m=i.n(p),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),v=i(9472),f=i.n(v),g=(i(1176),i(12005),i(85162));const b={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAgGueyfl6bge1aGtWhaoTrouDyYZwLuJ7bWdtijKfz+N7UAoXG+1PAX788z48zefXYNlWwPpIxSsEtmux8xeZL1MCqtlUaCGVQxSoWaWSzHNIYUNF9zsbh38wXCxnT0sIQbFNCvRoqZoNQhWIqQh6jSHGLiAFBSzO4ghR5NprijmKUjj94przCG1usIYTLbDkkFag90rCmis5mILTRMfcigtv2Jm7+jfW2lOcT+eaeXBaOwfMt8T4jRul5D5Z4iB2ENhCcmUKnjmyEu+GoLX3UzcFpTqxkWYvGBWEdIFOdb3CCjyJS+RziIUJ9e0FaJd0+lYjsals1bzdWX9v4BlWrM9MWOxNN20U4vl+LDCZX07/DfcXyAoBrM3FsvO1FrKApmAGPCFlYqybVhhsInhiRUVXqK5aV4d2IVELRFnczFspC6ZhRRyZrFnCUWVWWYrcwmPoiqJ29l4sZj8CTHcjKe37mOxvJ/N/Nenafia3i0n8/nDbOn+XY/vrie3t2Hm5h5i+Hs8v4NV47dxqi03YJQUxrM4GgzORXT/6VQ4H5IPb2klqG3xv0fG84tEFlx8uzghqnKNujPFhcUt6i7DXNhfr9yJhUNTGjNmab/ulGN46WUyxy2KXuic3lrm+15o2LOGOaXC7zDyrhBtpI6MwoxvOOZR6GEnLIvCcCm83zhpvpn3IL3X+anBS7Q7Se6mKsch+UcKydMoqTu20SS+qKRuLatJfDCIwaB+at2v0gWkQEutzGTRpElSs8rupOZ23yRM8bNdz1FJbWdSW1ZEPpYrWXO2LvxZtuG8ejasKug0dtYqcxZu1mKPSicgxAG/amI4VHQux7+ksRHRFjGRR1RZ9I5vIoGYY/4+kpvI1xu9LvhYV46l7GuHUg7U55JEsyKqssrnfaxhjUyjHlfE+OOqO70g8futd0EHaYYNuR5xruNAdDcAee38aNqT1oVOLfKgm4MrtE4WdNwqpu2P1WuaO3YSnAlGg9FVbzjoDX9bDj+mo2F69bH/y2DwDxzdqDWdhq6rjey2d1cG/6GRlvPxbBrlMqtKFNbdMMFBWOYcJDTbolK0iEosGSdZGj/y+9nZkC1kKAx2lo8Vy3YYjfoDiIOsifY0SZ6fn/vMzfal3iZhqUlup9eTu8WkR0vI71EbX/3H/nDQH9KYksaWTHTS/FjPX74eLL7YRBWMC4rtaqxDBz/C0whiSE+vfp+Fxjsvj9DHqxh20lhaWtdrZvBBF01Dw98r1KTY1bErnYJybuj7aH6vqjyYOrybh3vhfdRJfHEX7dUt9h3fgjjI9bCaXkE/lf+UkJ8ooRugITPZIcvp4jj01LXP21tSnGOEsxcR7cGvGGcZKtvB0iV44s7+qbkOz7BS5oTS7JneS+wZUvgCX6hG6XbvnMON11Awsa3YlvA+K/3+BU0Ivxk=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/versions/5.10/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAgGueyfl6bge1aGtWhaoTrouDyYZwLuJ7bWdtijKfz+N7UAoXG+1PAX788z48zefXYNlWwPpIxSsEtmux8xeZL1MCqtlUaCGVQxSoWaWSzHNIYUNF9zsbh38wXCxnT0sIQbFNCvRoqZoNQhWIqQh6jSHGLiAFBSzO4ghR5NprijmKUjj94przCG1usIYTLbDkkFag90rCmis5mILTRMfcigtv2Jm7+jfW2lOcT+eaeXBaOwfMt8T4jRul5D5Z4iB2ENhCcmUKnjmyEu+GoLX3UzcFpTqxkWYvGBWEdIFOdb3CCjyJS+RziIUJ9e0FaJd0+lYjsals1bzdWX9v4BlWrM9MWOxNN20U4vl+LDCZX07/DfcXyAoBrM3FsvO1FrKApmAGPCFlYqybVhhsInhiRUVXqK5aV4d2IVELRFnczFspC6ZhRRyZrFnCUWVWWYrcwmPoiqJ29l4sZj8CTHcjKe37mOxvJ/N/Nenafia3i0n8/nDbOn+XY/vrie3t2Hm5h5i+Hs8v4NV47dxqi03YJQUxrM4GgzORXT/6VQ4H5IPb2klqG3xv0fG84tEFlx8uzghqnKNujPFhcUt6i7DXNhfr9yJhUNTGjNmab/ulGN46WUyxy2KXuic3lrm+15o2LOGOaXC7zDyrhBtpI6MwoxvOOZR6GEnLIvCcCm83zhpvpn3IL3X+anBS7Q7Se6mKsch+UcKydMoqTu20SS+qKRuLatJfDCIwaB+at2v0gWkQEutzGTRpElSs8rupOZ23yRM8bNdz1FJbWdSW1ZEPpYrWXO2LvxZtuG8ejasKug0dtYqcxZu1mKPSicgxAG/amI4VHQux7+ksRHRFjGRR1RZ9I5vIoGYY/4+kpvI1xu9LvhYV46l7GuHUg7U55JEsyKqssrnfaxhjUyjHlfE+OOqO70g8futd0EHaYYNuR5xruNAdDcAee38aNqT1oVOLfKgm4MrtE4WdNwqpu2P1WuaO3YSnAlGg9FVbzjoDX9bDj+mo2F69bH/y2DwDxzdqDWdhq6rjey2d1cG/6GRlvPxbBrlMqtKFNbdMMFBWOYcJDTbolK0iEosGSdZGj/y+9nZkC1kKAx2lo8Vy3YYjfoDiIOsifY0SZ6fn/vMzfal3iZhqUlup9eTu8WkR0vI71EbX/3H/nDQH9KYksaWTHTS/FjPX74eLL7YRBWMC4rtaqxDBz/C0whiSE+vfp+Fxjsvj9DHqxh20lhaWtdrZvBBF01Dw98r1KTY1bErnYJybuj7aH6vqjyYOrybh3vhfdRJfHEX7dUt9h3fgjjI9bCaXkE/lf+UkJ8ooRugITPZIcvp4jj01LXP21tSnGOEsxcR7cGvGGcZKtvB0iV44s7+qbkOz7BS5oTS7JneS+wZUvgCX6hG6XbvnMON11Awsa3YlvA+K/3+BU0Ivxk=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/versions/5.10/launch-controller"}},q={},F=[{value:"Request",id:"request",level:2}];function G(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(G,{...e})}):G(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[14099],{59469:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>g,default:()=>O,frontMatter:()=>y,metadata:()=>b,toc:()=>R});var a=i(85893),n=i(11151),r=i(58219),l=i.n(r),t=(i(62316),i(51039)),c=i.n(t),d=(i(82723),i(9487)),m=i.n(d),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),f=i(9472),v=i.n(f),N=(i(1176),i(12005),i(85162));const y={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAgFue9Ll6bge1aGtWhaoTrouDyYZwLuJ7bWdtijKfz+N7UAoXG+1PAX788z48zefXYNlWwPpIxSsEtmux8xeZL1MCqtlUaCGVQxSoWaWSzHNIYUNF9zsbh38wXCxnT0sIQbFNCvRoqZoNQhWIqQh6jSHGLiAFBSzO4ghR5NprijmKUjj94przCG1usIYTLbDkkFag90rCmis5mILTRMfcigtv2Jm7+jfW2lOcT+eaeXBaOwfMt8T4jRul5D5Z4iB2ENhCcmUKnjmyEu+GoLX3UzcFpTqxkWYvGBWEdIFOdb3CCjyJS+RziIUJ9e0FaJd0+lYjsals1bzdWX9v4BlWrM9MWOxNN20U4vl+LDCZX07/DfcXyAoBrM3FsvO1FrKApmAGPCFlYqybVhhsInhiRUVXqK5aV4d2IVELRFnczFspC6ZhRRyZrFnCUWVWWYrcwmPoiqJ29l4sZj8CTHcjKe37mOxvJ/N/Nenafia3i0n8/nDbOn+XY/vrie3t2Hm5h5i+Hs8v4NV47dxqi03YJQUxrM4GgzORXT/6VQ4H5IPb2klqG3xv0fG84tEFlx8uzghqnKNujPFhcUt6i7DXNhfP7oTC4emNGbM0n7dKcfw0stkjlsUvdA5vbXM973QsGcNc0qF32HkXSHaSB0ZhRnfcMyj0MNOWBaF4VJ4v3HSfDPvQXqv81ODl2h3ktxNVY5D8o8UkqdRUndso0l8UUndWlaT+GAQg0H91LpfpQtIgZZamcmiSZOkZpXdSc3tvkmY4me7nqOS2s6ktqyIfCxXsuZsXfizbMN59WxYVdBp7KxV5izcrMUelU5AiAN+1cRwqOhcjn9JYyOiLWIij6iy6B3fRAIxx/x9JDeRrzd6XfCxrhxL2dcOpRyozyWJZkVUZZXP+1jDGplGPa6I8cdVd3pB4vdb74IO0gwbcj3iXMeB6G4A8tr50bQnrQudWuRBNwdXaJ0s6LhVTNsfq9c0d+wkOBOMBqOPveGgNxouh4N0+Et6ddUf/Tb8B45u1JpOQ9fVRnbbuyuD/9BIy/l4No1ymVUlCutumOAgLHMOEpptUSlaRCWWjJMsjR/5/exsyBYyFAY7y8eKZTuMRv0BxEHWRHuaJM/Pz33mZvtSb5Ow1CS30+vJ3WLSoyXk96iNr/6qPxz0hzSmpLElE500P9bzl68Hiy82UQXjgmK7GuvQwY/wNIIY0tOr32eh8c7LI/TxKoadNJaW1vWaGXzQRdPQ8PcKNSl2dexKp6CcG/o+mt+rKg+mDu/m4V54H3USX9xFe3WLfce3IA5yPaymV9BP5T8l5CdK6AZoyEx2yHK6OA49de3z9pYU5xjh7EVEe/ArxlmGynawdAmeuLN/aq7DM6yUOaE0e6b3EnuGFL7AF6pRut0753DjNRRMbCu2JbzPSr9/AVA9vxo=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},g=void 0,b={id:"api/service-api/versions/5.10/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAgFue9Ll6bge1aGtWhaoTrouDyYZwLuJ7bWdtijKfz+N7UAoXG+1PAX788z48zefXYNlWwPpIxSsEtmux8xeZL1MCqtlUaCGVQxSoWaWSzHNIYUNF9zsbh38wXCxnT0sIQbFNCvRoqZoNQhWIqQh6jSHGLiAFBSzO4ghR5NprijmKUjj94przCG1usIYTLbDkkFag90rCmis5mILTRMfcigtv2Jm7+jfW2lOcT+eaeXBaOwfMt8T4jRul5D5Z4iB2ENhCcmUKnjmyEu+GoLX3UzcFpTqxkWYvGBWEdIFOdb3CCjyJS+RziIUJ9e0FaJd0+lYjsals1bzdWX9v4BlWrM9MWOxNN20U4vl+LDCZX07/DfcXyAoBrM3FsvO1FrKApmAGPCFlYqybVhhsInhiRUVXqK5aV4d2IVELRFnczFspC6ZhRRyZrFnCUWVWWYrcwmPoiqJ29l4sZj8CTHcjKe37mOxvJ/N/Nenafia3i0n8/nDbOn+XY/vrie3t2Hm5h5i+Hs8v4NV47dxqi03YJQUxrM4GgzORXT/6VQ4H5IPb2klqG3xv0fG84tEFlx8uzghqnKNujPFhcUt6i7DXNhfP7oTC4emNGbM0n7dKcfw0stkjlsUvdA5vbXM973QsGcNc0qF32HkXSHaSB0ZhRnfcMyj0MNOWBaF4VJ4v3HSfDPvQXqv81ODl2h3ktxNVY5D8o8UkqdRUndso0l8UUndWlaT+GAQg0H91LpfpQtIgZZamcmiSZOkZpXdSc3tvkmY4me7nqOS2s6ktqyIfCxXsuZsXfizbMN59WxYVdBp7KxV5izcrMUelU5AiAN+1cRwqOhcjn9JYyOiLWIij6iy6B3fRAIxx/x9JDeRrzd6XfCxrhxL2dcOpRyozyWJZkVUZZXP+1jDGplGPa6I8cdVd3pB4vdb74IO0gwbcj3iXMeB6G4A8tr50bQnrQudWuRBNwdXaJ0s6LhVTNsfq9c0d+wkOBOMBqOPveGgNxouh4N0+Et6ddUf/Tb8B45u1JpOQ9fVRnbbuyuD/9BIy/l4No1ymVUlCutumOAgLHMOEpptUSlaRCWWjJMsjR/5/exsyBYyFAY7y8eKZTuMRv0BxEHWRHuaJM/Pz33mZvtSb5Ow1CS30+vJ3WLSoyXk96iNr/6qPxz0hzSmpLElE500P9bzl68Hiy82UQXjgmK7GuvQwY/wNIIY0tOr32eh8c7LI/TxKoadNJaW1vWaGXzQRdPQ8PcKNSl2dexKp6CcG/o+mt+rKg+mDu/m4V54H3USX9xFe3WLfce3IA5yPaymV9BP5T8l5CdK6AZoyEx2yHK6OA49de3z9pYU5xjh7EVEe/ArxlmGynawdAmeuLN/aq7DM6yUOaE0e6b3EnuGFL7AF6pRut0753DjNRRMbCu2JbzPSr9/AVA9vxo=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/versions/5.10/launch-controller"}},q={},R=[{value:"Request",id:"request",level:2}];function F(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(m(),{className:"openapi-tabs__mime",children:(0,a.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(N.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function O(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/04330a60.731d6028.js b/assets/js/04330a60.107cfa17.js similarity index 98% rename from assets/js/04330a60.731d6028.js rename to assets/js/04330a60.107cfa17.js index 1e10c7565..9b3e9e0ed 100644 --- a/assets/js/04330a60.731d6028.js +++ b/assets/js/04330a60.107cfa17.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13511],{21294:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),j=a.n(h),x=a(4667),u=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const N={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/get-project-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-using-get",permalink:"/docs/api/service-api/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete project",permalink:"/docs/api/service-api/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"ruleName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "id": 0,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "ruleName": "string",\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-17T15:21:43.128Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-17T15:21:43.128Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.128Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13511],{21294:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),j=a.n(h),x=a(4667),u=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const N={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/get-project-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-using-get",permalink:"/docs/api/service-api/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete project",permalink:"/docs/api/service-api/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"ruleName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "id": 0,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "ruleName": "string",\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-21T10:13:53.361Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-21T10:13:53.361Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.361Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/0d905e60.4772bea7.js b/assets/js/0d905e60.49d8273e.js similarity index 63% rename from assets/js/0d905e60.4772bea7.js rename to assets/js/0d905e60.49d8273e.js index 1f2bb82de..8730186f1 100644 --- a/assets/js/0d905e60.4772bea7.js +++ b/assets/js/0d905e60.49d8273e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[93315],{8510:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>R,frontMatter:()=>v,metadata:()=>b,toc:()=>S});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),d=a.n(c),o=a(41429),p=a.n(o),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),g=a.n(f),N=(a(1176),a(12005),a(85162));const v={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCtuL0soCe1nXdrYFu7fXlYdc1Cloa2+xKpEJSSQxB/74YUrJkW0kWzZOHmsvhzPDMpADD9hrCNRjUpscNpr1ICqNkkqCCjQ8yQ8UMl2ISQwjaMGVGB57EE4PpSnOxn00Xyx8D8CFjiqVoUJG/AgRLEUI6RWFIG3zgwp6YA/gQo44Uz8j1pZrCu5wrjCE0KkcfdHTAlEFYgDlmaGEoLvZQln4TR8mfGJlvJD0b6Ezv/0faOGXU5qOMj6Rx7tdmZona3mH+F/hAeURhSJVlWcIjm8bgpyb9oh2Km4RiLa5cNPDWkLBcRIdVzmPw3aX9Kii3vy3gjV8Dl1u6JpVFUQkNR22RGKP4NjdOqnSZUuxIWTOY6jYiAjI8WVhIz7v/F48dyfNBHzWVtvm0lTJBJsAHfGRpRtF2LNFY+nDPkhy7SlCWlNQY57jrDHJWkI7vB6YXhhndAaP02/m9Mr5sotVq8smTO891redMyYlrxo7Y7cfxct5ntfYctcxVhBe9QGl+sdRP1eLZ/Co06tidIPtp2p36phE7creTKmUGQoiZwZ4hrdK3hDNiGicd+S7ru107Q5GnlILFarIcgw+L5XT+N/iwHC+WJI7G34bzydR+Gc/Ah4/jz9P5+Mfo63CxaMQ/5tPVrCX/OV5+mX5q5Np9JVbeh5+X4/nJlZNOnpx4cuTE2o+TrJtN6UMu+F3effW6Dm1isgc6k0K70t7eDK4ZaKSQGYzPmedN8KabbMbCqGNlMtRHEc0XL77urqdRlhXiGDOFkUXgnrIPjz16rnsUvYo6e1sZH3sVY18z5vl9LB16zIto3HjULh538wEfDQrNpXCTxjb6s8FOTX8VlHg9RXOQNN0yqe2laW6EENwPgqI1LsqAwgdFM6pKomBU9/XIy1UCIZCNkZFMyjAICpabg1TcHMuAZfzqknPMpDIzqQxLPOfLolWcbROX9dqdq/iO5Qm9pYMxmb5yN6t1m4dCiuBX+tR7J0TXLfRFauNRxjwmYo+Qea/4zhOIMcavifEcXu8ScIMrxlT2ldXKrFKfS2qSDaUqyl3cdQFbZArVMKdUrzf0mQbjvBmx43ounA+tU71PjFDPlqrpmkq7/ty0hsZTfH46bkaE2wfaQ6HROjVwJV9sPhf4OgBVLOtinHi1daWGTuH25vZdb3DTG/y2HLwPbwfhu7f9mw9v/4FzCm2Mq/dZM09DNS125WIn22zQbsMnerSu+XA28WIZ5SkKYzeainBYZAmnys0iz8iI+jBlnJ6Fdie/X/WGDwmPUGhsmQ8zFh3Qu+3f0A3ss6IGDoPg4eGhz+zXvlT7oDLVwdfJaPxtMe6RCQ05VNqhf98fDNwZPe+UiTbKJymme5cw+GiCLGHcDkSLq6joYg33tASHF3uo8xa21tuNDwfimXANRbFlGlcqKUs6vsuRumK9aQjA9lPMNf1uePUC3Inu4dW8GhuvvbOFuhN+vYSIY6tJwa/at2VPW/avYTjLxa+AaDkoibsOyGJUrVc2cnF7S/LTeLhauOkOzmIYRZiZli6NyLMxQP/RgA/bas9PZUxqij3QFsYeIITv8J1ASnt9S9L2vICEiX3O9qTvwtLffzFJi8A=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,b={id:"api/service-api/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post-1",permalink:"/docs/api/service-api/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCtuL0soCe1nXdrYFu7fXlYdc1Cloa2+xKpEJSSQxB/74YUrJkW0kWzZOHmsvhzPDMpADD9hrCNRjUpscNpr1ICqNkkqCCjQ8yQ8UMl2ISQwjaMGVGB57EE4PpSnOxn00Xyx8D8CFjiqVoUJG/AgRLEUI6RWFIG3zgwp6YA/gQo44Uz8j1pZrCu5wrjCE0KkcfdHTAlEFYgDlmaGEoLvZQln4TR8mfGJlvJD0b6Ezv/0faOGXU5qOMj6Rx7tdmZona3mH+F/hAeURhSJVlWcIjm8bgpyb9oh2Km4RiLa5cNPDWkLBcRIdVzmPw3aX9Kii3vy3gjV8Dl1u6JpVFUQkNR22RGKP4NjdOqnSZUuxIWTOY6jYiAjI8WVhIz7v/F48dyfNBHzWVtvm0lTJBJsAHfGRpRtF2LNFY+nDPkhy7SlCWlNQY57jrDHJWkI7vB6YXhhndAaP02/m9Mr5sotVq8smTO891redMyYlrxo7Y7cfxct5ntfYctcxVhBe9QGl+sdRP1eLZ/Co06tidIPtp2p36phE7creTKmUGQoiZwZ4hrdK3hDNiGicd+S7ru107Q5GnlILFarIcgw+L5XT+N/iwHC+WJI7G34bzydR+Gc/Ah4/jz9P5+Mfo63CxaMQ/5tPVrCX/OV5+mX5q5Np9JVbeh5+X4/nJlZNOnpx4cuTE2o+TrJtN6UMu+F3effW6Dm1isgc6k0K70t7eDK4ZaKSQGYzPmedN8KabbMbCqGNlMtRHEc0XL77urqdRlhXiGDOFkUXgnrIPjz16rnsUvYo6e1sZH3sVY18z5vl9LB16zIto3HjULh538wEfDQrNpXCTxjb6s8FOTX8VlHg9RXOQNN0yqe2laW6EENwPgqI1LsqAwgdFM6pKomBU9/XIy1UCIZCNkZFMyjAICpabg1TcHMuAZfzqknPMpDIzqQxLPOfLolWcbROX9dqdq/iO5Qm9pYMxmb5yN6t1m4dCiuBX+tR7J0TXLfRFauNRxjwmYo+Qea/4zhOIMcavifEcXu8ScIMrxlT2ldXKrFKfS2qSDaUqyl3cdQFbZArVMKdUrzf0mQbjvBmx43ounA+tU71PjFDPlqrpmkq7/ty0hsZTfH46bkaE2wfaQ6HROjVwJV9sPhf4OgBVLOtinHi1daWGTuH25vZdb3DTG/y2HLwPbwfhu7f9mw9v/4FzCm2Mq/dZM09DNS125WIn22zQbsMnerSu+XA28WIZ5SkKYzeainBYZAmnys0iz8iI+jBlnJ6Fdie/X/WGDwmPUGhsmQ8zFh3Qu+3f0A3ss6IGDoPg4eGhz+zXvlT7oDLVwdfJaPxtMe6RCQ05VNqhf98fDNwZPe+UiTbKJymme5cw+GiCLGHcDkSLq6joYg33tASHF3uo8xa21tuNDwfimXANRbFlGlcqKUs6vsuRumK9aQjA9lPMNf1uePUC3Inu4dW8GhuvvbOFuhN+vYSIY6tJwa/at2VPW/avYTjLxa+AaDkoibsOyGJUrVc2cnF7S/LTeLhauOkOzmIYRZiZli6NyLMxQP/RgA/bas9PZUxqij3QFsYeIITv8J1ASnt9S9L2vICEiX3O9qTvwtLffzFJi8A=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update test item",permalink:"/docs/api/service-api/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put-1"}},q={},S=[{value:"Request",id:"request",level:2}];function E(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[93315],{8510:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>T,contentTitle:()=>b,default:()=>S,frontMatter:()=>v,metadata:()=>q,toc:()=>E});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),d=(a(82723),a(9487)),c=a.n(d),o=a(41429),p=a.n(o),h=a(5397),j=a.n(h),u=a(4667),x=a.n(u),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV99z2kYQ/lc0+5RkBDJOM9PqqYSQhpnUUAEPLWEyh7TApdKdfHeyzTD63zt7JyEBst2Jn9jT/vhud+/b9REM22kIV2BQmx43mPViKYySaYoK1j7IHBUzXIpJAiFow5QZ7XmaTAxmS83FbjadL74PwIecKZahQUX+jiBYhhDSKQpD2uADF/bE7MGHBHWseE6uL9UU3hdcYQKhUQX6oOM9ZgzCI5hDjhaG4mIHZek3cZT8gbG5I+nFQGd6/z/S2imjNh9lciCNc782MwvU9g7RX+AD5RGFIVWW5ymPbRqDH5r0j+1Q3KQUa37looG3gpQVIt4vC56A7y7tV0G5/W0Br/0auNzQNaksikpoOGqLxBjFN4VxUqXLlGIHyprBTLcREZDhycJCetn9v3joSJ4P+qCptM2njZQpMgE+4BPLcoq2ZanG0ocHlhbYVYKypKQmGOG2M8hZQTq+75meG2Z0B4zSb+f3yviyiZbLySdPbj3XtZ4zJSeuGTtitx/H63mf1doRalmoGC96gdL8aqmfq8WL+VVo1KE7QfbTtDv1TSN25G4rVcYMhJAwgz1DWqVvCWfENE468l3Wd7t2hqLIKAXz5WQxBh/mi2n0N/iwGM8XJI7Gd8NoMrVfxjPw4eP48zQafx99Hc7njfhHNF3OWvKf48WX6adGrt1XYuV9+Hkxjk6unHTy5MSTIyfWfpxk3axLHwrB74vuq9d1aBOTPdC5FNqV9vZmcM1AI4XMYHLOPO+Cd91kMxZGHSqToT6IOJq/+rq7nkZZVogTzBXGFoF7yj489ei57lD0KursbWRy6FWMfc2Y5/exdOgxL6Zx41G7eNzNB3wyKDSXwk0a2+gvBjs1/VVQ4vUMzV7SdMultpemuRFC8DAIjq1xUQYUPjg2o6okCkb1UI+8QqUQAtkYGcu0DIPgyAqzl4qbQxmwnF9dMsJcKjOTyrDUc74sWsXZJnVZr925im9ZkdJb2huT6yt3s1q3eSikCH6lT713QnTdQl+kNh5lzGMi8QiZ94ZvPYGYYPKWGM/h9S4BN7gSzGRfWa3cKvW5pCZZU6riwsVdHWGDTKEaFpTq1Zo+02CMmhE7rufC+dA61fvECPVsqZquqbTrz3VraDzH56fjZkS4faA9FBqtUwNX8sXmc4GvA1DFsi7GiVdbV2roFG5vbn/pDW56t4PF4CYcvA8/vO/f/vbrP3BOoY1x9T5r5mmopsWuXGxlmw3abfhMj9Y1H84mXiLjIkNh7EZTEQ6LLeFUuZkXORlRH2aM07PQ7uT3q97wIeUxCo0t82HO4j16t/0buoF9VtTAYRA8Pj72mf3al2oXVKY6+DoZje/m4x6Z0JBDpR36D/3BwJ3R886YaKN8lmK6dwmDTybIU8btQLS4jhVdrOCBluDwYg913sLWerv2YU88E67geNwwjUuVliUd3xdIXbFaNwRg+ynhmn43vHoB7kT38CaqxsZb72yh7oRfLyHi0GpS8Kv2bdnTlv1zGM5y8TMgWg5K4q49sgRV65WNXNzegvw0Hq4WbrqDsxjGMeampUsj8mwM0H804MOm2vMzmZCaYo+0hbFHCOEbfCOQ0l7fkrQ9P0LKxK5gO9J3YenvPzhBi8I=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post-1",permalink:"/docs/api/service-api/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV99z2kYQ/lc0+5RkBDJOM9PqqYSQhpnUUAEPLWEyh7TApdKdfHeyzTD63zt7JyEBst2Jn9jT/vhud+/b9REM22kIV2BQmx43mPViKYySaYoK1j7IHBUzXIpJAiFow5QZ7XmaTAxmS83FbjadL74PwIecKZahQUX+jiBYhhDSKQpD2uADF/bE7MGHBHWseE6uL9UU3hdcYQKhUQX6oOM9ZgzCI5hDjhaG4mIHZek3cZT8gbG5I+nFQGd6/z/S2imjNh9lciCNc782MwvU9g7RX+AD5RGFIVWW5ymPbRqDH5r0j+1Q3KQUa37looG3gpQVIt4vC56A7y7tV0G5/W0Br/0auNzQNaksikpoOGqLxBjFN4VxUqXLlGIHyprBTLcREZDhycJCetn9v3joSJ4P+qCptM2njZQpMgE+4BPLcoq2ZanG0ocHlhbYVYKypKQmGOG2M8hZQTq+75meG2Z0B4zSb+f3yviyiZbLySdPbj3XtZ4zJSeuGTtitx/H63mf1doRalmoGC96gdL8aqmfq8WL+VVo1KE7QfbTtDv1TSN25G4rVcYMhJAwgz1DWqVvCWfENE468l3Wd7t2hqLIKAXz5WQxBh/mi2n0N/iwGM8XJI7Gd8NoMrVfxjPw4eP48zQafx99Hc7njfhHNF3OWvKf48WX6adGrt1XYuV9+Hkxjk6unHTy5MSTIyfWfpxk3axLHwrB74vuq9d1aBOTPdC5FNqV9vZmcM1AI4XMYHLOPO+Cd91kMxZGHSqToT6IOJq/+rq7nkZZVogTzBXGFoF7yj489ei57lD0KursbWRy6FWMfc2Y5/exdOgxL6Zx41G7eNzNB3wyKDSXwk0a2+gvBjs1/VVQ4vUMzV7SdMultpemuRFC8DAIjq1xUQYUPjg2o6okCkb1UI+8QqUQAtkYGcu0DIPgyAqzl4qbQxmwnF9dMsJcKjOTyrDUc74sWsXZJnVZr925im9ZkdJb2huT6yt3s1q3eSikCH6lT713QnTdQl+kNh5lzGMi8QiZ94ZvPYGYYPKWGM/h9S4BN7gSzGRfWa3cKvW5pCZZU6riwsVdHWGDTKEaFpTq1Zo+02CMmhE7rufC+dA61fvECPVsqZquqbTrz3VraDzH56fjZkS4faA9FBqtUwNX8sXmc4GvA1DFsi7GiVdbV2roFG5vbn/pDW56t4PF4CYcvA8/vO/f/vbrP3BOoY1x9T5r5mmopsWuXGxlmw3abfhMj9Y1H84mXiLjIkNh7EZTEQ6LLeFUuZkXORlRH2aM07PQ7uT3q97wIeUxCo0t82HO4j16t/0buoF9VtTAYRA8Pj72mf3al2oXVKY6+DoZje/m4x6Z0JBDpR36D/3BwJ3R886YaKN8lmK6dwmDTybIU8btQLS4jhVdrOCBluDwYg913sLWerv2YU88E67geNwwjUuVliUd3xdIXbFaNwRg+ynhmn43vHoB7kT38CaqxsZb72yh7oRfLyHi0GpS8Kv2bdnTlv1zGM5y8TMgWg5K4q49sgRV65WNXNzegvw0Hq4WbrqDsxjGMeampUsj8mwM0H804MOm2vMzmZCaYo+0hbFHCOEbfCOQ0l7fkrQ9P0LKxK5gO9J3YenvPzhBi8I=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update test item",permalink:"/docs/api/service-api/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put-1"}},T={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/12356e50.f66a401a.js b/assets/js/12356e50.f66a401a.js deleted file mode 100644 index a9dc5e151..000000000 --- a/assets/js/12356e50.f66a401a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16619],{98501:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>k,contentTitle:()=>y,default:()=>F,frontMatter:()=>g,metadata:()=>N,toc:()=>D});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),t=(i(62316),i(51039)),c=i.n(t),p=(i(82723),i(9487)),d=i.n(p),o=i(41429),m=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),b=i(9472),f=i.n(b),v=(i(1176),i(12005),i(85162));const g={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVmFv2zYQ/SvCfWoL2bKDZEP1aV7mYEaDxLUdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPt4dH989sgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/hhCDYpqVaFFTpBoEKxHSEHGSQwxcQAqK2S3EkKPJNFcU9Rik8XvFNeaQWl1hDCbbYskgrcHuFAU0VnOxgaaJ9zmUll8xs3f07600x7gfz7T0YDT2d5nvCHEct0vJ7DPEQPyhsIRkShU8c/QlXw3B624mbgtKdeMijF8wqwjpghzqewQU+YKXSKcRipMr2grRrul8LEfj0lmr+aqy/l/AMq3ZjpixWJpu2onFcrRf4bK+Hf4b7s4QFIPZGYtlZ2olZYFMQAz4wkpF2dasMNjE8MSKCs/R3DSvDuxMopaIk7kY1lKXzEIKObPYs4SiyiyzlTmHR1GVxO10NJ+P/4AYbkaTW/cxX9xPp/7r0yR8Te4W49nsYbpw/65Hd9fj29swc3MPMfw1mt3BsvHbONaWGzBKCuNZvBgMTkV0/+lYOB+SD29pJaht/r9HxvOzRBZcfDs7IapyhbozxYXFDeouw1zYXy7diYVDUxozZmm/7pRjeOllMscNil7onN5K5rteaNiThjmmwu8w8q4QraWOjMKMrznmUehhJyyLwnApvN84ab6Zdy+91/mpwUu0W0n+pirHIflHCsnTMKk7ttEkvqikbi2rSXwwiMGgfmrdr9IFpEBLrcxk0aRJUrPKbqXmdtckTPGTXc9QSW2nUltWRD6WK1lztir8WbbhvHrWrCroNLbWKnMSbtpiD0onIMQBv2xi2Fd0Ksc/pbER0RYxkUdUWfSOryOBmGP+PpLryNcbvS74UFeOpexrh1IO1OeSRLMkqrLK532sYYVMox5VxPjjsjs9J/H7rXdBe2mGDbkeca7jQHQ3AHnt7GDa49aFji1yr5u9K7ROFnTcKqbtj+Vrmjt2EpwJLgYXl73hoDf8dTG8Si+G6eVV/+Ljx7/h4Eat6TR0Xa1lt727MvgPjbScj6aTKJdZVaKw7oYJDsIy5yCh2eaVokVUYsk4ydL4kd9OzoZsIUNhsLN8pFi2xeiiP4A4yJpoT5Pk+fm5z9xsX+pNEpaa5HZyPb6bj3u0hPwetfHVX/WHg/6QxpQ0tmSik+bHev789WDxxSaqYFxQbFdjHTr4EZ7obZIeX/0+C413Xh6hj5cxbKWxtLSuV8zggy6ahoa/V6hJsctDVzoF5dzQ98H8XlW5N3V4Nwv3wvuok/jsLtqrW+w6vgVxkOt+Nb2Cfir/MSE/UUI3QENmskWW08Wx76lrn7e3oDiHCCcvItqDXzHKMlS2g6VL8Midpw8LiGEVnmGlzAml2TO9l9gzpPAFvlCN0u3eOYcbr6FgYlOxDeF9Vvr9C40BvW0=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/versions/5.10/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVmFv2zYQ/SvCfWoL2bKDZEP1aV7mYEaDxLUdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPt4dH989sgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/hhCDYpqVaFFTpBoEKxHSEHGSQwxcQAqK2S3EkKPJNFcU9Rik8XvFNeaQWl1hDCbbYskgrcHuFAU0VnOxgaaJ9zmUll8xs3f07600x7gfz7T0YDT2d5nvCHEct0vJ7DPEQPyhsIRkShU8c/QlXw3B624mbgtKdeMijF8wqwjpghzqewQU+YKXSKcRipMr2grRrul8LEfj0lmr+aqy/l/AMq3ZjpixWJpu2onFcrRf4bK+Hf4b7s4QFIPZGYtlZ2olZYFMQAz4wkpF2dasMNjE8MSKCs/R3DSvDuxMopaIk7kY1lKXzEIKObPYs4SiyiyzlTmHR1GVxO10NJ+P/4AYbkaTW/cxX9xPp/7r0yR8Te4W49nsYbpw/65Hd9fj29swc3MPMfw1mt3BsvHbONaWGzBKCuNZvBgMTkV0/+lYOB+SD29pJaht/r9HxvOzRBZcfDs7IapyhbozxYXFDeouw1zYXy7diYVDUxozZmm/7pRjeOllMscNil7onN5K5rteaNiThjmmwu8w8q4QraWOjMKMrznmUehhJyyLwnApvN84ab6Zdy+91/mpwUu0W0n+pirHIflHCsnTMKk7ttEkvqikbi2rSXwwiMGgfmrdr9IFpEBLrcxk0aRJUrPKbqXmdtckTPGTXc9QSW2nUltWRD6WK1lztir8WbbhvHrWrCroNLbWKnMSbtpiD0onIMQBv2xi2Fd0Ksc/pbER0RYxkUdUWfSOryOBmGP+PpLryNcbvS74UFeOpexrh1IO1OeSRLMkqrLK532sYYVMox5VxPjjsjs9J/H7rXdBe2mGDbkeca7jQHQ3AHnt7GDa49aFji1yr5u9K7ROFnTcKqbtj+Vrmjt2EpwJLgYXl73hoDf8dTG8Si+G6eVV/+Ljx7/h4Eat6TR0Xa1lt727MvgPjbScj6aTKJdZVaKw7oYJDsIy5yCh2eaVokVUYsk4ydL4kd9OzoZsIUNhsLN8pFi2xeiiP4A4yJpoT5Pk+fm5z9xsX+pNEpaa5HZyPb6bj3u0hPwetfHVX/WHg/6QxpQ0tmSik+bHev789WDxxSaqYFxQbFdjHTr4EZ7obZIeX/0+C413Xh6hj5cxbKWxtLSuV8zggy6ahoa/V6hJsctDVzoF5dzQ98H8XlW5N3V4Nwv3wvuok/jsLtqrW+w6vgVxkOt+Nb2Cfir/MSE/UUI3QENmskWW08Wx76lrn7e3oDiHCCcvItqDXzHKMlS2g6VL8Midpw8LiGEVnmGlzAml2TO9l9gzpPAFvlCN0u3eOYcbr6FgYlOxDeF9Vvr9C40BvW0=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"}},k={},D=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/12356e50.fa746f06.js b/assets/js/12356e50.fa746f06.js new file mode 100644 index 000000000..7ecb293b0 --- /dev/null +++ b/assets/js/12356e50.fa746f06.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16619],{98501:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>q,contentTitle:()=>g,default:()=>P,frontMatter:()=>v,metadata:()=>y,toc:()=>S});var a=s(85893),n=s(11151),r=s(58219),l=s.n(r),t=(s(62316),s(51039)),c=s.n(t),p=(s(82723),s(9487)),m=s.n(p),o=s(41429),d=s.n(o),h=s(5397),u=s.n(h),j=s(4667),x=s.n(j),f=s(9472),N=s.n(f),b=(s(1176),s(12005),s(85162));const v={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVmGP4jYQ/SvRfLo7BQL0tlLzqXTLquhWuxRYVeoeqkwygO8S22c7u4ui/PdqbAfCQren41Own2fGz2+eXYNlWwPpIxSsEtmul0lhtSwK1LCKQSrUzHIppjmksOGCm92tAz4YLrazh+U/Q4hBMc1KtKgpUg2ClQhpiDjNIQYuIAXF7A5iyNFkmiuKegrS+K3iGnNIra4wBpPtsGSQ1mD3igIaq7nYQtPEhxxKyy+Y2Tv691aaU9z3Z1p5MBr7m8z3hDiN26Vk/ifEQPyhsIRkShU8c/QlXwzB624mbgtKdeMiTF4wqwjpghzrewQU+ZKXSKcRipNr2grRrul8LEfj0lmr+bqy/l/AMq3ZnpixWJpu2qnFcnxY4bK+Hf4r7i8QFIPZG4tlZ2otZYFMQAz4wkpF2TasMNjE8MSKCi/R3DSvDuxCopaIs7kYNlKXzEIKObPYs4SiyiyzlbmER1GVxO1svFhMfocYbsbTW/exWN7PZv7r0zR8Te+Wk/n8YbZ0/67Hd9eT29swc3MPMfw1nt/BqvHbONWWGzBKCuNZHA0G5yK6/3QqnA/Jh7e0EtS2+N8j4/lFIgsuvl6cEFW5Rt2Z4sLiFnWXYS7szx/diYVDUxozZmm/7pRjeOllMsctil7onN5a5vteaNizhjmlwu8w8q4QbaSOjMKMbzjmUehhJyyLwnApvN84ab6Z9yC91/mpwUu0O0n+pirHIflHCsnTMKk7ttEkvqikbi2rSXwwiMGgfmrdr9IFpEBLrcxk0aRJUrPK7qTmdt8kTPGzXc9RSW1nUltWRD6WK1lzti78WbbhvHo2rCroNHbWKnMWbtZij0onIMQBv2piOFR0Lsc/pLER0RYxkUdUWfSObyKBmGP+PpKbyNcbvS74WFeOpexrh1IO1OeSRLMiqrLK532sYY1Mox5XxPjjqju9IPH7rXdBB2mGDbkeca7jQHQ3AHnt/Gjak9aFTi3yoJuDK7ROFnTcKqbtj9Vrmjt2EpwJRoPRx95w0BsNl8NBOvwpvbrqj34Z/A1HN2pNp6HraiO77d2VwX9opOV8PJtGucyqEoV1N0xwEJY5BwnNtqgULaISS8ZJlsaP/Hp2NmQLGQqDneVjxbIdRqP+AOIga6I9TZLn5+c+c7N9qbdJWGqS2+n15G4x6dES8nvUxld/1R8O+kMaU9LYkolOmu/r+cvXg8UXm6iCcUGxXY116OBHeKK3SXp69fssNN55eYQ+XsWwk8bS0rpeM4MPumgaGv5WoSbFro5d6RSUc0PfR/N7VeXB1OHdPNwL76NO4ou7aK9use/4FsRBrofV9Ar6ofynhPxACd0ADZnJDllOF8ehp6593t6S4hwjnL2IaA9+xTjLUNkOli7BE3eePSwhhnV4hpUyJ5Rmz/ReYs+Qwmf4TDVKt3vnHG68hoKJbcW2hPdZ6fcvT7W9XA==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},g=void 0,y={id:"api/service-api/versions/5.10/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVmGP4jYQ/SvRfLo7BQL0tlLzqXTLquhWuxRYVeoeqkwygO8S22c7u4ui/PdqbAfCQren41Own2fGz2+eXYNlWwPpIxSsEtmul0lhtSwK1LCKQSrUzHIppjmksOGCm92tAz4YLrazh+U/Q4hBMc1KtKgpUg2ClQhpiDjNIQYuIAXF7A5iyNFkmiuKegrS+K3iGnNIra4wBpPtsGSQ1mD3igIaq7nYQtPEhxxKyy+Y2Tv691aaU9z3Z1p5MBr7m8z3hDiN26Vk/ifEQPyhsIRkShU8c/QlXwzB624mbgtKdeMiTF4wqwjpghzrewQU+ZKXSKcRipNr2grRrul8LEfj0lmr+bqy/l/AMq3ZnpixWJpu2qnFcnxY4bK+Hf4r7i8QFIPZG4tlZ2otZYFMQAz4wkpF2TasMNjE8MSKCi/R3DSvDuxCopaIs7kYNlKXzEIKObPYs4SiyiyzlbmER1GVxO1svFhMfocYbsbTW/exWN7PZv7r0zR8Te+Wk/n8YbZ0/67Hd9eT29swc3MPMfw1nt/BqvHbONWWGzBKCuNZHA0G5yK6/3QqnA/Jh7e0EtS2+N8j4/lFIgsuvl6cEFW5Rt2Z4sLiFnWXYS7szx/diYVDUxozZmm/7pRjeOllMsctil7onN5a5vteaNizhjmlwu8w8q4QbaSOjMKMbzjmUehhJyyLwnApvN84ab6Z9yC91/mpwUu0O0n+pirHIflHCsnTMKk7ttEkvqikbi2rSXwwiMGgfmrdr9IFpEBLrcxk0aRJUrPK7qTmdt8kTPGzXc9RSW1nUltWRD6WK1lzti78WbbhvHo2rCroNHbWKnMWbtZij0onIMQBv2piOFR0Lsc/pLER0RYxkUdUWfSObyKBmGP+PpKbyNcbvS74WFeOpexrh1IO1OeSRLMiqrLK532sYY1Mox5XxPjjqju9IPH7rXdBB2mGDbkeca7jQHQ3AHnt/Gjak9aFTi3yoJuDK7ROFnTcKqbtj9Vrmjt2EpwJRoPRx95w0BsNl8NBOvwpvbrqj34Z/A1HN2pNp6HraiO77d2VwX9opOV8PJtGucyqEoV1N0xwEJY5BwnNtqgULaISS8ZJlsaP/Hp2NmQLGQqDneVjxbIdRqP+AOIga6I9TZLn5+c+c7N9qbdJWGqS2+n15G4x6dES8nvUxld/1R8O+kMaU9LYkolOmu/r+cvXg8UXm6iCcUGxXY116OBHeKK3SXp69fssNN55eYQ+XsWwk8bS0rpeM4MPumgaGv5WoSbFro5d6RSUc0PfR/N7VeXB1OHdPNwL76NO4ou7aK9use/4FsRBrofV9Ar6ofynhPxACd0ADZnJDllOF8ehp6593t6S4hwjnL2IaA9+xTjLUNkOli7BE3eePSwhhnV4hpUyJ5Rmz/ReYs+Qwmf4TDVKt3vnHG68hoKJbcW2hPdZ6fcvT7W9XA==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"}},q={},S=[{value:"Request",id:"request",level:2}];function w(e){const i={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(d(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(m(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(N(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/14d19b54.08773cab.js b/assets/js/14d19b54.161fddf1.js similarity index 99% rename from assets/js/14d19b54.08773cab.js rename to assets/js/14d19b54.161fddf1.js index 93d09a9b9..d1938dd0f 100644 --- a/assets/js/14d19b54.08773cab.js +++ b/assets/js/14d19b54.161fddf1.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[97810],{82984:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>M,frontMatter:()=>f,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),g=a.n(h),j=a(4667),x=a.n(j),u=a(9472),y=a.n(u),b=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-using-get",permalink:"/docs/api/service-api/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:43.187Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:43.187Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[97810],{82984:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>M,frontMatter:()=>f,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),g=a.n(h),j=a(4667),x=a.n(j),u=a(9472),y=a.n(u),b=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-using-get",permalink:"/docs/api/service-api/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:53.428Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:53.428Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/189ef51f.b6c83092.js b/assets/js/189ef51f.ee10bf21.js similarity index 99% rename from assets/js/189ef51f.b6c83092.js rename to assets/js/189ef51f.ee10bf21.js index 8e3d94557..16fe02f84 100644 --- a/assets/js/189ef51f.b6c83092.js +++ b/assets/js/189ef51f.ee10bf21.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[30096],{98628:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>f,contentTitle:()=>v,default:()=>q,frontMatter:()=>x,metadata:()=>y,toc:()=>N});var l=a(85893),s=a(11151),t=a(58219),n=a.n(t),r=(a(62316),a(51039)),p=a.n(r),c=(a(82723),a(9487)),d=a.n(c),u=(a(41429),a(5397)),o=a.n(u),g=a(4667),m=a.n(g),h=a(9472),b=a.n(h),j=(a(1176),a(12005),a(85162));const x={id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,y={id:"api/service-api/get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",source:"@site/docs/api/service-api/get-plugins-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get-1",permalink:"/docs/api/service-api/get-plugins-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-public-controller",permalink:"/docs/api/service-api/plugin-public-controller"},next:{title:"Get public plugin file without authentication",permalink:"/docs/api/service-api/get-public-file-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function D(e){const i={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(i.p,{children:"Get all available public plugins"})}),"\n",(0,l.jsx)(p(),{method:"get",path:"/v1/plugin/public"}),"\n",(0,l.jsx)(i.p,{children:"Get all available public plugins"}),"\n",(0,l.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(n(),{label:void 0,id:void 0,children:(0,l.jsxs)(j.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(i.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(i.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(i.p,{children:"Array ["})})}),(0,l.jsx)(m(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(m(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(i.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(i.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(m(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(m(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(i.p,{children:"]"})})})]})]})}),(0,l.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(o(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.119Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:i}={...(0,s.a)(),...e.components};return i?(0,l.jsx)(i,{...e,children:(0,l.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[30096],{98628:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>f,contentTitle:()=>v,default:()=>q,frontMatter:()=>x,metadata:()=>y,toc:()=>N});var l=a(85893),s=a(11151),t=a(58219),n=a.n(t),r=(a(62316),a(51039)),p=a.n(r),c=(a(82723),a(9487)),d=a.n(c),u=(a(41429),a(5397)),o=a.n(u),g=a(4667),m=a.n(g),h=a(9472),b=a.n(h),j=(a(1176),a(12005),a(85162));const x={id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,y={id:"api/service-api/get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",source:"@site/docs/api/service-api/get-plugins-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get-1",permalink:"/docs/api/service-api/get-plugins-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-public-controller",permalink:"/docs/api/service-api/plugin-public-controller"},next:{title:"Get public plugin file without authentication",permalink:"/docs/api/service-api/get-public-file-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function D(e){const i={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(i.p,{children:"Get all available public plugins"})}),"\n",(0,l.jsx)(p(),{method:"get",path:"/v1/plugin/public"}),"\n",(0,l.jsx)(i.p,{children:"Get all available public plugins"}),"\n",(0,l.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(n(),{label:void 0,id:void 0,children:(0,l.jsxs)(j.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(i.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(i.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(i.p,{children:"Array ["})})}),(0,l.jsx)(m(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(m(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(i.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(i.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(m(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(m(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(i.p,{children:"]"})})})]})]})}),(0,l.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(o(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.351Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:i}={...(0,s.a)(),...e.components};return i?(0,l.jsx)(i,{...e,children:(0,l.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/18e63482.2e4ce3de.js b/assets/js/18e63482.2e4ce3de.js deleted file mode 100644 index e3da793a9..000000000 --- a/assets/js/18e63482.2e4ce3de.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[98788],{78947:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>h,frontMatter:()=>s,metadata:()=>o,toc:()=>c});var i=n(85893),r=n(11151);const s={sidebar_label:"LDAP"},a="LDAP",o={id:"plugins/authorization/LDAP",title:"LDAP",description:"LDAP plugin is available in ReportPortal on the Plugins page.",source:"@site/docs/plugins/authorization/LDAP.md",sourceDirName:"plugins/authorization",slug:"/plugins/authorization/LDAP",permalink:"/docs/plugins/authorization/LDAP",draft:!1,unlisted:!1,editUrl:"https://github.com/reportportal/docs/blob/develop/docs/plugins/authorization/LDAP.md",tags:[],version:"current",frontMatter:{sidebar_label:"LDAP"},sidebar:"docs",previous:{title:"GitHub",permalink:"/docs/plugins/authorization/GitHub"},next:{title:"SAML Providers",permalink:"/docs/category/saml-providers"}},l={},c=[];function d(e){const t={code:"code",h1:"h1",li:"li",ol:"ol",p:"p",pre:"pre",...(0,r.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"ldap",children:"LDAP"}),"\n",(0,i.jsx)(t.p,{children:"LDAP plugin is available in ReportPortal on the Plugins page."}),"\n",(0,i.jsx)(t.p,{children:"To set up access with LDAP:"}),"\n",(0,i.jsxs)(t.ol,{children:["\n",(0,i.jsx)(t.li,{children:"Log in to the ReportPortal as an ADMIN user"}),"\n",(0,i.jsx)(t.li,{children:"Then open the list on the right of the user's image."}),"\n",(0,i.jsx)(t.li,{children:"Click the 'Administrative' link"}),"\n",(0,i.jsx)(t.li,{children:"Click the 'Plugins' from the left-hand sidebar"}),"\n",(0,i.jsx)(t.li,{children:"Click on the'LDAP' tab."}),"\n",(0,i.jsx)(t.li,{children:"Click on Add new integration"}),"\n",(0,i.jsx)(t.li,{children:"The next fields should be present:"}),"\n"]}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-javascript",children:"'URL*': text\n'Base DN*': text\n'Manager DN': text\n'Manager password': text\n'User DN pattern': text\n'User search filter': text\n'Group search base': text\n'Group search filter': text\n'Password encoder type': text\n'Email attribute*': text\n'Full name attribute' : text\n'Photo attribute' : text\n"})}),"\n",(0,i.jsx)(t.p,{children:"Mandatory fields are marked with red.\nClick the 'Submit' button.\nAll users of LDAP will have access to the ReportPortal instance. For access to the ReportPortal, the user should use their domain credentials (Login and password)."})]})}function h(e={}){const{wrapper:t}={...(0,r.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}}}]); \ No newline at end of file diff --git a/assets/js/1ccd3c84.d7364589.js b/assets/js/1ccd3c84.e92f01ce.js similarity index 75% rename from assets/js/1ccd3c84.d7364589.js rename to assets/js/1ccd3c84.e92f01ce.js index 3fadfe006..87d41fca5 100644 --- a/assets/js/1ccd3c84.d7364589.js +++ b/assets/js/1ccd3c84.e92f01ce.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9021],{68528:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>M,contentTitle:()=>N,default:()=>E,frontMatter:()=>v,metadata:()=>b,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),g=a.n(f),y=(a(1176),a(12005),a(85162));const v={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z20YM/SscnJIMJcqK087wVPmjradO4lr2pYoOKy4kbUruMrugZY2G/72D5Ycoi/bYM7nVJ3kFYB+wD8DTDkisHMQzSEWhk/VAuK1OBonRZE2aooV5CCZHK0gZfSUhhgztCq+9Nbp7p/Tq5uv0DkLIhRUZElqOtwMtMoQYcmu+Y0Jf+L8QlOYjQWsIQaJLrMo58JGdxR+FsighJltgCC5ZYyYg3gFtcw7ryCq9grKcV8bo6MzILVscxv3McIO0xhvUtsGCjUPgRFETu4k8T1Xi84y+O/bdda9VlGITrsn+9u8DqDPAR0Itp4UidBcdGCE0ACCsCjMPm0zMgvPm+lkuNCl0Hg6RVYuCqv9qW2GtYNiKMHNdWFeE2aTxuEVnCptwHV++41/c9pQ0hAeRFthX7LJ88mw9zqjlncp63ENYGpsJghikIBwQW7HDM0XbB1gYk6LQbNzW8aWiVOdKE67Qdu9Vmn45Bc7Cs/jOGx7jRF1k/Jxnk+nVOYRwcXl5A3P2MvJFh4vL3yf313fe5ez+D+9T9UFPoRwJS28pVVX/w9bwBy432lU1GY9Gxz3w9a9Dqn+IPvSzuyJ2hz9dcivZkDcEXWQLX9p9Ev4zFczwolDyFQzXIt3y/HjFW7YMDLlPrXlUmSC8KKq51DFsge0LaIpF6on2/2mptXC3SFYdZNrpIiVf1Sfcbo4+G6mWCuXrr8+QhBTUndf95Sp/dk/Vz/+65MxGH9juw1i0xTMD6M1dW/WFcqSSA35N29NXk0viEhNyfWUVUirmj0hvDlzeaNdfro9j8DzFR0wK9v7Zoct2ePS9hh8nva1Td09uMRHEDF2K1GEIj4PESFyhHtT7fsD7flBLkuxoh/dJBocUmGXgckw8/fcaQukgMVlmdGA0P5pfYK4qy6weAS9CaMfBERSWMxnS2rDSyo3zHGC5FEP0MI52HZVURhWgyMfg8Yv2oRFfhU0hBjYnk5i0jKNoJwpaG6toW0YiV0dZ32JuLN0YSyINqlgeqFVikVYv2YSruSiKlF9xTZS7o3A3je2+k9kQwtqe27hFdLyy/jSOAi5WILQMGFnwTi0DjShRvueHqfAGTwHvcUnMzNB6q9wbDZVh1sy5VElR3TvbwQKFRTspuMqzeffrKS/IKvWuUcvEOiG/R/2Y8EZ+S7GCvN3r0stHkeUpPhV2LVvaCdIQoyH5/GldO/OxXgowHo1PByejwcmvdyef4vFJfPpp+HE0+gde0FaVrN6rqdlofiCKWu1TjefOFK6bqMXRGYjPI+Gdo5emO/+6fHuGjM3jTm6uAmmSIkNNohbULGdE4uVMjWha5OzEWWdCMf9ddfLbEQlCSFWC2mHHfZKLZI3BeDhiBeP7h983jqLNZjMU/tuhsauodnXR9dX55Zfp5YBdeMWjdRX6T8OT0fCEz7iFM6E717x1uPRrA8JHivJUKL+TPNpdPShm8DCGEOLDH1RVfKjfmMXZmqdLPIPdbiEc3tu0LPn4R4GW+2K+733PU6kcf97P2CfAWnkJ725r0fg+OMTQi72RYXrbYT+EdV90A5Q8MtYoJC/ttnPOq3sHnrb7CEe/5sqw8ZgkCebUsWU5fDB46x+0i/oHZd0CVmxYEYsNxPANvjFIk7fb0J/vIBV6VYgV21fX8t9/woNFEQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/versions/5.10/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z20YM/SscnJIMJcqK087wVPmjradO4lr2pYoOKy4kbUruMrugZY2G/72D5Ycoi/bYM7nVJ3kFYB+wD8DTDkisHMQzSEWhk/VAuK1OBonRZE2aooV5CCZHK0gZfSUhhgztCq+9Nbp7p/Tq5uv0DkLIhRUZElqOtwMtMoQYcmu+Y0Jf+L8QlOYjQWsIQaJLrMo58JGdxR+FsighJltgCC5ZYyYg3gFtcw7ryCq9grKcV8bo6MzILVscxv3McIO0xhvUtsGCjUPgRFETu4k8T1Xi84y+O/bdda9VlGITrsn+9u8DqDPAR0Itp4UidBcdGCE0ACCsCjMPm0zMgvPm+lkuNCl0Hg6RVYuCqv9qW2GtYNiKMHNdWFeE2aTxuEVnCptwHV++41/c9pQ0hAeRFthX7LJ88mw9zqjlncp63ENYGpsJghikIBwQW7HDM0XbB1gYk6LQbNzW8aWiVOdKE67Qdu9Vmn45Bc7Cs/jOGx7jRF1k/Jxnk+nVOYRwcXl5A3P2MvJFh4vL3yf313fe5ez+D+9T9UFPoRwJS28pVVX/w9bwBy432lU1GY9Gxz3w9a9Dqn+IPvSzuyJ2hz9dcivZkDcEXWQLX9p9Ev4zFczwolDyFQzXIt3y/HjFW7YMDLlPrXlUmSC8KKq51DFsge0LaIpF6on2/2mptXC3SFYdZNrpIiVf1Sfcbo4+G6mWCuXrr8+QhBTUndf95Sp/dk/Vz/+65MxGH9juw1i0xTMD6M1dW/WFcqSSA35N29NXk0viEhNyfWUVUirmj0hvDlzeaNdfro9j8DzFR0wK9v7Zoct2ePS9hh8nva1Td09uMRHEDF2K1GEIj4PESFyhHtT7fsD7flBLkuxoh/dJBocUmGXgckw8/fcaQukgMVlmdGA0P5pfYK4qy6weAS9CaMfBERSWMxnS2rDSyo3zHGC5FEP0MI52HZVURhWgyMfg8Yv2oRFfhU0hBjYnk5i0jKNoJwpaG6toW0YiV0dZ32JuLN0YSyINqlgeqFVikVYv2YSruSiKlF9xTZS7o3A3je2+k9kQwtqe27hFdLyy/jSOAi5WILQMGFnwTi0DjShRvueHqfAGTwHvcUnMzNB6q9wbDZVh1sy5VElR3TvbwQKFRTspuMqzeffrKS/IKvWuUcvEOiG/R/2Y8EZ+S7GCvN3r0stHkeUpPhV2LVvaCdIQoyH5/GldO/OxXgowHo1PByejwcmvdyef4vFJfPpp+HE0+gde0FaVrN6rqdlofiCKWu1TjefOFK6bqMXRGYjPI+Gdo5emO/+6fHuGjM3jTm6uAmmSIkNNohbULGdE4uVMjWha5OzEWWdCMf9ddfLbEQlCSFWC2mHHfZKLZI3BeDhiBeP7h983jqLNZjMU/tuhsauodnXR9dX55Zfp5YBdeMWjdRX6T8OT0fCEz7iFM6E717x1uPRrA8JHivJUKL+TPNpdPShm8DCGEOLDH1RVfKjfmMXZmqdLPIPdbiEc3tu0LPn4R4GW+2K+733PU6kcf97P2CfAWnkJ725r0fg+OMTQi72RYXrbYT+EdV90A5Q8MtYoJC/ttnPOq3sHnrb7CEe/5sqw8ZgkCebUsWU5fDB46x+0i/oHZd0CVmxYEYsNxPANvjFIk7fb0J/vIBV6VYgV21fX8t9/woNFEQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put"}},M={},q=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:45.474Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:45.474Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:45.474Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function E(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9021],{68528:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>M,contentTitle:()=>v,default:()=>k,frontMatter:()=>N,metadata:()=>b,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const N={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z20YM/SscnJIMJUpK3JnyVPmjradO4lr2pYoOKxKSNiV3mV2sbY2G/72D5Ycoi/bYM7nVJ3kFYB+wD8DTDkisLcRzyIRTyWYg7FYlg0QrMjrL0MAiBF2gESS1ukwhhhzNGq+8Ndo7K9X6+uvsFkIohBE5EhqOtwMlcoQYCqO/Y0Jf+L8QpOIjQRsIIUWbGFlw4CM7gz+cNJhCTMZhCDbZYC4g3gFtCw5ryUi1hrJcVMZo6VSnW7Y4jPuZ4QZZjTeobYMlG4fAiaIidhNFkcnE5xl9t+y7614rKcMmXJP9zd8HUOeAj4QqnTlJaM87MEJoAEBYFWYRNpnoJefN9TNcaJJoPRwiI5eOqv9qW2GMYNiSMLddWJeE+bTxuEGrnUm4ji/f8S9ue0oawr3IHPYVuyyfPFuPM6r0VuY97iGstMkFQQypIBwQW7HDM0XbB1hqnaFQbNzW8aWiVOdSEa7RdO+Vin75BJyFZ/GtNzzGicrl/Jyn09nlGYRwfnFxDQv20umLDucXv0/vrm69y+ndH96n6oOeQlkSht5Sqqr+h63hD2yhla1qMhmNjnvg61+HVP8Qfehnd0XsDn+65JZpQ94QlMuXvrT7JPxncsxw52T6CoYrkW15frziLVsGhtynRj/KXBCeu2oudQxbYPsCarfMPNH+Py21EfYGyciDTDtdJNNX9Qm3m6XPOpUrienrr8+RRCqoO6/7y1X+7J6qn/91yekHdWC7D2PQuGcG0Ju7tuoLaUkmB/yataevJleKK0zI9pVVpKlk/ojs+sDljXb95fo4Ac9TfMTEsffPDl22w6PvNfw46W2dunsKg4kgZuhKZBZDeBwkOsU1qkG97we87we1JMmPdnifZLBIgV4FtsDE03+vIaQKEp3nWgVa8aP5BWarsszrEfAihHYcHEFhOZMjbTQrrUJbzwGWSzFE95No11FJZVQBinwMHr9o7hvx5UwGMbA56URnZRxFO+Foo42kbRmJQh5lfYOFNnStDYksqGJ5oEaKZVa9ZBOu5qJwGb/ihqiwR+GuG9t9J7MhhLU9t3GL6Hhl/aktBVysQKg0YGTBO7kKFGKK6Xt+mApv8BTwHleKuR4ab1V4o6HUzJoFlypx1b3zHSxRGDRTx1WeL7pfz3hBVql3jVom1gn5PerHhDfyW4oV5M1el148irzI8Kmwa9nSTpCGGA3JF0/r2pmP9VKAyWjyaTAeDSbj2/EoHn+MT06Gk1/H/8AL2qqS1Xs1NR8tDkRRq32q8dyZwnUTtTg6A/F5JLxz1Ep351+Xb8+QsXnc6fVlkOrE5ahI1IKa5YxIvJypEc1cwU6cdS4k899WJ78dkSCETCaoLHbcp4VINhhMhiNWML5/+H3jKHp4eBgK/+1Qm3VUu9ro6vLs4svsYsAuvOLR2Ar9yXA8Go75jFs4F6pzzVuHS782IHykqMiE9DvJo93Vg2IO9xMIIT78QVXFh/qNWZxteLrEc9jtlsLincnKko9/ODTcF4t973ueptLy5/2MfQKslZfw7qYWje+DQwy92BsZprYd9kNY90U3QMkjY4Mi5aXdds5Zde/A03Yf4ejXXBk2HtMkwYI6tiyHDwZv/YN2Wf+grFvAiAdWxOIBYvgG3xikLtpt6M93kAm1dmLN9tW1/PcfyE9FEw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z20YM/SscnJIMJUpK3JnyVPmjradO4lr2pYoOKxKSNiV3mV2sbY2G/72D5Ycoi/bYM7nVJ3kFYB+wD8DTDkisLcRzyIRTyWYg7FYlg0QrMjrL0MAiBF2gESS1ukwhhhzNGq+8Ndo7K9X6+uvsFkIohBE5EhqOtwMlcoQYCqO/Y0Jf+L8QpOIjQRsIIUWbGFlw4CM7gz+cNJhCTMZhCDbZYC4g3gFtCw5ryUi1hrJcVMZo6VSnW7Y4jPuZ4QZZjTeobYMlG4fAiaIidhNFkcnE5xl9t+y7614rKcMmXJP9zd8HUOeAj4QqnTlJaM87MEJoAEBYFWYRNpnoJefN9TNcaJJoPRwiI5eOqv9qW2GMYNiSMLddWJeE+bTxuEGrnUm4ji/f8S9ue0oawr3IHPYVuyyfPFuPM6r0VuY97iGstMkFQQypIBwQW7HDM0XbB1hqnaFQbNzW8aWiVOdSEa7RdO+Vin75BJyFZ/GtNzzGicrl/Jyn09nlGYRwfnFxDQv20umLDucXv0/vrm69y+ndH96n6oOeQlkSht5Sqqr+h63hD2yhla1qMhmNjnvg61+HVP8Qfehnd0XsDn+65JZpQ94QlMuXvrT7JPxncsxw52T6CoYrkW15frziLVsGhtynRj/KXBCeu2oudQxbYPsCarfMPNH+Py21EfYGyciDTDtdJNNX9Qm3m6XPOpUrienrr8+RRCqoO6/7y1X+7J6qn/91yekHdWC7D2PQuGcG0Ju7tuoLaUkmB/yataevJleKK0zI9pVVpKlk/ojs+sDljXb95fo4Ac9TfMTEsffPDl22w6PvNfw46W2dunsKg4kgZuhKZBZDeBwkOsU1qkG97we87we1JMmPdnifZLBIgV4FtsDE03+vIaQKEp3nWgVa8aP5BWarsszrEfAihHYcHEFhOZMjbTQrrUJbzwGWSzFE95No11FJZVQBinwMHr9o7hvx5UwGMbA56URnZRxFO+Foo42kbRmJQh5lfYOFNnStDYksqGJ5oEaKZVa9ZBOu5qJwGb/ihqiwR+GuG9t9J7MhhLU9t3GL6Hhl/aktBVysQKg0YGTBO7kKFGKK6Xt+mApv8BTwHleKuR4ab1V4o6HUzJoFlypx1b3zHSxRGDRTx1WeL7pfz3hBVql3jVom1gn5PerHhDfyW4oV5M1el148irzI8Kmwa9nSTpCGGA3JF0/r2pmP9VKAyWjyaTAeDSbj2/EoHn+MT06Gk1/H/8AL2qqS1Xs1NR8tDkRRq32q8dyZwnUTtTg6A/F5JLxz1Ep351+Xb8+QsXnc6fVlkOrE5ahI1IKa5YxIvJypEc1cwU6cdS4k899WJ78dkSCETCaoLHbcp4VINhhMhiNWML5/+H3jKHp4eBgK/+1Qm3VUu9ro6vLs4svsYsAuvOLR2Ar9yXA8Go75jFs4F6pzzVuHS782IHykqMiE9DvJo93Vg2IO9xMIIT78QVXFh/qNWZxteLrEc9jtlsLincnKko9/ODTcF4t973ueptLy5/2MfQKslZfw7qYWje+DQwy92BsZprYd9kNY90U3QMkjY4Mi5aXdds5Zde/A03Yf4ejXXBk2HtMkwYI6tiyHDwZv/YN2Wf+grFvAiAdWxOIBYvgG3xikLtpt6M93kAm1dmLN9tW1/PcfyE9FEw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put"}},M={},q=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:55.462Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:55.462Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:55.462Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/219e4260.e30b38fa.js b/assets/js/219e4260.57528813.js similarity index 98% rename from assets/js/219e4260.e30b38fa.js rename to assets/js/219e4260.57528813.js index d547f478c..abed17153 100644 --- a/assets/js/219e4260.e30b38fa.js +++ b/assets/js/219e4260.57528813.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53443],{65902:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>M,contentTitle:()=>f,default:()=>S,frontMatter:()=>y,metadata:()=>N,toc:()=>_});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),g=i(5397),h=i.n(g),u=i(4667),v=i.n(u),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const y={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"}},M={},_=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(p(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(v(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:45.333Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.333Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53443],{65902:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>M,contentTitle:()=>f,default:()=>S,frontMatter:()=>y,metadata:()=>N,toc:()=>_});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),g=i(5397),h=i.n(g),u=i(4667),v=i.n(u),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const y={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"}},M={},_=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(p(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(v(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:55.323Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.323Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/22c2f671.222b144b.js b/assets/js/22c2f671.17215e79.js similarity index 66% rename from assets/js/22c2f671.222b144b.js rename to assets/js/22c2f671.17215e79.js index 296071ab0..3f19a11e9 100644 --- a/assets/js/22c2f671.222b144b.js +++ b/assets/js/22c2f671.17215e79.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9890],{49423:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>q,default:()=>T,frontMatter:()=>f,metadata:()=>E,toc:()=>N});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),m=a.n(n),o=(a(82723),a(9487)),c=a.n(o),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),v=(a(1176),a(12005),a(85162));const f={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWorQ4BrdVKejm7pFalXaICHO4pOJhnAvcRObWd3Ecr/fhrnJ5Bt94lxxjPfjD9/472A5UcDwRYsGjsQFtMBN2cZDSIlrVZJghp2DFSGmluh5DyGAIzl2oZK2bnFdGOEPC4XqzUwyLjmKVrUFPICkqcIAWRafcfIfiGLgZC0xO0JGMRoIi0yCnznp/FHLjTGEFidIwMTnTDlEFzAnjN0KLSQRyiKXemMxr5X8Zk8ruM6uGs0Dm74FRhQcSgtufIsS0TkavO/G/K/dFMJm1Cu1V2IFt4WEp7L6LTJRQysLJpVSYX77QDvWA1c7alMapemvlqBxiGxVot9bkur8uVa8zN1zWJquogIyLTZ4SD9PPx/eO5pHgNzNhbTzqe9UglyCQzwmacZZTvwxGDB4JEnOfYdQVFQU2MM8dCb5OpAer6fuFlZbk0PjIJ1+3u3+ZZEm838g6cOXsY1SuuVWylIScae3F3S/rrvy9o7RKNyHeENF6jNvzzql87ip/3VaPW5v0Hu06K/9S0Re3p3UDrlFgKIucWBJa+COS144AbnPf0u6trug6HMU2rBajNfz4DBar0I/wYG65kTh9XD7Ms0nC/cl9kSGLyffVyEs38fPk9Xq9b8M1xslh37r9n60+JDa9fhK7OKPv24noVNqNJqIpVmE6g06zil5cLsCga5FD/y/tLrc+gKk1swmZKmPNrJaHyvQA8aucX4Wnne+G/6xWYmrT5XW6YkxuHql7e772oURYU4xkxj5BCUV5nB84Cu6xHloJLOwV7F50Gl2PeKeV2Pk0OPe1op6xFbPLonTjEsSiOULAeA4/lPczWcv8tJsp6iPSmaOJkyrmYaGwH4jxP/0pkWhV+lN6gf6+GT6wQCIDerIpUUge9feG5PSgt7LnyeibuyQsyUtkulLU+8MpYDqAXfJ2Wf63DlGR94ntDtOVmbmbtwy9q3vRrkCKzyJ7Y1iO5J80kZ61GTPC5jj5B5r8TBk4gxxq9J40q83i3gFleMqRpq55U5p6FQRIsdtSrKy7zbC+yRa9TTnLq73XU/r4idZeldp4ZqVUGOxE6UnBMQ62iahu1cntXD5HrSNSxpZKQeSBVTW36UpN51Js1LQ6BZbudK+YjoTpLWq2F9Zd88Y27w9QCqpLnM0Yhxp6RWg2EymrwdjEeD8e/r8btgMg7evhv+Nhr9A9e6226uOl3LVatPHUkW8qC6EtJl8gs0r2kzXc69WEV5itK6Z1ClUjxyKlX1ZpVntImonHJBN8uUK3/c0YtBIiKUBjvbpxmPTuhNhiOqwN1MYk7g+09PT0Puvg6VPvrVVuN/nj/MvqxmA9pCkxG1KdG/G45Hw7Eb3MrYlMsuypd0qf/9YfHZ+lnChRuiDtal0pgtPE6AQXDzdqVoOwYnkqNgC5fLnhvc6KQoaPlHjkSD7a4VDUegWBj63arvDZxmKMCrsBour73rzL2I67eKPHdoCawibDdAQVpzQh6j7lD6ocw7WFOcNsLdk7hg9Y5pFGFmO740xK6UuvpPYF+9xFMVk5vmT/RO4k8QwDf4RiCVK98pi1u/QMLlMedH8i/T0t//gC1JtQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,E={id:"api/service-api/versions/5.10/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWorQ4BrdVKejm7pFalXaICHO4pOJhnAvcRObWd3Ecr/fhrnJ5Bt94lxxjPfjD9/472A5UcDwRYsGjsQFtMBN2cZDSIlrVZJghp2DFSGmluh5DyGAIzl2oZK2bnFdGOEPC4XqzUwyLjmKVrUFPICkqcIAWRafcfIfiGLgZC0xO0JGMRoIi0yCnznp/FHLjTGEFidIwMTnTDlEFzAnjN0KLSQRyiKXemMxr5X8Zk8ruM6uGs0Dm74FRhQcSgtufIsS0TkavO/G/K/dFMJm1Cu1V2IFt4WEp7L6LTJRQysLJpVSYX77QDvWA1c7alMapemvlqBxiGxVot9bkur8uVa8zN1zWJquogIyLTZ4SD9PPx/eO5pHgNzNhbTzqe9UglyCQzwmacZZTvwxGDB4JEnOfYdQVFQU2MM8dCb5OpAer6fuFlZbk0PjIJ1+3u3+ZZEm838g6cOXsY1SuuVWylIScae3F3S/rrvy9o7RKNyHeENF6jNvzzql87ip/3VaPW5v0Hu06K/9S0Re3p3UDrlFgKIucWBJa+COS144AbnPf0u6trug6HMU2rBajNfz4DBar0I/wYG65kTh9XD7Ms0nC/cl9kSGLyffVyEs38fPk9Xq9b8M1xslh37r9n60+JDa9fhK7OKPv24noVNqNJqIpVmE6g06zil5cLsCga5FD/y/tLrc+gKk1swmZKmPNrJaHyvQA8aucX4Wnne+G/6xWYmrT5XW6YkxuHql7e772oURYU4xkxj5BCUV5nB84Cu6xHloJLOwV7F50Gl2PeKeV2Pk0OPe1op6xFbPLonTjEsSiOULAeA4/lPczWcv8tJsp6iPSmaOJkyrmYaGwH4jxP/0pkWhV+lN6gf6+GT6wQCIDerIpUUge9feG5PSgt7LnyeibuyQsyUtkulLU+8MpYDqAXfJ2Wf63DlGR94ntDtOVmbmbtwy9q3vRrkCKzyJ7Y1iO5J80kZ61GTPC5jj5B5r8TBk4gxxq9J40q83i3gFleMqRpq55U5p6FQRIsdtSrKy7zbC+yRa9TTnLq73XU/r4idZeldp4ZqVUGOxE6UnBMQ62iahu1cntXD5HrSNSxpZKQeSBVTW36UpN51Js1LQ6BZbudK+YjoTpLWq2F9Zd88Y27w9QCqpLnM0Yhxp6RWg2EymrwdjEeD8e/r8btgMg7evhv+Nhr9A9e6226uOl3LVatPHUkW8qC6EtJl8gs0r2kzXc69WEV5itK6Z1ClUjxyKlX1ZpVntImonHJBN8uUK3/c0YtBIiKUBjvbpxmPTuhNhiOqwN1MYk7g+09PT0Puvg6VPvrVVuN/nj/MvqxmA9pCkxG1KdG/G45Hw7Eb3MrYlMsuypd0qf/9YfHZ+lnChRuiDtal0pgtPE6AQXDzdqVoOwYnkqNgC5fLnhvc6KQoaPlHjkSD7a4VDUegWBj63arvDZxmKMCrsBour73rzL2I67eKPHdoCawibDdAQVpzQh6j7lD6ocw7WFOcNsLdk7hg9Y5pFGFmO740xK6UuvpPYF+9xFMVk5vmT/RO4k8QwDf4RiCVK98pi1u/QMLlMedH8i/T0t//gC1JtQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"}},S={},N=[{value:"Request",id:"request",level:2}];function b(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(b,{...e})}):b(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9890],{49423:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>S,default:()=>T,frontMatter:()=>f,metadata:()=>b,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),v=(a(1176),a(12005),a(85162));const f={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+T2jYQ/lc8+5RkDAbae6ifSi6kYSY9qIGHljAdYS+g1JYcSb4Lw/h/76zkX4AvuSdWXu1+u/r0re4Chh01hFswqM2AG8wGTJ9FPIilMEqmKSrY+SBzVMxwKeYJhKANUyaS0swNZhvNxXG5WK3Bh5wplqFBRSEvIFiGEEKu5FeMzRNZPnBBS8ycwIcEdax4ToHv/BR+K7jCBEKjCvRBxyfMGIQXMOccLQrFxRHKcuecUZv3MjmTx3VcC3eN2sKN/gIfqDgUhlxZnqc8trUFXzX5X7qpuEkp1+ouRAtvCykrRHzaFDwB3xXtV0m5/W0B7/wauNxTmdQuRX01HLVFYozi+8I4q/JlSrEzdc1gpruICMi02WEh/Tj8f3juaZ4P+qwNZp1PeylTZAJ8wO8syynbgaUaSx+eWVpg3xGUJTU1wQgPvUmuDqTn+4nplWFG98Ao/W5/7zbfkmizmX/w5MHLmUJhPLeVgjgy9uTukvbnfV/W3hFqWagYb7hAbf7pUb92Fj/sr0Kjzv0Nsp8W/a1vidjTu4NUGTMQQsIMDgx5lb7Vgkemcd7T77Ku7T4YiiKjFqw28/UMfFitF9Hf4MN6ZsVh9Th7mkbzhf0yW4IP72cfF9Hs38fP09WqNf+IFptlx/5ztv60+NDadfjKrKJPP65nURPKWU0kZzaBnFnHcZYNsyt9KAT/VvSXXp9DV5jsgs6l0O5oJ6PxvQI9KmQGk2vleRe86xebmTDqXG2ZkhhHq5/e7r6rUZYV4gRzhbFF4K6yD98HdF2PKAaVdA72MjkPKsW+V8zreqwcesxTUhqP2OLRPbGKYVBoLoUbAJbnP8zVcP4uJ8l6huYkaeLkUtuaaWyEEDxPgktnWpRBlV6jeq6HT6FSCIHcjIxlWoZBcGGFOUnFzbkMWM7vyoowl8ospTIs9VwsC1Bxtk9dn+tw7owPrEjp9pyMyfVduGXt214NcgS/8ie2NYjuSfNJauNRkzwmEo+QeW/4wROICSZvSeMcXu8WcIsrwUwOlfXKrdOQS6LFjloVFy7v9gJ7ZArVtKDubnfdzytipyu969RQrSrIktiKknUCYh1N06idy7N6mFxPuoYljYzUA6liassPR+pdZ9K8NgSa5XauuEdEd5K0Xg3rK/vmGXODrwdQJc0uRyPGnZJaDYbJaPLrYDwaTMbr8Sgc/xI+PAwnv43/gWvdbTdXna7lqtWnjiRzcZBdCeky+RWa17SZLudeIuMiQ2HsM6hSKRZblap6sypy2kRUzhinm6Xdyu939PIh5TEKjZ3t05zFJ/QmwxFVYG8mMScMgpeXlyGzX4dSHYNqqw4+zx9nT6vZgLbQZESlHfqH4Xg0HNvBLbXJmOiifE2X+t8fBr+bIE8Zt0PUwrpUGrOF5wn4EN68XSnazocTyVG4hctlzzRuVFqWtPytQKLBdteKhiVQwjX9btX3Bk4zFOBNVA2Xt9515l7E9VtFnDu0BL8ibDdASVpzQpag6lD60eUdrClOG+HuSVz69Y5pHGNuOr40xK6UuvpPYF+9xDOZkJtiL/ROYi8Qwhf4QiClLd8qi12/QMrEsWBH8ndp6e9/guZJtg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},S=void 0,b={id:"api/service-api/versions/5.10/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+T2jYQ/lc8+5RkDAbae6ifSi6kYSY9qIGHljAdYS+g1JYcSb4Lw/h/76zkX4AvuSdWXu1+u/r0re4Chh01hFswqM2AG8wGTJ9FPIilMEqmKSrY+SBzVMxwKeYJhKANUyaS0swNZhvNxXG5WK3Bh5wplqFBRSEvIFiGEEKu5FeMzRNZPnBBS8ycwIcEdax4ToHv/BR+K7jCBEKjCvRBxyfMGIQXMOccLQrFxRHKcuecUZv3MjmTx3VcC3eN2sKN/gIfqDgUhlxZnqc8trUFXzX5X7qpuEkp1+ouRAtvCykrRHzaFDwB3xXtV0m5/W0B7/wauNxTmdQuRX01HLVFYozi+8I4q/JlSrEzdc1gpruICMi02WEh/Tj8f3juaZ4P+qwNZp1PeylTZAJ8wO8syynbgaUaSx+eWVpg3xGUJTU1wQgPvUmuDqTn+4nplWFG98Ao/W5/7zbfkmizmX/w5MHLmUJhPLeVgjgy9uTukvbnfV/W3hFqWagYb7hAbf7pUb92Fj/sr0Kjzv0Nsp8W/a1vidjTu4NUGTMQQsIMDgx5lb7Vgkemcd7T77Ku7T4YiiKjFqw28/UMfFitF9Hf4MN6ZsVh9Th7mkbzhf0yW4IP72cfF9Hs38fP09WqNf+IFptlx/5ztv60+NDadfjKrKJPP65nURPKWU0kZzaBnFnHcZYNsyt9KAT/VvSXXp9DV5jsgs6l0O5oJ6PxvQI9KmQGk2vleRe86xebmTDqXG2ZkhhHq5/e7r6rUZYV4gRzhbFF4K6yD98HdF2PKAaVdA72MjkPKsW+V8zreqwcesxTUhqP2OLRPbGKYVBoLoUbAJbnP8zVcP4uJ8l6huYkaeLkUtuaaWyEEDxPgktnWpRBlV6jeq6HT6FSCIHcjIxlWoZBcGGFOUnFzbkMWM7vyoowl8ospTIs9VwsC1Bxtk9dn+tw7owPrEjp9pyMyfVduGXt214NcgS/8ie2NYjuSfNJauNRkzwmEo+QeW/4wROICSZvSeMcXu8WcIsrwUwOlfXKrdOQS6LFjloVFy7v9gJ7ZArVtKDubnfdzytipyu969RQrSrIktiKknUCYh1N06idy7N6mFxPuoYljYzUA6liassPR+pdZ9K8NgSa5XauuEdEd5K0Xg3rK/vmGXODrwdQJc0uRyPGnZJaDYbJaPLrYDwaTMbr8Sgc/xI+PAwnv43/gWvdbTdXna7lqtWnjiRzcZBdCeky+RWa17SZLudeIuMiQ2HsM6hSKRZblap6sypy2kRUzhinm6Xdyu939PIh5TEKjZ3t05zFJ/QmwxFVYG8mMScMgpeXlyGzX4dSHYNqqw4+zx9nT6vZgLbQZESlHfqH4Xg0HNvBLbXJmOiifE2X+t8fBr+bIE8Zt0PUwrpUGrOF5wn4EN68XSnazocTyVG4hctlzzRuVFqWtPytQKLBdteKhiVQwjX9btX3Bk4zFOBNVA2Xt9515l7E9VtFnDu0BL8ibDdASVpzQpag6lD60eUdrClOG+HuSVz69Y5pHGNuOr40xK6UuvpPYF+9xDOZkJtiL/ROYi8Qwhf4QiClLd8qi12/QMrEsWBH8ndp6e9/guZJtg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"}},E={},N=[{value:"Request",id:"request",level:2}];function F(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/24cb5394.5244e0dc.js b/assets/js/24cb5394.10053336.js similarity index 54% rename from assets/js/24cb5394.5244e0dc.js rename to assets/js/24cb5394.10053336.js index bb8df9531..d23eec12d 100644 --- a/assets/js/24cb5394.5244e0dc.js +++ b/assets/js/24cb5394.10053336.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[37354],{44833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>L,frontMatter:()=>b,metadata:()=>N,toc:()=>k});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),c=a.n(n),p=(a(82723),a(9487)),d=a.n(p),m=a(41429),o=a.n(m),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),g=a.n(f),y=(a(1176),a(12005),a(85162));const b={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbdlp2gF6mptkm4GgzZL4Za4x0NLZZieRKknFMQT99+FISpZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXnGSRgLNf23sUtjJDbhy9Pz39PgUHJNS/QoqZMNUheICRQavUNU/uZfjEQkpa43QGDDE2qRUmJL+I0fq+ExgwSqytkYNIdFhySGuyhRIdCC7mFpln5YDT2k8oOFHGa94ngRv5cUYiM1hTKgI6J0tImXpa5SN0p42+Gdtb9osLm2CbzZ3/88wTm0p+X+fY8iwKpcwGsWtPRqEWaemkFGlfTWi3WlfW/QizXmhM2YbEw/dpzi8Ws2+HK/zj9P3gYaBgDczAWi96ntVI5cgkM8JUXJVXb8Nxgw+CF5xUOtb1pzgY4UKhQ2cBeBiirgjp2e/fbbHH/DAxu7z4tfodVwwJrBpJp1JUcAN1++rIZKnXKhcVifhupTZShoam1rLAq8tmb/vgGsm2ULriFBDJucWQpqvGtOOWrWzClksZP4moyvSTmjUZuMTul4bv43c+Z9/TT0YtssIeyKtaoe5+EtLhF3T+akPbjtT+Wn3GpMXVAPSkYvI5SleEW5SjIaURyGgW9mzOJDKjRtI3fKB2ZElOxEZhFwQEcDS1KI5T0TuKI/MOyHVHPypM7FGh3ioyrVMZ1itwngfhlGtc902liD4okjPqldbFK55AABVqVqrxJ4rjmld0pLeyhiXkpLs74iKXS9kFpy/PI53IAteDr3M+nTedZseFVTq3fWVuai3QPbexROBQILMSTajpElzT7QxkbUZMiLrOIkEVvxCaSiBlmb0kNHm90DviIK8NCjbWLKl3QWChiyIpalVa+7rKGNXKNelZRf5cr+kxO+nh057vWXk69rxtxJ7TWogLjjsP1TF6d96jb6C2n5ywdK0NAsBF/q3TG0at81D9cTa6uR9PJaPrL8/RDcjVNrt+PJx/f/0VSEnKj+vrsD/0/GNF2ePYwjzKVVgVK6y6cYAE8dRYQED9VJW2iqRdcEAmNX/n1YhIMcpGiNNjbPit5usPoajwBFkhMdEnieL/fj7n7OlZ6G4etJr6f39x9frob0RZyftTGo/8wnk79Gimo4LKP8n/pefiisPhq4zLnwhmvw1gHdS7hhV4UyemjIAh0xWBHUk6WUNdrbnCh86ah5e8VaqLi6ig3x65MGPr/aGFngDoDhjePwcjfRqe1BzG3V7Y89BwIWGBzP0FDKt0hz8h+O77f+LqjZ8pzzHDxFmlYu2OWpljaXixdGCcuR88xYLAOj6EgCM33RH6+hwS+wlcCqdzxnR259RpyLrcV31K8L0t//wJnkXfX",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post-1",permalink:"/docs/api/service-api/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbdlp2gF6mptkm4GgzZL4Za4x0NLZZieRKknFMQT99+FISpZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXnGSRgLNf23sUtjJDbhy9Pz39PgUHJNS/QoqZMNUheICRQavUNU/uZfjEQkpa43QGDDE2qRUmJL+I0fq+ExgwSqytkYNIdFhySGuyhRIdCC7mFpln5YDT2k8oOFHGa94ngRv5cUYiM1hTKgI6J0tImXpa5SN0p42+Gdtb9osLm2CbzZ3/88wTm0p+X+fY8iwKpcwGsWtPRqEWaemkFGlfTWi3WlfW/QizXmhM2YbEw/dpzi8Ws2+HK/zj9P3gYaBgDczAWi96ntVI5cgkM8JUXJVXb8Nxgw+CF5xUOtb1pzgY4UKhQ2cBeBiirgjp2e/fbbHH/DAxu7z4tfodVwwJrBpJp1JUcAN1++rIZKnXKhcVifhupTZShoam1rLAq8tmb/vgGsm2ULriFBDJucWQpqvGtOOWrWzClksZP4moyvSTmjUZuMTul4bv43c+Z9/TT0YtssIeyKtaoe5+EtLhF3T+akPbjtT+Wn3GpMXVAPSkYvI5SleEW5SjIaURyGgW9mzOJDKjRtI3fKB2ZElOxEZhFwQEcDS1KI5T0TuKI/MOyHVHPypM7FGh3ioyrVMZ1itwngfhlGtc902liD4okjPqldbFK55AABVqVqrxJ4rjmld0pLeyhiXkpLs74iKXS9kFpy/PI53IAteDr3M+nTedZseFVTq3fWVuai3QPbexROBQILMSTajpElzT7QxkbUZMiLrOIkEVvxCaSiBlmb0kNHm90DviIK8NCjbWLKl3QWChiyIpalVa+7rKGNXKNelZRf5cr+kxO+nh057vWXk69rxtxJ7TWogLjjsP1TF6d96jb6C2n5ywdK0NAsBF/q3TG0at81D9cTa6uR9PJaPrL8/RDcjVNrt+PJx/f/0VSEnKj+vrsD/0/GNF2ePYwjzKVVgVK6y6cYAE8dRYQED9VJW2iqRdcEAmNX/n1YhIMcpGiNNjbPit5usPoajwBFkhMdEnieL/fj7n7OlZ6G4etJr6f39x9frob0RZyftTGo/8wnk79Gimo4LKP8n/pefiisPhq4zLnwhmvw1gHdS7hhV4UyemjIAh0xWBHUk6WUNdrbnCh86ah5e8VaqLi6ig3x65MGPr/aGFngDoDhjePwcjfRqe1BzG3V7Y89BwIWGBzP0FDKt0hz8h+O77f+LqjZ8pzzHDxFmlYu2OWpljaXixdGCcuR88xYLAOj6EgCM33RH6+hwS+wlcCqdzxnR259RpyLrcV31K8L0t//wJnkXfX",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/delete-launches-using-delete"}},q={},k=[{value:"Request",id:"request",level:2}];function G(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(G,{...e})}):G(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[37354],{44833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>w,contentTitle:()=>y,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>L});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),c=a.n(l),p=(a(82723),a(9487)),d=a.n(p),o=a(41429),m=a.n(o),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),g=a.n(x),b=(a(1176),a(12005),a(85162));const v={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVuO6x6mptkW4CgzeL4pa4x0NLZZieRKknFMQT99+FISpZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/nT39PgEHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QGDDE2qRUmJL+I0fq+ExgwSqytkYNIdFhySGuyhRIdCC7mFpln5YDT2o8oOFHGad05wI3+uKERGawplQMdEaWkTL8tcpO6U8TdDO+t+UWFzbJP5sz/+dQJz6c/LfHueRIHUuQBWrelo1CJNvbQCjatprRbryvpfIZZrzQmbsFiYfu07i8Ws2+HK/zj9P3gYaBgDczAWi96ntVI5cgkM8IUXJVXb8Nxgw+CZ5xUOtb1pzgY4UKhQ2cBeBiirgjp2c/v7bHH/BAxubj8u/oBVwwJrBpJp1JUcAN1++rwZKnXKhcXi7iZSmyhDQ1NrWWFV5LM3/fENZNsoXXALCWTc4shSVONbccpXt2BKJY2fxPRqcknMa43cYnZKwzfxm58zb/7T0YtssIeyKtaoe5+EtLhF3T+akPaXd/5YfsalxtQB9aRg8DJKVYZblKMgpxHJaRT0bs4kMqBG0zZ+o3RkSkzFRmAWBQdwNLQojVDSO4kj8g/LdkQ9K0/uUKDdKTKuUhnXKXKfBOLnSVz3TKeJPSiSMOrn1sUqnUMCFGhVqvImieOaV3antLCHJualuDjjI5ZK2welLc8jn8sB1IKvcz+fNp1nxYZXObV+Z21pLtI9tLFH4VAgsBBPqukQXdLsT2VsRE2KuMwiQha9EptIImaYvSY1eLzROeAjrgwLNdYuqnRBY6GIIStqVVr5ussa1sg16llF/V2u6DM56ePRnW9bezn1vm7EndBaiwqMOw7XM3l13qNuo7ecnrN0rAwBwUb8rdIZR6/yUf8wvZq+G02uRtPJ0+QqmbxN3r8dTz/8+oWkJORG9fXZH/p/MKLt8OzhLspUWhUorbtwggXw1FlAQDyvStpEUy+4IBIav/LbxSQY5CJFabC3fVbydIfRdHwFLJCY6JLE8X6/H3P3daz0Ng5bTXx/d337aX47oi3k/KiNR/9+PJn4NVJQwWUf5f/S8/BFYfHFxmXOhTNeh7EO6lzCM70oktNHQRDoisGOpJwsoa7X3OBC501Dy98r1ETF1VFujl2ZMPT/0cLOAHUGDK8eg5G/jk5rD2Jur2x56DkQsMDmfoKGVLpDnpH9dny/9nVHT5TnmOHiLdKwdscsTbG0vVi6ME5cjp5jwGAdHkNBEJrvifx8Dwl8ha8EUrnjOzty6zXkXG4rvqV4X5b+/gVtD3fZ",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post-1",permalink:"/docs/api/service-api/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVuO6x6mptkW4CgzeL4pa4x0NLZZieRKknFMQT99+FISpZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/nT39PgEHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QGDDE2qRUmJL+I0fq+ExgwSqytkYNIdFhySGuyhRIdCC7mFpln5YDT2o8oOFHGad05wI3+uKERGawplQMdEaWkTL8tcpO6U8TdDO+t+UWFzbJP5sz/+dQJz6c/LfHueRIHUuQBWrelo1CJNvbQCjatprRbryvpfIZZrzQmbsFiYfu07i8Ws2+HK/zj9P3gYaBgDczAWi96ntVI5cgkM8IUXJVXb8Nxgw+CZ5xUOtb1pzgY4UKhQ2cBeBiirgjp2c/v7bHH/BAxubj8u/oBVwwJrBpJp1JUcAN1++rwZKnXKhcXi7iZSmyhDQ1NrWWFV5LM3/fENZNsoXXALCWTc4shSVONbccpXt2BKJY2fxPRqcknMa43cYnZKwzfxm58zb/7T0YtssIeyKtaoe5+EtLhF3T+akPaXd/5YfsalxtQB9aRg8DJKVYZblKMgpxHJaRT0bs4kMqBG0zZ+o3RkSkzFRmAWBQdwNLQojVDSO4kj8g/LdkQ9K0/uUKDdKTKuUhnXKXKfBOLnSVz3TKeJPSiSMOrn1sUqnUMCFGhVqvImieOaV3antLCHJualuDjjI5ZK2welLc8jn8sB1IKvcz+fNp1nxYZXObV+Z21pLtI9tLFH4VAgsBBPqukQXdLsT2VsRE2KuMwiQha9EptIImaYvSY1eLzROeAjrgwLNdYuqnRBY6GIIStqVVr5ussa1sg16llF/V2u6DM56ePRnW9bezn1vm7EndBaiwqMOw7XM3l13qNuo7ecnrN0rAwBwUb8rdIZR6/yUf8wvZq+G02uRtPJ0+QqmbxN3r8dTz/8+oWkJORG9fXZH/p/MKLt8OzhLspUWhUorbtwggXw1FlAQDyvStpEUy+4IBIav/LbxSQY5CJFabC3fVbydIfRdHwFLJCY6JLE8X6/H3P3daz0Ng5bTXx/d337aX47oi3k/KiNR/9+PJn4NVJQwWUf5f/S8/BFYfHFxmXOhTNeh7EO6lzCM70oktNHQRDoisGOpJwsoa7X3OBC501Dy98r1ETF1VFujl2ZMPT/0cLOAHUGDK8eg5G/jk5rD2Jur2x56DkQsMDmfoKGVLpDnpH9dny/9nVHT5TnmOHiLdKwdscsTbG0vVi6ME5cjp5jwGAdHkNBEJrvifx8Dwl8ha8EUrnjOzty6zXkXG4rvqV4X5b+/gVtD3fZ",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/delete-launches-using-delete"}},w={},L=[{value:"Request",id:"request",level:2}];function q(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(f(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(f(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/2529997c.24793f77.js b/assets/js/2529997c.0a498e07.js similarity index 98% rename from assets/js/2529997c.24793f77.js rename to assets/js/2529997c.0a498e07.js index 564b06418..8ee42f814 100644 --- a/assets/js/2529997c.24793f77.js +++ b/assets/js/2529997c.0a498e07.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79466],{77897:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),l=a(58219),r=a.n(l),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),y=a(9472),g=a.n(y),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:43.204Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:43.204Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:43.204Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79466],{77897:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),l=a(58219),r=a.n(l),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),y=a(9472),g=a.n(y),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:53.447Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:53.447Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:53.447Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file diff --git a/assets/js/27355691.62fccb4b.js b/assets/js/27355691.62fccb4b.js new file mode 100644 index 000000000..e4bb87cb8 --- /dev/null +++ b/assets/js/27355691.62fccb4b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[58599],{71178:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>S,default:()=>T,frontMatter:()=>v,metadata:()=>q,toc:()=>E});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),d=a.n(c),o=a(41429),p=a.n(o),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV0uT2jgQ/iuuPiUpgweyOcSnJYRsqMoGwuOwS6gtYTegrC05kjwzFOX/vtWSX4BnZitzQnKr++vX1z1nMOygIdyAQW163GDaY/okol4khVEySVDB1geZoWKGSzGNIQRtmDLjI0/iqcF0rbk4zGfLFfiQMcVSNKhI5xkESxFCukVhSBZ84MLemCP4EKOOFM9I8bWYwp85VxhDaFSOPujoiCmD8AzmlKEFobg4QFH4jR0lf2BkvtLpWUMXcv/f0tYJozYfZHwiiUu9Ni4r1NaHxTfwgaKIwpAoy7KERzaIwQ9N8ue2KW4SsrW8UdHA20DCchEd1zmPwXdO+6VRbn9bwFu/Ai535CalRVECDUdtkRij+C437lTKMqXYiaJmMNVtRARkVL+wkJ5X/y+eOoLngz5pSm3zaSdlgkyAD/jI0oys7VmisfDhniU5dqWgKCioMS5w32nkIiEd349MLw0zugNG4bfje/P4uojW6+lHT+49V7Wee0pKXDF22G43x8txn1fSC9QyVxFe1QKF+cVUP5WLZ+Or0KhTd4Dsp1l36JtC7IjdXqqUGQghZgZ7hqQK35LOmGmcdsS7qHy7VYYiTykEy/V0NQEflqvZ4i/wYTWxJLQcT76OFtOZ/TKZgw8fJp9mi8k/4y+j5bI5/rGYreet85+T1efZx+ZcqS+PpfbRp9VkUatyp1qTO9aK3LHS405WzbbwIRf8Z97tepWHNjHZC51JoV1qh3eDWwYaK2QG40vmeRO86SabiTDqVD4ZEesvli92d1drFEWJOMZMYWQRuFb24bFH7XpA0Sups7eT8alXMvYtY176Y+nQY15Ew8ajcvG4mw/4aFBoLoWbNLbQnzVWF/2NUeL1FM1R0mzLpLZO09wIIbgfBufWuCgCMh+cm1FVEAWjuq9GXq4SCIHeGBnJpAiD4Mxyc5SKm1MRsIzfOLnATCozl8qwxHO6LFrF2S5xUa/UuYzvWZ5QLx2NyfSNunkl2zQKCYJfylPt1YhuS+iz1MajiHlMxB4h817xvScQY4xfE+M5vN414AZXjKnsKyuVWaE+l1QkWwpVlDu7mzPskClUo5xCvdnSZxqMi2bETqq5cDm06nzXjFDNlrLomky7+ty2hsZTfF5fNyPC7QPtodBI1QVcnq82nyt8HYBKlnU2al5tudTQKQzvhr/1Bne94WA1uAsHb8N3b/vD9+//hksKbR6X/VkxT0M1LXblYi/bbNAuwydqtMr5aD71YhnlKQpjN5qScFhkCaeMzTLP6BHVYco4tYV2N7/f1IYPCY9QaGw9H2UsOqI37N+RB7atqIDDIHh4eOgz+7Uv1SEon+rgy3Q8+bqc9OgJDTlU2qF/1x8M3B21d8pEG+WTFNO9Sxh8NEGWMG4HosV1LuliA/dD8CG82kOdtrC13m59OBLPhBs4n3dM41olRUHXP3OkqthsGwKw9RRzTb8bXr0CV9M9vFqUY+O1d7FQd8KvlhBxahUp+GX5tt7Tlv1rGC5i8SsgWgoK4q4jshhVq8vGzm5vRXoaDTcLN/ngXoyiCDPTkqUReTEGyv9nduWen8qYxBR7oC2MPUAI3+E7gZTWfUvS9v4MCROHnB1I3pmlv/8AZ4mNgA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},S=void 0,q={id:"api/service-api/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post",permalink:"/docs/api/service-api/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV0uT2jgQ/iuuPiUpgweyOcSnJYRsqMoGwuOwS6gtYTegrC05kjwzFOX/vtWSX4BnZitzQnKr++vX1z1nMOygIdyAQW163GDaY/okol4khVEySVDB1geZoWKGSzGNIQRtmDLjI0/iqcF0rbk4zGfLFfiQMcVSNKhI5xkESxFCukVhSBZ84MLemCP4EKOOFM9I8bWYwp85VxhDaFSOPujoiCmD8AzmlKEFobg4QFH4jR0lf2BkvtLpWUMXcv/f0tYJozYfZHwiiUu9Ni4r1NaHxTfwgaKIwpAoy7KERzaIwQ9N8ue2KW4SsrW8UdHA20DCchEd1zmPwXdO+6VRbn9bwFu/Ai535CalRVECDUdtkRij+C437lTKMqXYiaJmMNVtRARkVL+wkJ5X/y+eOoLngz5pSm3zaSdlgkyAD/jI0oys7VmisfDhniU5dqWgKCioMS5w32nkIiEd349MLw0zugNG4bfje/P4uojW6+lHT+49V7Wee0pKXDF22G43x8txn1fSC9QyVxFe1QKF+cVUP5WLZ+Or0KhTd4Dsp1l36JtC7IjdXqqUGQghZgZ7hqQK35LOmGmcdsS7qHy7VYYiTykEy/V0NQEflqvZ4i/wYTWxJLQcT76OFtOZ/TKZgw8fJp9mi8k/4y+j5bI5/rGYreet85+T1efZx+ZcqS+PpfbRp9VkUatyp1qTO9aK3LHS405WzbbwIRf8Z97tepWHNjHZC51JoV1qh3eDWwYaK2QG40vmeRO86SabiTDqVD4ZEesvli92d1drFEWJOMZMYWQRuFb24bFH7XpA0Sups7eT8alXMvYtY176Y+nQY15Ew8ajcvG4mw/4aFBoLoWbNLbQnzVWF/2NUeL1FM1R0mzLpLZO09wIIbgfBufWuCgCMh+cm1FVEAWjuq9GXq4SCIHeGBnJpAiD4Mxyc5SKm1MRsIzfOLnATCozl8qwxHO6LFrF2S5xUa/UuYzvWZ5QLx2NyfSNunkl2zQKCYJfylPt1YhuS+iz1MajiHlMxB4h817xvScQY4xfE+M5vN414AZXjKnsKyuVWaE+l1QkWwpVlDu7mzPskClUo5xCvdnSZxqMi2bETqq5cDm06nzXjFDNlrLomky7+ty2hsZTfF5fNyPC7QPtodBI1QVcnq82nyt8HYBKlnU2al5tudTQKQzvhr/1Bne94WA1uAsHb8N3b/vD9+//hksKbR6X/VkxT0M1LXblYi/bbNAuwydqtMr5aD71YhnlKQpjN5qScFhkCaeMzTLP6BHVYco4tYV2N7/f1IYPCY9QaGw9H2UsOqI37N+RB7atqIDDIHh4eOgz+7Uv1SEon+rgy3Q8+bqc9OgJDTlU2qF/1x8M3B21d8pEG+WTFNO9Sxh8NEGWMG4HosV1LuliA/dD8CG82kOdtrC13m59OBLPhBs4n3dM41olRUHXP3OkqthsGwKw9RRzTb8bXr0CV9M9vFqUY+O1d7FQd8KvlhBxahUp+GX5tt7Tlv1rGC5i8SsgWgoK4q4jshhVq8vGzm5vRXoaDTcLN/ngXoyiCDPTkqUReTEGyv9nduWen8qYxBR7oC2MPUAI3+E7gZTWfUvS9v4MCROHnB1I3pmlv/8AZ4mNgA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put"}},b={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/27355691.eaa7b73c.js b/assets/js/27355691.eaa7b73c.js deleted file mode 100644 index e6328fe89..000000000 --- a/assets/js/27355691.eaa7b73c.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[58599],{71178:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>E,contentTitle:()=>b,default:()=>S,frontMatter:()=>T,metadata:()=>f,toc:()=>N});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),m=i.n(n),d=(i(82723),i(9487)),c=i.n(d),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),g=i(9472),v=i.n(g),y=(i(1176),i(12005),i(85162));const T={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9+P2jgQ/leieWqrQBau7Ul5OkrpFalXuAAPdxSdTDKAe4md2s7uIpT//TR2QgJkd0/dJ+yMZ7759c3sCQzbawjXYFCbHjeY9Zg+irgXS2GUTFNUsPFB5qiY4VJMEwhBG6bM+MDTZGowW2ku9vPZYgk+5EyxDA0q0nkCwTKEkG5RGJIFH7iwN+YAPiSoY8VzUnwtpvBHwRUmEBpVoA86PmDGIDyBOeZoQSgu9lCWfmNHye8Ym690etbQhdz/t7RxwqjNB5kcSeJSr43LErX1IfoTfKAoojAkyvI85bENYvBdk/ypbYqblGwtblQ08NaQskLEh1XBE/Cd035llNvfFvDGr4HLLblJaVGUQMNRWyTGKL4tjDtVskwpdqSoGcx0GxEBGZ1fWEjPq/8Xjx3B80EfNaW2+bSVMkUmwAd8ZFlO1nYs1Vj6cM/SArtSUJYU1AQj3HUauUhIx/cD0wvDjO6AUfrt+N48vi6i1Wr60ZM7z1Wt556SEleMHbbbzfFy3Oe1dIRaFirGq1qgML+Y6qdy8Wx8FRp17A6Q/TTrDn1TiB2x20mVMQMhJMxgz5BU6VvSGTON0454l7Vvt8pQFBmFYLGaLifgw2I5i/4CH5YTS0KL8eTrKJrO7JfJHHz4MPk0iyb/jL+MFovm+Hs0W81b5z8my8+zj825Vl8dK+2jT8tJdFblTmdN7nhW5I61HneyajalD4XgP4pu1+s8tInJXuhcCu1SO7wb3DLQWCEzmFwyz5vgTTfZTIRRx+rJiFg/WrzY3V2tUZYV4gRzhbFF4FrZh8ceteseRa+izt5WJsdexdi3jHnpj6VDj3kxDRuPysXjbj7go0GhuRRu0thCf9bYuehvjBKvZ2gOkmZbLrV1muZGCMH9MDi1xkUZkPng1IyqkigY1X098gqVQgj0xshYpmUYBCdWmINU3BzLgOX8xskIc6nMXCrDUs/psmgVZ9vURb1W5zK+Y0VKvXQwJtc36ua1bNMoJAh+JU+1d0Z0W0KfpTYeRcxjIvEImfeK7zyBmGDymhjP4fWuATe4EsxkX1mp3Ar1uaQi2VCo4sLZXZ9gi0yhGhUU6vWGPtNgjJoRO6nnwuXQOuf7zAj1bKmKrsm0q89Na2g8xefn62ZEuH2gPRQaqXMBV+erzecKXwegimWdjTOvtlxq6BSGd8O3vcFdb/DrcvAuHA7Ct7/0796//RsuKbR5XPVnzTwN1bTYlYudbLNBuwyfqNE656P51EtkXGQojN1oKsJhsSWcKjaLIqdHVIcZ49QW2t38dlMbPqQ8RqGx9XyUs/iA3rB/Rx7YtqICDoPg4eGhz+zXvlT7oHqqgy/T8eTrYtKjJzTkUGmH/l1/MHB31N4ZE22UT1JM9y5h8NEEecq4HYgW16miizXcD8GH8GoPddrC1nq78eFAPBOu4XTaMo0rlZYlXf8okKpivWkIwNZTwjX9bnj1CtyZ7uFVVI2N197FQt0Jv15CxLFVpOBX5dt6T1v2z2G4iMXPgGgpKIm7DsgSVK0uGzu7vSXpaTTcLNzkg3sximPMTUuWRuTFGKj+n9lWe34mExJT7IG2MPYAIXyDbwRSWvctSdv7E6RM7Au2J3lnlv7+A2CRjX4=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,f={id:"api/service-api/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post",permalink:"/docs/api/service-api/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9+P2jgQ/leieWqrQBau7Ul5OkrpFalXuAAPdxSdTDKAe4md2s7uIpT//TR2QgJkd0/dJ+yMZ7759c3sCQzbawjXYFCbHjeY9Zg+irgXS2GUTFNUsPFB5qiY4VJMEwhBG6bM+MDTZGowW2ku9vPZYgk+5EyxDA0q0nkCwTKEkG5RGJIFH7iwN+YAPiSoY8VzUnwtpvBHwRUmEBpVoA86PmDGIDyBOeZoQSgu9lCWfmNHye8Ym690etbQhdz/t7RxwqjNB5kcSeJSr43LErX1IfoTfKAoojAkyvI85bENYvBdk/ypbYqblGwtblQ08NaQskLEh1XBE/Cd035llNvfFvDGr4HLLblJaVGUQMNRWyTGKL4tjDtVskwpdqSoGcx0GxEBGZ1fWEjPq/8Xjx3B80EfNaW2+bSVMkUmwAd8ZFlO1nYs1Vj6cM/SArtSUJYU1AQj3HUauUhIx/cD0wvDjO6AUfrt+N48vi6i1Wr60ZM7z1Wt556SEleMHbbbzfFy3Oe1dIRaFirGq1qgML+Y6qdy8Wx8FRp17A6Q/TTrDn1TiB2x20mVMQMhJMxgz5BU6VvSGTON0454l7Vvt8pQFBmFYLGaLifgw2I5i/4CH5YTS0KL8eTrKJrO7JfJHHz4MPk0iyb/jL+MFovm+Hs0W81b5z8my8+zj825Vl8dK+2jT8tJdFblTmdN7nhW5I61HneyajalD4XgP4pu1+s8tInJXuhcCu1SO7wb3DLQWCEzmFwyz5vgTTfZTIRRx+rJiFg/WrzY3V2tUZYV4gRzhbFF4FrZh8ceteseRa+izt5WJsdexdi3jHnpj6VDj3kxDRuPysXjbj7go0GhuRRu0thCf9bYuehvjBKvZ2gOkmZbLrV1muZGCMH9MDi1xkUZkPng1IyqkigY1X098gqVQgj0xshYpmUYBCdWmINU3BzLgOX8xskIc6nMXCrDUs/psmgVZ9vURb1W5zK+Y0VKvXQwJtc36ua1bNMoJAh+JU+1d0Z0W0KfpTYeRcxjIvEImfeK7zyBmGDymhjP4fWuATe4EsxkX1mp3Ar1uaQi2VCo4sLZXZ9gi0yhGhUU6vWGPtNgjJoRO6nnwuXQOuf7zAj1bKmKrsm0q89Na2g8xefn62ZEuH2gPRQaqXMBV+erzecKXwegimWdjTOvtlxq6BSGd8O3vcFdb/DrcvAuHA7Ct7/0796//RsuKbR5XPVnzTwN1bTYlYudbLNBuwyfqNE656P51EtkXGQojN1oKsJhsSWcKjaLIqdHVIcZ49QW2t38dlMbPqQ8RqGx9XyUs/iA3rB/Rx7YtqICDoPg4eGhz+zXvlT7oHqqgy/T8eTrYtKjJzTkUGmH/l1/MHB31N4ZE22UT1JM9y5h8NEEecq4HYgW16miizXcD8GH8GoPddrC1nq78eFAPBOu4XTaMo0rlZYlXf8okKpivWkIwNZTwjX9bnj1CtyZ7uFVVI2N197FQt0Jv15CxLFVpOBX5dt6T1v2z2G4iMXPgGgpKIm7DsgSVK0uGzu7vSXpaTTcLNzkg3sximPMTUuWRuTFGKj+n9lWe34mExJT7IG2MPYAIXyDbwRSWvctSdv7E6RM7Au2J3lnlv7+A2CRjX4=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put"}},E={},N=[{value:"Request",id:"request",level:2}];function q(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,a.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(c(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/2ac62c9a.3357db02.js b/assets/js/2ac62c9a.1eb2da30.js similarity index 98% rename from assets/js/2ac62c9a.3357db02.js rename to assets/js/2ac62c9a.1eb2da30.js index 81a8545bd..fc0b7e90a 100644 --- a/assets/js/2ac62c9a.3357db02.js +++ b/assets/js/2ac62c9a.1eb2da30.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[41931],{26186:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>J});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),m=i.n(o),p=i(41429),d=i.n(p),h=i(5397),u=i.n(h),g=i(4667),j=i.n(g),x=i(9472),y=i.n(x),b=(i(1176),i(12005),i(85162));const v={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integration-using-get",permalink:"/docs/api/service-api/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/update-project-integration-using-put"}},q={},J=[{value:"Request",id:"request",level:2}];function K(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-17T15:21:43.114Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.114Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(K,{...e})}):K(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[41931],{26186:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>J});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),m=i.n(o),p=i(41429),d=i.n(p),h=i(5397),u=i.n(h),g=i(4667),j=i.n(g),x=i(9472),y=i.n(x),b=(i(1176),i(12005),i(85162));const v={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integration-using-get",permalink:"/docs/api/service-api/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/update-project-integration-using-put"}},q={},J=[{value:"Request",id:"request",level:2}];function K(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-21T10:13:53.345Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.346Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(K,{...e})}):K(e)}}}]); \ No newline at end of file diff --git a/assets/js/2eabd8e4.97b4464e.js b/assets/js/2eabd8e4.584a5a45.js similarity index 99% rename from assets/js/2eabd8e4.97b4464e.js rename to assets/js/2eabd8e4.584a5a45.js index 1d1d168f3..fb4fb5a77 100644 --- a/assets/js/2eabd8e4.97b4464e.js +++ b/assets/js/2eabd8e4.584a5a45.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[98796],{69383:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>k,contentTitle:()=>f,default:()=>I,frontMatter:()=>x,metadata:()=>N,toc:()=>q});var a=s(85893),t=s(11151),r=s(58219),n=s.n(r),c=(s(62316),s(51039)),l=s.n(c),d=(s(82723),s(9487)),p=s.n(d),o=s(41429),m=s.n(o),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),v=s(9472),b=s.n(v),y=(s(1176),s(12005),s(85162));const x={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/get-activity-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-activity-using-get",permalink:"/docs/api/service-api/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/activity-event-controller"}},k={},q=[{value:"Request",id:"request",level:2}];function A(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"getActivity"})}),"\n",(0,a.jsx)(l(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,a.jsx)(i.p,{children:"getActivity"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-17T15:21:43.151Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(A,{...e})}):A(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[98796],{69383:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>k,contentTitle:()=>f,default:()=>I,frontMatter:()=>x,metadata:()=>N,toc:()=>q});var a=s(85893),t=s(11151),r=s(58219),n=s.n(r),c=(s(62316),s(51039)),l=s.n(c),d=(s(82723),s(9487)),p=s.n(d),o=s(41429),m=s.n(o),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),v=s(9472),b=s.n(v),y=(s(1176),s(12005),s(85162));const x={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/get-activity-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-activity-using-get",permalink:"/docs/api/service-api/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/activity-event-controller"}},k={},q=[{value:"Request",id:"request",level:2}];function A(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"getActivity"})}),"\n",(0,a.jsx)(l(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,a.jsx)(i.p,{children:"getActivity"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-21T10:13:53.388Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(A,{...e})}):A(e)}}}]); \ No newline at end of file diff --git a/assets/js/3299b82b.0bcb320d.js b/assets/js/3299b82b.ca17d433.js similarity index 98% rename from assets/js/3299b82b.0bcb320d.js rename to assets/js/3299b82b.ca17d433.js index 783b771c8..4b665a038 100644 --- a/assets/js/3299b82b.0bcb320d.js +++ b/assets/js/3299b82b.ca17d433.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80509],{13063:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>y,metadata:()=>I,toc:()=>k});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),o=a.n(l),m=(a(82723),a(9487)),c=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),g=a.n(j),f=a(9472),v=a.n(f),x=(a(1176),a(12005),a(85162));const y={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,I={id:"api/service-api/versions/5.10/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/versions/5.10/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-info-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/versions/5.10/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/versions/5.10/get-all-project-names-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-17T15:21:45.354Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-17T15:21:45.354Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80509],{13063:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>y,metadata:()=>I,toc:()=>k});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),o=a.n(l),m=(a(82723),a(9487)),c=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),g=a.n(j),f=a(9472),v=a.n(f),x=(a(1176),a(12005),a(85162));const y={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,I={id:"api/service-api/versions/5.10/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/versions/5.10/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-info-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/versions/5.10/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/versions/5.10/get-all-project-names-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-21T10:13:55.344Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-21T10:13:55.344Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/4539774b.d2b4f033.js b/assets/js/4539774b.ac0dc38e.js similarity index 65% rename from assets/js/4539774b.d2b4f033.js rename to assets/js/4539774b.ac0dc38e.js index a8bd66e13..10ae8e8f5 100644 --- a/assets/js/4539774b.d2b4f033.js +++ b/assets/js/4539774b.ac0dc38e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[72698],{93210:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>I,frontMatter:()=>b,metadata:()=>v,toc:()=>M});var a=i(85893),t=i(11151),r=i(58219),n=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),g=i(9472),f=i.n(g),N=(i(1176),i(12005),i(85162));const b={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zgM/ZWAT23hxMn0soCfNjtNsUEHM9lcsMBOg4ViM4laW3Ilemaygf99QdmJ5Yl7QfPkSBRJHZLn2EcgsbMQ3QOhpb4kzPqxVmR0mqKBdQA6RyNIajVNIIKtVNLul2hpSpitrFS72Wr57wgCyIURGRIadncEJTKECHKjP2NMt/wvAKl4SdAeAkjQxkbm7PrCzuDXQhpMICJTYAA23mMmIDoCHXJ2a8lItYOyDM6RqE5qmnw3UMvs5+OsK2O09IdODmzRdlsBM3nCuOCV+V8QAAOJithY5HkqY4dj+NnyiaMfTFLK0T600HU+mgzvAVWylA6fVBQq3q8KmXCJ6lz1hhHkShguGkm0LjSRkZuCqn+1rTBGHBgnwsz6KXDg8fmES+H77r/goQOvAOzBEmbe1kbrFIWCAPBJZDlH24rUYhnAg0gL7EK9LJ+VryPQCZWLvQC22mSCIIJEEPaJrcoApLV1tNOd3UIba2e0ZH8/BrggPVYiPfzHRy/uW3IjZFndCJfpPxEaJdKFw8ul8lOFmlye+2GtNmRn1Zx1prIhuzJp51aeFjup3HR2FrvYZJLeC/K3pSLcofHrIBW9e8MHSMZfkKZJp7eiMwnXDHKntMEabdONdlO6Liet4emKbpDModuz27rbdkNAggrb1YWoioxbajZeLCbvIYAP4+mNe1gs72az6unjtH6a3i4n8/lqtnT/rse315Obm3rnwx0E8Pd4fgtrxhAtXQuLnShWcLX5zS3YXCtbtcPVcHhJZHcf28z1KnzVTVZ3J2G41jzNjvUWP2zBDK0Vu28Mez3vucFYEGftCCKAp36sE9yh6tcc3N/o5NCvib+Lett3qni1x4D1eJCgGjtlpVaVWjkW+26cM0t1xGN1yJD2miUyL9ytWXsiCB9G4dHTtjLk+OGxUaESArBoHk666Zof+AzpWKdlFIZHUdBeG0mHMhS5vLjeHHNtaKYNibRX+XLpGik2aQX7yV1V760oUh7HPVFuL9zNTrZN67IhBLU99945o8sG+lNb6jFkPaGSHmfWeyG3PYWYYPKyp7e9Kt/e84SbvBLM9MA4q9wZDaTmBlkzVHFRxb0/wgaFQTMuGOr7NW+zts4bnZ6clKYtg+eCn2f0pFZ1w51KferN9XOMvOGu1Qeuhldv+qNhf/TbcvQ2uhpFb14Phu9e/wOe4rSlonrnOIuD57RTE+7bBN6Yn3i7WfHp2rukx9JDn4Mbk8L3w9d+TrhVzh7FehToE2vjsubT6uCZQb2sauJs+NEnNs+9VFvtE5Df9t+YiVOPjWfTXqLjgoF2nFVznKiUsCaSRZHzIS5AJqQDolr5/aIXA0hljMqid3yci3iPvavB8AwkD0wUho+PjwPhdgfa7ML6qA1vpteT28Wkz0f4NQiNrbJ/OxiNqrVcW8qE8sJ0kFn3KxLhE4V5KqTyRLXipXt44Ff26NnbeeUt8l6R1wHstSU+cTxuhMWVScuSl78WyGW9XzdM41o0kZafG/J+ltxZWuDFvFanl712Hp35n96H1MGjYgjqQfYd8DfBL2XR+jT4hSS88yWT5B5FwjNzppvrKmrfTU7j4OLjgG9QnRjHMebk2bIct+RmtloyBdQfJZlO2MqIR5488QgRfIJPnKJ2d3di4NaPkAq1K5wWQxWVf/8DAf7TnA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={id:"api/service-api/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put-1",permalink:"/docs/api/service-api/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zgM/ZWAT23hxMn0soCfNjtNsUEHM9lcsMBOg4ViM4laW3Ilemaygf99QdmJ5Yl7QfPkSBRJHZLn2EcgsbMQ3QOhpb4kzPqxVmR0mqKBdQA6RyNIajVNIIKtVNLul2hpSpitrFS72Wr57wgCyIURGRIadncEJTKECHKjP2NMt/wvAKl4SdAeAkjQxkbm7PrCzuDXQhpMICJTYAA23mMmIDoCHXJ2a8lItYOyDM6RqE5qmnw3UMvs5+OsK2O09IdODmzRdlsBM3nCuOCV+V8QAAOJithY5HkqY4dj+NnyiaMfTFLK0T600HU+mgzvAVWylA6fVBQq3q8KmXCJ6lz1hhHkShguGkm0LjSRkZuCqn+1rTBGHBgnwsz6KXDg8fmES+H77r/goQOvAOzBEmbe1kbrFIWCAPBJZDlH24rUYhnAg0gL7EK9LJ+VryPQCZWLvQC22mSCIIJEEPaJrcoApLV1tNOd3UIba2e0ZH8/BrggPVYiPfzHRy/uW3IjZFndCJfpPxEaJdKFw8ul8lOFmlye+2GtNmRn1Zx1prIhuzJp51aeFjup3HR2FrvYZJLeC/K3pSLcofHrIBW9e8MHSMZfkKZJp7eiMwnXDHKntMEabdONdlO6Liet4emKbpDModuz27rbdkNAggrb1YWoioxbajZeLCbvIYAP4+mNe1gs72az6unjtH6a3i4n8/lqtnT/rse315Obm3rnwx0E8Pd4fgtrxhAtXQuLnShWcLX5zS3YXCtbtcPVcHhJZHcf28z1KnzVTVZ3J2G41jzNjvUWP2zBDK0Vu28Mez3vucFYEGftCCKAp36sE9yh6tcc3N/o5NCvib+Lett3qni1x4D1eJCgGjtlpVaVWjkW+26cM0t1xGN1yJD2miUyL9ytWXsiCB9G4dHTtjLk+OGxUaESArBoHk666Zof+AzpWKdlFIZHUdBeG0mHMhS5vLjeHHNtaKYNibRX+XLpGik2aQX7yV1V760oUh7HPVFuL9zNTrZN67IhBLU99945o8sG+lNb6jFkPaGSHmfWeyG3PYWYYPKyp7e9Kt/e84SbvBLM9MA4q9wZDaTmBlkzVHFRxb0/wgaFQTMuGOr7NW+zts4bnZ6clKYtg+eCn2f0pFZ1w51KferN9XOMvOGu1Qeuhldv+qNhf/TbcvQ2uhpFb14Phu9e/wOe4rSlonrnOIuD57RTE+7bBN6Yn3i7WfHp2rukx9JDn4Mbk8L3w9d+TrhVzh7FehToE2vjsubT6uCZQb2sauJs+NEnNs+9VFvtE5Df9t+YiVOPjWfTXqLjgoF2nFVznKiUsCaSRZHzIS5AJqQDolr5/aIXA0hljMqid3yci3iPvavB8AwkD0wUho+PjwPhdgfa7ML6qA1vpteT28Wkz0f4NQiNrbJ/OxiNqrVcW8qE8sJ0kFn3KxLhE4V5KqTyRLXipXt44Ff26NnbeeUt8l6R1wHstSU+cTxuhMWVScuSl78WyGW9XzdM41o0kZafG/J+ltxZWuDFvFanl712Hp35n96H1MGjYgjqQfYd8DfBL2XR+jT4hSS88yWT5B5FwjNzppvrKmrfTU7j4OLjgG9QnRjHMebk2bIct+RmtloyBdQfJZlO2MqIR5488QgRfIJPnKJ2d3di4NaPkAq1K5wWQxWVf/8DAf7TnA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/user-controller"}},q={},M=[{value:"Request",id:"request",level:2}];function L(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(N.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[72698],{93210:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>I,frontMatter:()=>y,metadata:()=>N,toc:()=>W});var a=i(85893),t=i(11151),n=i(58219),l=i.n(n),r=(i(62316),i(51039)),m=i.n(r),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),g=i(9472),f=i.n(g),b=(i(1176),i(12005),i(85162));const y={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2kYQ/ivWfEoig+GSVK0/lV6IinK6oweoUgmqFnuATexdZ3d8dxT5v1ezNng5nBeFT2Z3dmb2mZnnsQ9AYmshXgKhpZ4kzHuJVmR0lqGBVQi6QCNIajVJIYaNVNLu5mhpQpgvrFTb6WL+7xBCKIQRORIadncAJXKEGAqjP2FCt/wvBKl4SdAOQkjRJkYW7PrCzuCXUhpMISZTYgg22WEuID4A7Qt2a8lItYWqCk+RqElqkn4z0JnZj8dZ1cZo6Q+d7tni3G0NzPgJk5JX7v+CEBhIVMTGoigymTgco0+WTxz8YJIyjvb+DF3no81wCajSuXT4ZKJUyW5RypRL1OSq14wgV8Jw0UiidaGJjFyXVP9rbIUxYs84EebWT4EDj04nXArfdv8Z9x14hWD3ljD3ttZaZygUhIBPIi842kZkFqsQHkRWYhfqVfWsfB2Bjqhc7IWw0SYXBDGkgrBHbFWFIK1toh3v7BbOsXZGc/b3fYBL0iMlsv1/fPTivhU3Qp43jXCZ/hOhUSKbObxcKj9UqPHlue/Wak12Ws9ZZyprsguTdW4VWbmVyk1nZ7HLdS7pnSB/WyrCLRq/DlLRL2/4AMnkM9Ik7fRWdibhmkFulTbYoG260W5L1+XkbHi6ohsks+/27LbuNt0QkKDSdnUhqjLnlpqOZrPxOwjh/Why4x5m87vptH76MGmeJrfz8f39Yjp3/65Ht9fjm5tm5/0dhPD36P4WVowhWroWFjtRrOE65ze3YAutbN0OV4PBJZHdfThnrlfRq26yujsKw7XmaXasN/tuC+Zordh+ZdibeS8MJoI4a0cQITz1Ep3iFlWv4eDeWqf7XkP8XdR7fqeaVwMGLOBBgnrslJVa1WrlWOybcU4s1RGP1SFH2mmWyKJ0t2btiSF6GEYHT9uqiONHh1aFKgjBonk46qZrfuAzpBOdVXEUHURJO20k7atIFPLievdYaENTbUhkQe3LpWukWGc17Ed3db03osx4HHdEhb1wNz3atq3LhhA29tx7p4wuG+hPbSlgyAKh0oAzC17ITaAQU0xfBnoT1PkGzxNu80ox133jrApn1JeaG2TFUCVlHXd5gDUKg2ZUMtTLFW+ztt63Oj0+Ks25DJ4KfprRo1o1DXcs9bE3V88x8oa7UR+4Gly96Q0HvavhfDiIh6/jt6/7V7/9+g94inMuFfU7x0kcPKedmrA8J/DW/Mjb7YpP194lPZYe+BzcmpS+H772c8Ktc/Yo1qNAn1hblw2f1gdPDOpl1RBny48+sXnupdpon4D8tv/KTBx7bDSdBKlOSgbacVbDcaJWwoZIZmXBh7gAuZAOiHrl94teDCGTCSqL3vFRIZIdBlf9wQlIHpg4ih4fH/vC7fa12UbNURvdTK7Ht7Nxj4/waxAaW2f/tj8c1muFtpQL5YXpILPuVyTCJ4qKTEjliWrNS0t44Ff2+Nnbee0t9l6RVyHstCU+cTishcWFyaqKl7+UyGVdrlqmcS2aSsvPLXk/S+4kLfDivlGnl8F5Hp35H9+H1N6jYgibQfYd8DfBT2Vx9mnwE0l45ysmyR2KlGfmRDfXddSem5zWwcXHAd+gPjFKEizIs2U5PpOb6WLOFNB8lOQ6ZSsjHnnyxCPE8BE+cora3d2JgVs/QCbUtnRaDHVU/v0PCv7Tng==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put-1",permalink:"/docs/api/service-api/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2kYQ/ivWfEoig+GSVK0/lV6IinK6oweoUgmqFnuATexdZ3d8dxT5v1ezNng5nBeFT2Z3dmb2mZnnsQ9AYmshXgKhpZ4kzHuJVmR0lqGBVQi6QCNIajVJIYaNVNLu5mhpQpgvrFTb6WL+7xBCKIQRORIadncAJXKEGAqjP2FCt/wvBKl4SdAOQkjRJkYW7PrCzuCXUhpMISZTYgg22WEuID4A7Qt2a8lItYWqCk+RqElqkn4z0JnZj8dZ1cZo6Q+d7tni3G0NzPgJk5JX7v+CEBhIVMTGoigymTgco0+WTxz8YJIyjvb+DF3no81wCajSuXT4ZKJUyW5RypRL1OSq14wgV8Jw0UiidaGJjFyXVP9rbIUxYs84EebWT4EDj04nXArfdv8Z9x14hWD3ljD3ttZaZygUhIBPIi842kZkFqsQHkRWYhfqVfWsfB2Bjqhc7IWw0SYXBDGkgrBHbFWFIK1toh3v7BbOsXZGc/b3fYBL0iMlsv1/fPTivhU3Qp43jXCZ/hOhUSKbObxcKj9UqPHlue/Wak12Ws9ZZyprsguTdW4VWbmVyk1nZ7HLdS7pnSB/WyrCLRq/DlLRL2/4AMnkM9Ik7fRWdibhmkFulTbYoG260W5L1+XkbHi6ohsks+/27LbuNt0QkKDSdnUhqjLnlpqOZrPxOwjh/Why4x5m87vptH76MGmeJrfz8f39Yjp3/65Ht9fjm5tm5/0dhPD36P4WVowhWroWFjtRrOE65ze3YAutbN0OV4PBJZHdfThnrlfRq26yujsKw7XmaXasN/tuC+Zordh+ZdibeS8MJoI4a0cQITz1Ep3iFlWv4eDeWqf7XkP8XdR7fqeaVwMGLOBBgnrslJVa1WrlWOybcU4s1RGP1SFH2mmWyKJ0t2btiSF6GEYHT9uqiONHh1aFKgjBonk46qZrfuAzpBOdVXEUHURJO20k7atIFPLievdYaENTbUhkQe3LpWukWGc17Ed3db03osx4HHdEhb1wNz3atq3LhhA29tx7p4wuG+hPbSlgyAKh0oAzC17ITaAQU0xfBnoT1PkGzxNu80ox133jrApn1JeaG2TFUCVlHXd5gDUKg2ZUMtTLFW+ztt63Oj0+Ks25DJ4KfprRo1o1DXcs9bE3V88x8oa7UR+4Gly96Q0HvavhfDiIh6/jt6/7V7/9+g94inMuFfU7x0kcPKedmrA8J/DW/Mjb7YpP194lPZYe+BzcmpS+H772c8Ktc/Yo1qNAn1hblw2f1gdPDOpl1RBny48+sXnupdpon4D8tv/KTBx7bDSdBKlOSgbacVbDcaJWwoZIZmXBh7gAuZAOiHrl94teDCGTCSqL3vFRIZIdBlf9wQlIHpg4ih4fH/vC7fa12UbNURvdTK7Ht7Nxj4/waxAaW2f/tj8c1muFtpQL5YXpILPuVyTCJ4qKTEjliWrNS0t44Ff2+Nnbee0t9l6RVyHstCU+cTishcWFyaqKl7+UyGVdrlqmcS2aSsvPLXk/S+4kLfDivlGnl8F5Hp35H9+H1N6jYgibQfYd8DfBT2Vx9mnwE0l45ysmyR2KlGfmRDfXddSem5zWwcXHAd+gPjFKEizIs2U5PpOb6WLOFNB8lOQ6ZSsjHnnyxCPE8BE+cora3d2JgVs/QCbUtnRaDHVU/v0PCv7Tng==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/user-controller"}},q={},W=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/4af5a5a2.b0336af8.js b/assets/js/4af5a5a2.57400fd2.js similarity index 98% rename from assets/js/4af5a5a2.b0336af8.js rename to assets/js/4af5a5a2.57400fd2.js index 7736f2f4d..63ad0fb64 100644 --- a/assets/js/4af5a5a2.b0336af8.js +++ b/assets/js/4af5a5a2.57400fd2.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[64463],{50266:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>f,contentTitle:()=>y,default:()=>k,frontMatter:()=>x,metadata:()=>v,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),b=i(9472),u=i.n(b),j=(i(1176),i(12005),i(85162));const x={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={id:"api/service-api/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:43.106Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.106Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[64463],{50266:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>f,contentTitle:()=>y,default:()=>k,frontMatter:()=>x,metadata:()=>v,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),b=i(9472),u=i.n(b),j=(i(1176),i(12005),i(85162));const x={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={id:"api/service-api/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:53.338Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.338Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/4d4a4ba7.41337d7c.js b/assets/js/4d4a4ba7.73c17ed8.js similarity index 98% rename from assets/js/4d4a4ba7.41337d7c.js rename to assets/js/4d4a4ba7.73c17ed8.js index 0555b55ac..e5936b918 100644 --- a/assets/js/4d4a4ba7.41337d7c.js +++ b/assets/js/4d4a4ba7.73c17ed8.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34196],{77667:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>T,contentTitle:()=>b,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),j=i(4667),u=i.n(j),x=i(9472),f=i.n(x),y=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get"}},T={},q=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(y.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:45.336Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.336Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34196],{77667:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>T,contentTitle:()=>b,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),j=i(4667),u=i.n(j),x=i(9472),f=i.n(x),y=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get"}},T={},q=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(y.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:55.326Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.326Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/4e66f8e1.83f475ce.js b/assets/js/4e66f8e1.9703fd06.js similarity index 99% rename from assets/js/4e66f8e1.83f475ce.js rename to assets/js/4e66f8e1.9703fd06.js index 2de30052b..18ee0ef2e 100644 --- a/assets/js/4e66f8e1.83f475ce.js +++ b/assets/js/4e66f8e1.9703fd06.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[99662],{70541:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>k,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),c=i.n(l),m=(i(82723),i(9487)),d=i.n(m),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/versions/5.10/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/versions/5.10/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:45.411Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:45.411Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[99662],{70541:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>k,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),c=i.n(l),m=(i(82723),i(9487)),d=i.n(m),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/versions/5.10/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/versions/5.10/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:55.402Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:55.402Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/55962708.aee5fe3c.js b/assets/js/55962708.52335d91.js similarity index 99% rename from assets/js/55962708.aee5fe3c.js rename to assets/js/55962708.52335d91.js index d7dce792e..62c8efbc2 100644 --- a/assets/js/55962708.aee5fe3c.js +++ b/assets/js/55962708.52335d91.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[26780],{53348:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>v,contentTitle:()=>b,default:()=>B,frontMatter:()=>q,metadata:()=>N,toc:()=>F});var i=s(85893),r=s(11151),t=s(58219),n=s.n(t),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),c=s.n(o),p=s(41429),d=s.n(p),u=s(5397),h=s.n(u),g=s(4667),x=s.n(g),y=s(9472),j=s.n(y),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/versions/5.10/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-error-page-using-get",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/versions/5.10/get-nested-items-using-get"}},v={},F=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,i.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pagesLocation"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-17T15:21:45.455Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[26780],{53348:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>v,contentTitle:()=>b,default:()=>B,frontMatter:()=>q,metadata:()=>N,toc:()=>F});var i=s(85893),r=s(11151),t=s(58219),n=s.n(t),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),c=s.n(o),p=s(41429),d=s.n(p),u=s(5397),h=s.n(u),g=s(4667),x=s.n(g),y=s(9472),j=s.n(y),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/versions/5.10/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-error-page-using-get",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/versions/5.10/get-nested-items-using-get"}},v={},F=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,i.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pagesLocation"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-21T10:13:55.444Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/57fb9f17.cf875a2d.js b/assets/js/57fb9f17.8d3ca315.js similarity index 99% rename from assets/js/57fb9f17.cf875a2d.js rename to assets/js/57fb9f17.8d3ca315.js index 3d073ca26..807c67041 100644 --- a/assets/js/57fb9f17.cf875a2d.js +++ b/assets/js/57fb9f17.8d3ca315.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19688],{48115:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>k,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>f,toc:()=>q});var a=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),u=i(5397),h=i.n(u),g=i(4667),b=i.n(g),x=i(9472),j=i.n(x),v=(i(1176),i(12005),i(85162));const y={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,f={id:"api/service-api/versions/5.10/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/versions/5.10/get-log-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get log by UUID",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/versions/5.10/delete-log-using-delete"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get log by ID"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,a.jsx)(s.p,{children:"Get log by ID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:45.459Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19688],{48115:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>k,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>f,toc:()=>q});var a=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),u=i(5397),h=i.n(u),g=i(4667),b=i.n(g),x=i(9472),j=i.n(x),v=(i(1176),i(12005),i(85162));const y={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,f={id:"api/service-api/versions/5.10/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/versions/5.10/get-log-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get log by UUID",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/versions/5.10/delete-log-using-delete"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get log by ID"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,a.jsx)(s.p,{children:"Get log by ID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:55.447Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/5a30cf7e.b47f35aa.js b/assets/js/5a30cf7e.3a3d56e0.js similarity index 98% rename from assets/js/5a30cf7e.b47f35aa.js rename to assets/js/5a30cf7e.3a3d56e0.js index a48224fac..ec58a77ce 100644 --- a/assets/js/5a30cf7e.b47f35aa.js +++ b/assets/js/5a30cf7e.3a3d56e0.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77279],{18529:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>L,contentTitle:()=>b,default:()=>_,frontMatter:()=>N,metadata:()=>f,toc:()=>G});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),c=s.n(l),o=(s(82723),s(9487)),p=s.n(o),d=s(41429),m=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),x=s(9472),y=s.n(x),v=(s(1176),s(12005),s(85162));const N={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,f={id:"api/service-api/versions/5.10/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/versions/5.10/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/versions/5.10/update-project-integration-using-put"}},L={},G=[{value:"Request",id:"request",level:2}];function J(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-17T15:21:45.343Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.343Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77279],{18529:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>L,contentTitle:()=>b,default:()=>_,frontMatter:()=>N,metadata:()=>f,toc:()=>G});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),c=s.n(l),o=(s(82723),s(9487)),p=s.n(o),d=s(41429),m=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),x=s(9472),y=s.n(x),v=(s(1176),s(12005),s(85162));const N={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,f={id:"api/service-api/versions/5.10/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/versions/5.10/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/versions/5.10/update-project-integration-using-put"}},L={},G=[{value:"Request",id:"request",level:2}];function J(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-21T10:13:55.334Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.334Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file diff --git a/assets/js/5e45289c.bf912340.js b/assets/js/5e45289c.72e83912.js similarity index 63% rename from assets/js/5e45289c.bf912340.js rename to assets/js/5e45289c.72e83912.js index 826407bc0..2ce243d5b 100644 --- a/assets/js/5e45289c.bf912340.js +++ b/assets/js/5e45289c.72e83912.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[82040],{80833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>U,contentTitle:()=>q,default:()=>K,frontMatter:()=>y,metadata:()=>N,toc:()=>b});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),o=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),f=a(9472),g=a.n(f),v=(a(1176),a(12005),a(85162));const y={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUqq3c7wVMVWW894EseyLlV0gMiVhJQEGAC0rOHw3zsLgBQlsUl9soDF7tvFew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHApHjJIQBumzKONXmoudk+fFy8QQskUK9Cgomw1CFYgJFAq+Q1T84l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozYfZXakiPO8CwIbuN4CHxlsKDQEahKFoUOsLHOe2h7jb5pO1v2i3OTYJnOdP385g7ly/YZuOC+8QJqbBys31BqNSNEkDUdtaxqj+KYy7pePZUoxwsYNFrpf+8FgMetO2PI/Tv8PHgcGFoI+aoNFb2sjZY5MQAj4xoqSqm1ZrrEJ4ZXlFQ6NvWkuLnCgUCGzgbMhoKgKmtj9/I/Z8pGocz//uPwT1k3oWTOQTKGqxADoduvzdqjUOReWy4f7QG6DDDXdWssKIwOXvelf30C2rVQFM5BAxgxGhqIaN4pzvtoFXUqh3U1Mx5NrYt4pZAazcxp+iD/8nHmLn149zwZnKKpig6q3xYXBHap+a1yYX29cW+6OS4WpBepIEcJblMoMdygiL6eI5BR5vesLiQyoUbeD30oV6BJTvuWYBd4BLA0NCs2lcE5iifzDsh1RL8qTOxRo9pJsq5TaTorcJ4H4dRrXPdNpYgeKJIzqtXWxSuWQAAUamcq8SeK4ZpXZS8XNsYlZya96fMZSKvMklWF54HJZgIqzTe7up03nWLFlVU6j3xtT6qt0T23sSTgUCKGPJ9V0iK5p9pfUJqAhBUxkASEL3vFtIBAzzN6TGhze4BLwCVeGhRwpG1XaoBGXxJA1jSqtXN1VDRtkCtWsovmu1v3tBfHZtd4P6njoG7K0t+K2QUAEJDN+Phn8vHWoc/vsWNJptXU5T9oTP5wY1pdj7g461+qZU0dsH+CdyD1Mnff0Kp8sBKbj6U00GUeT314mt8l0ktzcjn4Zj/8mNXKxlX2J93nzH6RqL2n29BBkMq0KFMa+Wd5FWGpdxCNeVCUdIuIUjBOPtVv5/eoyQ8h5ikJj7/isZOkeg+loDKHXAd1TEseHw2HE7O5Iql3sj+r48eFu/mkxj+gIPR6otEN/O5qMRxNaIxEWTPRR/i9LGH5rDL6ZuMwZt95tMdZe4Ct4nUIIyfl3hdf4OoQ9uUGygrreMI1LlTcNLX+vUBGb1yfFWnZlXNP/Jxe8ANR5OLx79m/B++C89iDm9tUXx56JQejZ3E/QkND3yDJy8I7vd65u9EJ5ThmuPmeasD0xS1MsTS+W3pwzo/Tfcxv/PeUFodiByM8OkMBX+EogpW3fytqu15AzsavYjuJdWfr7F/uLkQM=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,N={id:"api/service-api/versions/5.10/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUqq3c7wVMVWW894EseyLlV0gMiVhJQEGAC0rOHw3zsLgBQlsUl9soDF7tvFew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHApHjJIQBumzKONXmoudk+fFy8QQskUK9Cgomw1CFYgJFAq+Q1T84l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozYfZXakiPO8CwIbuN4CHxlsKDQEahKFoUOsLHOe2h7jb5pO1v2i3OTYJnOdP385g7ly/YZuOC+8QJqbBys31BqNSNEkDUdtaxqj+KYy7pePZUoxwsYNFrpf+8FgMetO2PI/Tv8PHgcGFoI+aoNFb2sjZY5MQAj4xoqSqm1ZrrEJ4ZXlFQ6NvWkuLnCgUCGzgbMhoKgKmtj9/I/Z8pGocz//uPwT1k3oWTOQTKGqxADoduvzdqjUOReWy4f7QG6DDDXdWssKIwOXvelf30C2rVQFM5BAxgxGhqIaN4pzvtoFXUqh3U1Mx5NrYt4pZAazcxp+iD/8nHmLn149zwZnKKpig6q3xYXBHap+a1yYX29cW+6OS4WpBepIEcJblMoMdygiL6eI5BR5vesLiQyoUbeD30oV6BJTvuWYBd4BLA0NCs2lcE5iifzDsh1RL8qTOxRo9pJsq5TaTorcJ4H4dRrXPdNpYgeKJIzqtXWxSuWQAAUamcq8SeK4ZpXZS8XNsYlZya96fMZSKvMklWF54HJZgIqzTe7up03nWLFlVU6j3xtT6qt0T23sSTgUCKGPJ9V0iK5p9pfUJqAhBUxkASEL3vFtIBAzzN6TGhze4BLwCVeGhRwpG1XaoBGXxJA1jSqtXN1VDRtkCtWsovmu1v3tBfHZtd4P6njoG7K0t+K2QUAEJDN+Phn8vHWoc/vsWNJptXU5T9oTP5wY1pdj7g461+qZU0dsH+CdyD1Mnff0Kp8sBKbj6U00GUeT314mt8l0ktzcjn4Zj/8mNXKxlX2J93nzH6RqL2n29BBkMq0KFMa+Wd5FWGpdxCNeVCUdIuIUjBOPtVv5/eoyQ8h5ikJj7/isZOkeg+loDKHXAd1TEseHw2HE7O5Iql3sj+r48eFu/mkxj+gIPR6otEN/O5qMRxNaIxEWTPRR/i9LGH5rDL6ZuMwZt95tMdZe4Ct4nUIIyfl3hdf4OoQ9uUGygrreMI1LlTcNLX+vUBGb1yfFWnZlXNP/Jxe8ANR5OLx79m/B++C89iDm9tUXx56JQejZ3E/QkND3yDJy8I7vd65u9EJ5ThmuPmeasD0xS1MsTS+W3pwzo/Tfcxv/PeUFodiByM8OkMBX+EogpW3fytqu15AzsavYjuJdWfr7F/uLkQM=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/versions/5.10/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"}},U={},b=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[82040],{80833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>q,default:()=>M,frontMatter:()=>y,metadata:()=>b,toc:()=>S});var i=a(85893),r=a(11151),n=a(58219),t=a.n(n),l=(a(62316),a(51039)),o=a.n(l),c=(a(82723),a(9487)),p=a.n(c),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),f=a(9472),v=a.n(f),g=(a(1176),a(12005),a(85162));const y={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUpq3JnyFMVWW894EseyLlV0gMiVhJQEGAC0rOHw3zsLgBQlMUl9soDF7tvFew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHAp7jNIQBumzIONXmoudo+fF88QQskUK9Cgomw1CFYgJFAq+Q1T84l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozYfZXakiPO8CwIbuN4CHxlsKDQEahKFoUOsLHOe2h7jb5pO1v2i3OTYJnOdP305g7ly/YZuOM+8QJqbBys31BqNSNEkDUdtaxqj+KYy7pePZUoxwsYNFrpf+95gMetO2PI/T/8vHgcGFoI+aoNFb2sjZY5MQAj4yoqSqm1ZrrEJ4YXlFQ6NvWkuLnCgUCGzgbMhoKgKmtjd/M/Z8oGoczf/uPwL1k3oWTOQTKGqxADoduvzdqjUOReWy/u7QG6DDDXdWssKIwOXvelf30C2rVQFM5BAxgxGhqIaN4pzvtoFXUqh3U1Mx5NrYt4qZAazcxq+i9/9mnmLX149zwZnKKpig6q3xYXBHap+a1yY39+7ttwdlwpTC9SRIoTXKJUZ7lBEXk4RySnyetcXEhlQo24Hv5Uq0CWmfMsxC7wDWBoaFJpL4ZzEEvmnZTuiXpQndyjQ7CXZVim1nRS5TwLxyzSue6bTxA4USRjVS+tilcohAQo0MpV5k8RxzSqzl4qbYxOzkl/1+ISlVOZRKsPywOWyABVnm9zdT5vOsWLLqpxGvzem1FfpHtvYk3AoEEIfT6rpEF3T7G+pTUBDCpjIAkIWvOHbQCBmmL0lNTi8wSXgE64MCzlSNqq0QSMuiSFrGlVaubqrGjbIFKpZRfNdrfvbC+Kza70f1PHQN2Rpb8Vtg4AISGb8dDL4eetQ5/bZsaTTautynrQnfjgxrC/H3B10rtUzp47YPsA7kXuYOu/pVT5ZCEzH0/fRZBxNJ8+TcTL5Lbm5GU3/mPxDauRiK/sS7/PmB6RqL2n2eB9kMq0KFMa+Wd5FWGpdxCNeVCUdIuIUjBOPtVv5cHWZIeQ8RaGxd3xWsnSPwXQ0htDrgO4piePD4TBidnck1S72R3X8cH87/7SYR3SEHg9U2qG/GU3GowmtkQgLJvoo/5clDL81Bl9NXOaMW++2GGsv8BW8TCGE5Py7wmt8HcKe3CBZQV1vmMalypuGlr9XqIjN65NiLbsyrun/kwteAOo8HN48+bfgbXBeexBz++qLY8/EIPRs7idoSOh7ZBk5eMf3W1c3eqY8pwxXnzNN2J6YpSmWphdLb86ZUfrvuY3/nvKCUOxA5GcHSOArfCWQ0rZvZW3Xa8iZ2FVsR/GuLP39B/4akQQ=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,b={id:"api/service-api/versions/5.10/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUpq3JnyFMVWW894EseyLlV0gMiVhJQEGAC0rOHw3zsLgBQlMUl9soDF7tvFew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHAp7jNIQBumzIONXmoudo+fF88QQskUK9Cgomw1CFYgJFAq+Q1T84l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozYfZXakiPO8CwIbuN4CHxlsKDQEahKFoUOsLHOe2h7jb5pO1v2i3OTYJnOdP305g7ly/YZuOM+8QJqbBys31BqNSNEkDUdtaxqj+KYy7pePZUoxwsYNFrpf+95gMetO2PI/T/8vHgcGFoI+aoNFb2sjZY5MQAj4yoqSqm1ZrrEJ4YXlFQ6NvWkuLnCgUCGzgbMhoKgKmtjd/M/Z8oGoczf/uPwL1k3oWTOQTKGqxADoduvzdqjUOReWy/u7QG6DDDXdWssKIwOXvelf30C2rVQFM5BAxgxGhqIaN4pzvtoFXUqh3U1Mx5NrYt4qZAazcxq+i9/9mnmLX149zwZnKKpig6q3xYXBHap+a1yY39+7ttwdlwpTC9SRIoTXKJUZ7lBEXk4RySnyetcXEhlQo24Hv5Uq0CWmfMsxC7wDWBoaFJpL4ZzEEvmnZTuiXpQndyjQ7CXZVim1nRS5TwLxyzSue6bTxA4USRjVS+tilcohAQo0MpV5k8RxzSqzl4qbYxOzkl/1+ISlVOZRKsPywOWyABVnm9zdT5vOsWLLqpxGvzem1FfpHtvYk3AoEEIfT6rpEF3T7G+pTUBDCpjIAkIWvOHbQCBmmL0lNTi8wSXgE64MCzlSNqq0QSMuiSFrGlVaubqrGjbIFKpZRfNdrfvbC+Kza70f1PHQN2Rpb8Vtg4AISGb8dDL4eetQ5/bZsaTTautynrQnfjgxrC/H3B10rtUzp47YPsA7kXuYOu/pVT5ZCEzH0/fRZBxNJ8+TcTL5Lbm5GU3/mPxDauRiK/sS7/PmB6RqL2n2eB9kMq0KFMa+Wd5FWGpdxCNeVCUdIuIUjBOPtVv5cHWZIeQ8RaGxd3xWsnSPwXQ0htDrgO4piePD4TBidnck1S72R3X8cH87/7SYR3SEHg9U2qG/GU3GowmtkQgLJvoo/5clDL81Bl9NXOaMW++2GGsv8BW8TCGE5Py7wmt8HcKe3CBZQV1vmMalypuGlr9XqIjN65NiLbsyrun/kwteAOo8HN48+bfgbXBeexBz++qLY8/EIPRs7idoSOh7ZBk5eMf3W1c3eqY8pwxXnzNN2J6YpSmWphdLb86ZUfrvuY3/nvKCUOxA5GcHSOArfCWQ0rZvZW3Xa8iZ2FVsR/GuLP39B/4akQQ=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/versions/5.10/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"}},N={},S=[{value:"Request",id:"request",level:2}];function Q(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(Q,{...e})}):Q(e)}}}]); \ No newline at end of file diff --git a/assets/js/63a1965b.08288398.js b/assets/js/63a1965b.4b0f187d.js similarity index 96% rename from assets/js/63a1965b.08288398.js rename to assets/js/63a1965b.4b0f187d.js index 5786498e6..69b2aa9da 100644 --- a/assets/js/63a1965b.08288398.js +++ b/assets/js/63a1965b.4b0f187d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86137],{11806:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>v,default:()=>_,frontMatter:()=>q,metadata:()=>b,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),u=a(4667),g=a.n(u),j=a(9472),f=a.n(j),y=(a(1176),a(12005),a(85162));const q={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcte25PydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/evB6O7wej35ehNdD+KXv82vHt7/y9cimZ7uO7IRmtacenoqZA71e3/Lg2f4Whz5+P5NEhVUuYorXvD1BLDEycxdW0WZUGHiIc5F9QWxu/8ccMNBplIUBrsHB8XPDlgcD+8owxcWxGBozB8enoacvd1qPQ+rI+a8NP0YfJ5MRnQERprqI1H/2Y4Gvk96uicyy7K50Sl//Fg8YcNi4wLNwEdrFMtEGt4pNdodPXwJG8bBgfSkmgNp9OWG1zprKpo+3uJRIP1pu14R6BUGPrfSucVnLOiw4u4ngwvg8vIvYibh4Y8dmgJrCZs10FFQnFAnqLuUPrBxx0syU/r4eY9W7HmxDhJsLAdW5pAFzJLD3lgsK2f0blKyUzzJ3rk8CeI4At8IZDKpe8U0e2fIONyX/I92fuw9PsfRIYwiA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post-1",permalink:"/docs/api/service-api/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcte25PydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/evB6O7wej35ehNdD+KXv82vHt7/y9cimZ7uO7IRmtacenoqZA71e3/Lg2f4Whz5+P5NEhVUuYorXvD1BLDEycxdW0WZUGHiIc5F9QWxu/8ccMNBplIUBrsHB8XPDlgcD+8owxcWxGBozB8enoacvd1qPQ+rI+a8NP0YfJ5MRnQERprqI1H/2Y4Gvk96uicyy7K50Sl//Fg8YcNi4wLNwEdrFMtEGt4pNdodPXwJG8bBgfSkmgNp9OWG1zprKpo+3uJRIP1pu14R6BUGPrfSucVnLOiw4u4ngwvg8vIvYibh4Y8dmgJrCZs10FFQnFAnqLuUPrBxx0syU/r4eY9W7HmxDhJsLAdW5pAFzJLD3lgsK2f0blKyUzzJ3rk8CeI4At8IZDKpe8U0e2fIONyX/I92fuw9PsfRIYwiA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/delete-test-items-using-delete"}},E={},N=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86137],{11806:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>v,default:()=>_,frontMatter:()=>q,metadata:()=>b,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),u=a(4667),g=a.n(u),j=a(9472),f=a.n(j),y=(a(1176),a(12005),a(85162));const q={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcv2qurydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/e/DUZ3g/vRcnQXjV5Hb14P739/+y9cimZ7uO7IRmtacenoqZA71e3/Lg2f4Whz5+P5NEhVUuYorXvD1BLDEycxdW0WZUGHiIc5F9QWxu/8ccMNBplIUBrsHB8XPDlgcD+8owxcWxGBozB8enoacvd1qPQ+rI+a8NP0YfJ5MRnQERprqI1H/2Y4Gvk96uicyy7K50Sl//Fg8YcNi4wLNwEdrFMtEGt4pNdodPXwJG8bBgfSkmgNp9OWG1zprKpo+3uJRIP1pu14R6BUGPrfSucVnLOiw4u4ngwvg8vIvYibh4Y8dmgJrCZs10FFQnFAnqLuUPrBxx0syU/r4eY9W7HmxDhJsLAdW5pAFzJLD3lgsK2f0blKyUzzJ3rk8CeI4At8IZDKpe8U0e2fIONyX/I92fuw9PsfSlgwig==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post-1",permalink:"/docs/api/service-api/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcv2qurydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/e/DUZ3g/vRcnQXjV5Hb14P739/+y9cimZ7uO7IRmtacenoqZA71e3/Lg2f4Whz5+P5NEhVUuYorXvD1BLDEycxdW0WZUGHiIc5F9QWxu/8ccMNBplIUBrsHB8XPDlgcD+8owxcWxGBozB8enoacvd1qPQ+rI+a8NP0YfJ5MRnQERprqI1H/2Y4Gvk96uicyy7K50Sl//Fg8YcNi4wLNwEdrFMtEGt4pNdodPXwJG8bBgfSkmgNp9OWG1zprKpo+3uJRIP1pu14R6BUGPrfSucVnLOiw4u4ngwvg8vIvYibh4Y8dmgJrCZs10FFQnFAnqLuUPrBxx0syU/r4eY9W7HmxDhJsLAdW5pAFzJLD3lgsK2f0blKyUzzJ3rk8CeI4At8IZDKpe8U0e2fIONyX/I92fuw9PsfSlgwig==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/delete-test-items-using-delete"}},E={},N=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/647f4a2b.6cf338da.js b/assets/js/647f4a2b.af301411.js similarity index 98% rename from assets/js/647f4a2b.6cf338da.js rename to assets/js/647f4a2b.af301411.js index 573f80317..7f241caa2 100644 --- a/assets/js/647f4a2b.6cf338da.js +++ b/assets/js/647f4a2b.af301411.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[23923],{67877:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>N,default:()=>D,frontMatter:()=>b,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/get-launch-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-using-get",permalink:"/docs/api/service-api/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"}},_={},q=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:43.205Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:43.205Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:43.205Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[23923],{67877:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>N,default:()=>D,frontMatter:()=>b,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/get-launch-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-using-get",permalink:"/docs/api/service-api/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"}},_={},q=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:53.449Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:53.449Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:53.449Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/65f8d083.27adee02.js b/assets/js/65f8d083.accc3753.js similarity index 99% rename from assets/js/65f8d083.27adee02.js rename to assets/js/65f8d083.accc3753.js index cf9123599..73c735cd3 100644 --- a/assets/js/65f8d083.27adee02.js +++ b/assets/js/65f8d083.accc3753.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[46601],{65228:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>U,contentTitle:()=>f,default:()=>W,frontMatter:()=>j,metadata:()=>N,toc:()=>q});var a=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),d=(s(82723),s(9487)),c=s.n(d),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),v=s.n(h),b=s(9472),x=s.n(b),y=(s(1176),s(12005),s(85162));const j={id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",source:"@site/docs/api/service-api/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/get-log-using-get"}},U={},q=[{value:"Request",id:"request",level:2}];function V(e){const i={admonition:"admonition",h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,a.jsx)(i.admonition,{title:"deprecated",type:"caution"}),"\n",(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(v(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(v(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:43.214Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function W(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[46601],{65228:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>U,contentTitle:()=>f,default:()=>W,frontMatter:()=>j,metadata:()=>N,toc:()=>q});var a=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),d=(s(82723),s(9487)),c=s.n(d),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),v=s.n(h),b=s(9472),x=s.n(b),y=(s(1176),s(12005),s(85162));const j={id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",source:"@site/docs/api/service-api/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/get-log-using-get"}},U={},q=[{value:"Request",id:"request",level:2}];function V(e){const i={admonition:"admonition",h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,a.jsx)(i.admonition,{title:"deprecated",type:"caution"}),"\n",(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(v(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(v(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:53.459Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function W(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file diff --git a/assets/js/6d1ffffd.89841686.js b/assets/js/6d1ffffd.02095dc4.js similarity index 98% rename from assets/js/6d1ffffd.89841686.js rename to assets/js/6d1ffffd.02095dc4.js index 9d5d3356f..dc130ffd3 100644 --- a/assets/js/6d1ffffd.89841686.js +++ b/assets/js/6d1ffffd.02095dc4.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[25966],{47759:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>y,default:()=>R,frontMatter:()=>v,metadata:()=>N,toc:()=>k});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),j=i.n(h),g=i(4667),u=i.n(g),x=i(9472),b=i.n(x),f=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get",permalink:"/docs/api/service-api/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/get-global-integration-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(j(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:43.109Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.109Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[25966],{47759:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>y,default:()=>R,frontMatter:()=>v,metadata:()=>N,toc:()=>k});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),j=i.n(h),g=i(4667),u=i.n(g),x=i(9472),b=i.n(x),f=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get",permalink:"/docs/api/service-api/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/get-global-integration-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(j(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:53.341Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.341Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/76d80f02.be7e26c5.js b/assets/js/76d80f02.57a0f31e.js similarity index 98% rename from assets/js/76d80f02.be7e26c5.js rename to assets/js/76d80f02.57a0f31e.js index dc45d8122..7e8812dff 100644 --- a/assets/js/76d80f02.be7e26c5.js +++ b/assets/js/76d80f02.57a0f31e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27943],{30478:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>k,contentTitle:()=>y,default:()=>_,frontMatter:()=>f,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),m=i.n(p),g=i(5397),u=i.n(g),h=i(4667),j=i.n(h),b=i(9472),x=i.n(b),v=(i(1176),i(12005),i(85162));const f={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get",permalink:"/docs/api/service-api/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(m(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(v.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:43.107Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.107Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27943],{30478:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>k,contentTitle:()=>y,default:()=>_,frontMatter:()=>f,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),m=i.n(p),g=i(5397),u=i.n(g),h=i(4667),j=i.n(h),b=i(9472),x=i.n(b),v=(i(1176),i(12005),i(85162));const f={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get",permalink:"/docs/api/service-api/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(m(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(v.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:53.339Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.339Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/77f794d9.b4399ac6.js b/assets/js/77f794d9.da436fc2.js similarity index 99% rename from assets/js/77f794d9.b4399ac6.js rename to assets/js/77f794d9.da436fc2.js index d332ba2e4..5246ae54a 100644 --- a/assets/js/77f794d9.b4399ac6.js +++ b/assets/js/77f794d9.da436fc2.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36416],{44612:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-items-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:43.176Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:43.176Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:43.176Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36416],{44612:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-items-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:53.417Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:53.417Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:53.417Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/7ddbc678.903ab9b1.js b/assets/js/7ddbc678.cf7de308.js similarity index 99% rename from assets/js/7ddbc678.903ab9b1.js rename to assets/js/7ddbc678.cf7de308.js index b04ae6cd9..1267812be 100644 --- a/assets/js/7ddbc678.903ab9b1.js +++ b/assets/js/7ddbc678.cf7de308.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[35979],{25175:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>F,frontMatter:()=>q,metadata:()=>N,toc:()=>I});var t=s(85893),i=s(11151),r=s(58219),n=s.n(r),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),p=s.n(o),c=s(41429),d=s.n(c),h=s(5397),u=s.n(h),y=s(4667),g=s.n(y),j=s(9472),x=s.n(j),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-error-page-using-get",permalink:"/docs/api/service-api/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log",permalink:"/docs/api/service-api/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/get-nested-items-using-get"}},b={},I=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,i.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("h1",{className:"openapi__heading",children:(0,t.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,t.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,t.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,t.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Path Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Query Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,t.jsx)("div",{children:(0,t.jsx)("div",{children:(0,t.jsx)(n(),{label:void 0,id:void 0,children:(0,t.jsxs)(f.default,{label:"200",value:"200",children:[(0,t.jsx)("div",{children:(0,t.jsx)(a.p,{children:"OK"})}),(0,t.jsx)("div",{children:(0,t.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,t.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,t.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,t.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,t.jsx)("strong",{children:(0,t.jsx)(a.p,{children:"Schema"})})}),(0,t.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,t.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"binaryContent"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(g(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,t.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"pagesLocation"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object[]"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(g(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,t.jsx)(u(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-17T15:21:43.210Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:a}={...(0,i.a)(),...e.components};return a?(0,t.jsx)(a,{...e,children:(0,t.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[35979],{25175:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>F,frontMatter:()=>q,metadata:()=>N,toc:()=>I});var t=s(85893),i=s(11151),r=s(58219),n=s.n(r),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),p=s.n(o),c=s(41429),d=s.n(c),h=s(5397),u=s.n(h),y=s(4667),g=s.n(y),j=s(9472),x=s.n(j),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-error-page-using-get",permalink:"/docs/api/service-api/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log",permalink:"/docs/api/service-api/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/get-nested-items-using-get"}},b={},I=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,i.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("h1",{className:"openapi__heading",children:(0,t.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,t.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,t.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,t.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Path Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Query Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,t.jsx)("div",{children:(0,t.jsx)("div",{children:(0,t.jsx)(n(),{label:void 0,id:void 0,children:(0,t.jsxs)(f.default,{label:"200",value:"200",children:[(0,t.jsx)("div",{children:(0,t.jsx)(a.p,{children:"OK"})}),(0,t.jsx)("div",{children:(0,t.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,t.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,t.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,t.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,t.jsx)("strong",{children:(0,t.jsx)(a.p,{children:"Schema"})})}),(0,t.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,t.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"binaryContent"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(g(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,t.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"pagesLocation"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object[]"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(g(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,t.jsx)(u(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-21T10:13:53.456Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:a}={...(0,i.a)(),...e.components};return a?(0,t.jsx)(a,{...e,children:(0,t.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/7f5c8eef.80f3406c.js b/assets/js/7f5c8eef.80f3406c.js deleted file mode 100644 index 866f8f52c..000000000 --- a/assets/js/7f5c8eef.80f3406c.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79356],{46764:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>f,contentTitle:()=>y,default:()=>G,frontMatter:()=>N,metadata:()=>q,toc:()=>U});var i=s(85893),r=s(11151),t=s(58219),l=s.n(t),n=(s(62316),s(51039)),o=s.n(n),d=(s(82723),s(9487)),m=s.n(d),c=s(41429),p=s.n(c),h=s(5397),u=s.n(h),g=s(4667),x=s.n(g),j=s(9472),v=s.n(j),b=(s(1176),s(12005),s(85162));const N={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWba7aQGd4m636AJBurXXlzhGQUtjiQlFKiRlryHo34uhZEteOY1PFjWceTN871E1OJ5ZiDcgdRYmWjmjpUQDWwa6RMOd0OoxhRgSg9zhR509KGdOaytU9vT36vnfGTAoueEFOjSUqQbFC4QYSqO/YuI+0RMDoWiJuxwYpGgTI0rKPYoz+L0SBlOInamQgU1yLDjENbhTSWmtM0Jl0DTbNhit+12nJ4q4zntBvPwHGFBvqByF8bKUIvGtRV8txdbDMsJJqrPih8vmHtQGJK9Ukq8rkQIDJwqkWXXY9I46oYkYmp4TaCnlXlDGPvWf9PyzTe0Ux203DITDwgMYvX492/X68Y9A7wOH1gW0LdBHhWngcmEDqTNo2LChcTkGEg8ob1VCVRU0EDRGG2Bw5Eb5g95rj2NXUZQzPKFm99xxCQwq9U3po4Jtw6BAa3l2q8tusjeq7rUpuIMYUu4w9FENg+o2+saP65pSfsGWWtl2zvPpbMyde8+d9Jo376J3t6niJdFtWdiTSparnx7vD/ES4hRLg4lHEO+5tMjgJUx0ihmqsCN9uNPpKey0ds31W73402aALw6VFVq1Uv2GJ4j/NzeDA5fV6xokvgJdrskaSm19fyTuGKLDLKoHmm4iqbMIaUTAwKI5nH2iMhJioFinEy2bOIpqXrlcG+FOTcRLMepliaU27kkbx2XQ5vIIjeA72Q72nK491D2vJLEld660o3RP59iezRQIrIsnkl4QjVnyl7YuoCkFXKUBIQveiH2gEFNM35LuWrzBa8A9rhQLPTE+qvRBE6GJB1saVVK1dTc17JAbNIuKRrzZ0mtyrmXvfw8vvChbmznbTceNXlO9b/R6Gqp/sNqK/qLti1L7kFagMJ/O78LZNJz99jx7H89n8d0vk+mvd5/hLMphfbKGgW6Gp/mDoz6PbvH0GKQ6qQpUzjt3J02euEGrq6qkTXScBRfUgG1XPoxGzECKBJUdTmpR8iTHYD6ZEnrPTuJBHEXH43HC/duJNlnUbbXRx8f7h0+rh5C2NAyI2i3695PZrF0jdRRcDcpcCfKq6YshOHxxUSm5UN7djGdzK7ANHOjOja+vzU7dXmVbBjlJMt5AXe+4xbWRTUPL3ys0xKdtrxnPrlRY+t+7zStUFxOEN8vOTN8G1wBuAu8WuToNfARYZzvDBA1JLUeeohkY031bN3ymPH2G0QXesPOORZJg6QaxZNpXbkVfLcBg130zFDqlMMOPdM/zI8TwBb4QSO3b957i12uQXGVVK4O2LP3+A2a2KOw=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,q={id:"api/service-api/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post-1",permalink:"/docs/api/service-api/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWba7aQGd4m636AJBurXXlzhGQUtjiQlFKiRlryHo34uhZEteOY1PFjWceTN871E1OJ5ZiDcgdRYmWjmjpUQDWwa6RMOd0OoxhRgSg9zhR509KGdOaytU9vT36vnfGTAoueEFOjSUqQbFC4QYSqO/YuI+0RMDoWiJuxwYpGgTI0rKPYoz+L0SBlOInamQgU1yLDjENbhTSWmtM0Jl0DTbNhit+12nJ4q4zntBvPwHGFBvqByF8bKUIvGtRV8txdbDMsJJqrPih8vmHtQGJK9Ukq8rkQIDJwqkWXXY9I46oYkYmp4TaCnlXlDGPvWf9PyzTe0Ux203DITDwgMYvX492/X68Y9A7wOH1gW0LdBHhWngcmEDqTNo2LChcTkGEg8ob1VCVRU0EDRGG2Bw5Eb5g95rj2NXUZQzPKFm99xxCQwq9U3po4Jtw6BAa3l2q8tusjeq7rUpuIMYUu4w9FENg+o2+saP65pSfsGWWtl2zvPpbMyde8+d9Jo376J3t6niJdFtWdiTSparnx7vD/ES4hRLg4lHEO+5tMjgJUx0ihmqsCN9uNPpKey0ds31W73402aALw6VFVq1Uv2GJ4j/NzeDA5fV6xokvgJdrskaSm19fyTuGKLDLKoHmm4iqbMIaUTAwKI5nH2iMhJioFinEy2bOIpqXrlcG+FOTcRLMepliaU27kkbx2XQ5vIIjeA72Q72nK491D2vJLEld660o3RP59iezRQIrIsnkl4QjVnyl7YuoCkFXKUBIQveiH2gEFNM35LuWrzBa8A9rhQLPTE+qvRBE6GJB1saVVK1dTc17JAbNIuKRrzZ0mtyrmXvfw8vvChbmznbTceNXlO9b/R6Gqp/sNqK/qLti1L7kFagMJ/O78LZNJz99jx7H89n8d0vk+mvd5/hLMphfbKGgW6Gp/mDoz6PbvH0GKQ6qQpUzjt3J02euEGrq6qkTXScBRfUgG1XPoxGzECKBJUdTmpR8iTHYD6ZEnrPTuJBHEXH43HC/duJNlnUbbXRx8f7h0+rh5C2NAyI2i3695PZrF0jdRRcDcpcCfKq6YshOHxxUSm5UN7djGdzK7ANHOjOja+vzU7dXmVbBjlJMt5AXe+4xbWRTUPL3ys0xKdtrxnPrlRY+t+7zStUFxOEN8vOTN8G1wBuAu8WuToNfARYZzvDBA1JLUeeohkY031bN3ymPH2G0QXesPOORZJg6QaxZNpXbkVfLcBg130zFDqlMMOPdM/zI8TwBb4QSO3b957i12uQXGVVK4O2LP3+A2a2KOw=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/get-error-page-using-get"}},f={},U=[{value:"Request",id:"request",level:2}];function J(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(a.p,{children:"Create log"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function G(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file diff --git a/assets/js/7f5c8eef.8a3e82f0.js b/assets/js/7f5c8eef.8a3e82f0.js new file mode 100644 index 000000000..2d1e87ae8 --- /dev/null +++ b/assets/js/7f5c8eef.8a3e82f0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79356],{46764:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>T,frontMatter:()=>v,metadata:()=>k,toc:()=>q});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),o=a.n(n),c=(a(82723),a(9487)),m=a.n(c),p=a(41429),d=a.n(p),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const v={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGT2jYQ/iuefUoyMj5I8xA/lV6v05vJpFc4XkqYzmIvRoksOZIMxzD+752VDTYHaXjC8mr329X3ffIRPBYO0iUoU8SZ0d4apcjCSoCpyKKXRj/mkEJmCT19MsWD9vawcFIXT3/Nn/8dg4AKLZbkyXKmI2gsCVKorPlKmf/MTwKk5iX0WxCQk8usrDj3VZyl77W0lEPqbU0CXLalEiE9gj9UnNZ5K3UBTbNqg8n530x+4IjLvGfEs79BAPdG2nMYVpWSWWgt+eo49jgsI73iOnPcnTf3oJagsNbZdlHLHAR4WRLPqsNm1twJT8Ty9Lwkxyk3kjP2qf/g559taqd43XYjQHoqA4Cr169nu1g8/h6ZTeTJ+Yi3RWavKY/8VrpImQIaMWzoupwARTtStyqRrkseCFlrLAjYo9XhoDcm4FjXHOUtZtzsBj0qEFDrb9rsNawaASU5h8WtLrvJ3qi6MbZEDynk6CkOUY2A+jb6JozrklJhwVVGu3bOk7vxNXfuA3fyS968S97dpkqQRLdl6g46m81/erw/xMuIc6osZQFBukHlSMBLnJmcCtJxR/p4bfJD3Gntkuu3egmnLYBePGknjW6l+o0OkP5vbgE7VPXrGiy+kvzWsDVUxoX+WNwpJLtxchxoukmUKRLiEYEAR3Z38onaKkiBY73JjGrSJDli7bfGSn9oEqzkVS8zqoz1T8Z6VFGbKyC0EteqHewpXXuoG6wVs2XrfeWu0j2dYns2cyCILp5JekZ0zZI/jfMRTylCnUeMLHojN5Emyil/y7pr8UavAfe4cirNyIaoKgSNpGEerHhUWd3WXR5hTWjJTmse8XLFr9m5Zr3/PbxgWbU2c7Kbjhu9pnrf6PU0VP9gtRX9WdtnpfYhrUBhcjf5JR7fxZPx8/guHb9PP7wfTT5+/AdOohzWZ2sY6GZ4mj846tPopk+PUW6yuiTtg3N30sTMD1qd1xVv4uMsUXIDrl359WrEApTMSLvhpKYVZluKJqM7Rh/YyTxIk2S/348wvB0ZWyTdVpd8erx/+Dx/iHlLI4Cp3aL/MBqP2zVWR4l6UOZCkBdNnw3B04tPKoVSB3ezgc2twJaw4zs3vbw2O3UHla0EbFmS6RKOxzU6WljVNLz8vSbLfFr1mgnsyqXj/73bvEJ1NkF4M+vM9G10CeAm8G4R9WHgIyA62xkmaFhqW8Kc7MCY7tu68TPn6TNcXeCNOO2YZhlVfhDLpn3hVvzVAgLW3TdDaXIOs7jnex73kMIX+MIgTWg/eEpYP4JCXdStDNqy/PsPbCwo7g==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,k={id:"api/service-api/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post-1",permalink:"/docs/api/service-api/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGT2jYQ/iuefUoyMj5I8xA/lV6v05vJpFc4XkqYzmIvRoksOZIMxzD+752VDTYHaXjC8mr329X3ffIRPBYO0iUoU8SZ0d4apcjCSoCpyKKXRj/mkEJmCT19MsWD9vawcFIXT3/Nn/8dg4AKLZbkyXKmI2gsCVKorPlKmf/MTwKk5iX0WxCQk8usrDj3VZyl77W0lEPqbU0CXLalEiE9gj9UnNZ5K3UBTbNqg8n530x+4IjLvGfEs79BAPdG2nMYVpWSWWgt+eo49jgsI73iOnPcnTf3oJagsNbZdlHLHAR4WRLPqsNm1twJT8Ty9Lwkxyk3kjP2qf/g559taqd43XYjQHoqA4Cr169nu1g8/h6ZTeTJ+Yi3RWavKY/8VrpImQIaMWzoupwARTtStyqRrkseCFlrLAjYo9XhoDcm4FjXHOUtZtzsBj0qEFDrb9rsNawaASU5h8WtLrvJ3qi6MbZEDynk6CkOUY2A+jb6JozrklJhwVVGu3bOk7vxNXfuA3fyS968S97dpkqQRLdl6g46m81/erw/xMuIc6osZQFBukHlSMBLnJmcCtJxR/p4bfJD3Gntkuu3egmnLYBePGknjW6l+o0OkP5vbgE7VPXrGiy+kvzWsDVUxoX+WNwpJLtxchxoukmUKRLiEYEAR3Z38onaKkiBY73JjGrSJDli7bfGSn9oEqzkVS8zqoz1T8Z6VFGbKyC0EteqHewpXXuoG6wVs2XrfeWu0j2dYns2cyCILp5JekZ0zZI/jfMRTylCnUeMLHojN5Emyil/y7pr8UavAfe4cirNyIaoKgSNpGEerHhUWd3WXR5hTWjJTmse8XLFr9m5Zr3/PbxgWbU2c7Kbjhu9pnrf6PU0VP9gtRX9WdtnpfYhrUBhcjf5JR7fxZPx8/guHb9PP7wfTT5+/AdOohzWZ2sY6GZ4mj846tPopk+PUW6yuiTtg3N30sTMD1qd1xVv4uMsUXIDrl359WrEApTMSLvhpKYVZluKJqM7Rh/YyTxIk2S/348wvB0ZWyTdVpd8erx/+Dx/iHlLI4Cp3aL/MBqP2zVWR4l6UOZCkBdNnw3B04tPKoVSB3ezgc2twJaw4zs3vbw2O3UHla0EbFmS6RKOxzU6WljVNLz8vSbLfFr1mgnsyqXj/73bvEJ1NkF4M+vM9G10CeAm8G4R9WHgIyA62xkmaFhqW8Kc7MCY7tu68TPn6TNcXeCNOO2YZhlVfhDLpn3hVvzVAgLW3TdDaXIOs7jnex73kMIX+MIgTWg/eEpYP4JCXdStDNqy/PsPbCwo7g==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/get-error-page-using-get"}},N={},q=[{value:"Request",id:"request",level:2}];function W(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(W,{...e})}):W(e)}}}]); \ No newline at end of file diff --git a/assets/js/8858ccd2.24f34975.js b/assets/js/8858ccd2.e9111c15.js similarity index 99% rename from assets/js/8858ccd2.24f34975.js rename to assets/js/8858ccd2.e9111c15.js index 995718f6e..94c3122c9 100644 --- a/assets/js/8858ccd2.24f34975.js +++ b/assets/js/8858ccd2.e9111c15.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[61654],{5054:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>v,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),j=i.n(h),u=i(4667),x=i.n(u),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,a.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:45.425Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:45.425Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[61654],{5054:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>v,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),j=i.n(h),u=i(4667),x=i.n(u),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,a.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:55.416Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:55.416Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/88f92607.5d68943d.js b/assets/js/88f92607.3230ecbe.js similarity index 66% rename from assets/js/88f92607.5d68943d.js rename to assets/js/88f92607.3230ecbe.js index 53600e48b..db2b9a565 100644 --- a/assets/js/88f92607.5d68943d.js +++ b/assets/js/88f92607.3230ecbe.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[20469],{96323:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>f,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>E});var a=i(85893),t=i(11151),r=i(58219),n=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),o=i.n(c),d=i(41429),p=i.n(d),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),y=i(9472),g=i.n(y),b=(i(1176),i(12005),i(85162));const v={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAtrxu0gJ6qrtxUCOLXdf2okA3fqClsc1EIlVytLuuoX8vhpItaq1cED/J5Nx4OHOOdAQSOwvxAxBaGkjCfCDsQSWDRCsyOsvQwDoEXaARJLWapRDDVipp9yu0NCPM761Uu/n9CkIohBE5EhoOeQQlcoQYCqM/Y0K3/C8EqXhJ0B5CSNEmRhYc+MLO4L+lNJhCTKbEEGyyx1xAfAQ6FBzWkpFqB1UVnjNRU9Is/WaijtmP51nXxmjpD50e2KIbtoZl+oxJySuLvyAEhhEVsbEoikwmDsXos2WPo59MUsbZPnSwdTHaCh8AVbqSDp9MlCrZ35cy5QtqatUbRpBvwvCVkUTrUhMZuSmp/tfYCmPEgXEizK1fAieenD1cCd8O/wUPPXiFYA+WMPe2NlpnKBSEgM8iLzjbVmQWqxAeRVZiH+pV9eL6ehKdULnYC2GrTS4IYkgF4YDYqgpBWttkO53ZLXSxdkYrjvd9gEvSEyWyw3/senHeihshz5tGuCz/mdAokS0dXq6UH7qo6aXfd+9qQ3Zez1lvKRuy9ybr3SqycieVm87eyy43uaT3gvxtqQh3aPx7kIp+fcsOJJMvSLO0N1rZW4RrBrlT2mCDtulHu726viCd4enLbpDMoT+y27rb9kNAgkrb14Woypxbaj5ZLqfvIYQPk9mNe1iu7ubz+unjrHma3a6mi8X9fOX+XU9ur6c3N83OhzsI4e/J4hbWjCFauhYWe1Gs4erym1uwhVa2bofxaHRJZHcfu8z1JnrTT1Z3J1m41jzNjvWW323BHK0Vu68MezPvhcFEEFftCCKE50GiU9yhGjQcPNjo9DBoiL+Pertnqnk1YMACHiSox05ZqVWtVo7FvpnnzFI9+VgdcqS9ZoEsSndq1p4YosdxdPS0rYo4f3RsVaiCECyax5NuuuYH9iGd6KyKo+goStprI+lQRaKQF8dbYKENzbUhkQV1LFeukWKT1bCfwtX3vRVlxuO4JyrsRbj5ybZtXTaEsLHn3jtXdNlAf2pLAUMWCJUGXFnwSm4DhZhi+jrQ26CuN3hZcFtXirkeGmdVOKOh1Nwga4YqKeu8D0fYoDBoJiVD/bD2t5fcrg3peUbnpmsO5LraDbkz4vcJYHletFI/PYlVV0nPPXMe85PgNT176pZTe69fwuzxQyNgMB6N3w6uRoOr31ZX7+LxVfz23fCX0egf8ESrqzb1a8tZX7ygvbLy0NWA1vxE/e2Kz/jeIT2iH/k03pqUfhw+9kvOrmv2WNpjUZ+b25ANJdeOZxL2qmq4t6VYnxu98FJttc9h/uR8ZaxObTqZz4JUJyUD7WivoUlRi2nDRcuyYCe+gFxIB0S98vtFO4eQyQSVRc99Uohkj8F4ODoDyZ0aR9HT09NQuN2hNruocbXRzex6erucDtiF36TQ2Lr6d8Or0fDKabe2lAvlpenhw/63LMJniopMSOXpck1tD/A4hhDiFy/4dbTYe8teh7DXltjjeNwIi/cmqype/rdEvtaHdUtWrkVTafm55f8XxZ3VCV4tGoF7HXTr6K3/9EqlDh6bQ9gMsh+APyt+qorO18VPFOH5V8yzexQpz8yZbq7rrAM3OW2Ai+8LPkHtMUkSLMizZUXvKFb9/bZpvmtynbKVEU88eeIJYvgEn7hE7c7uSNWtHyETalc6OYc6K//+B/Yy7Mg=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAtrxu0gJ6qrtxUCOLXdf2okA3fqClsc1EIlVytLuuoX8vhpItaq1cED/J5Nx4OHOOdAQSOwvxAxBaGkjCfCDsQSWDRCsyOsvQwDoEXaARJLWapRDDVipp9yu0NCPM761Uu/n9CkIohBE5EhoOeQQlcoQYCqM/Y0K3/C8EqXhJ0B5CSNEmRhYc+MLO4L+lNJhCTKbEEGyyx1xAfAQ6FBzWkpFqB1UVnjNRU9Is/WaijtmP51nXxmjpD50e2KIbtoZl+oxJySuLvyAEhhEVsbEoikwmDsXos2WPo59MUsbZPnSwdTHaCh8AVbqSDp9MlCrZ35cy5QtqatUbRpBvwvCVkUTrUhMZuSmp/tfYCmPEgXEizK1fAieenD1cCd8O/wUPPXiFYA+WMPe2NlpnKBSEgM8iLzjbVmQWqxAeRVZiH+pV9eL6ehKdULnYC2GrTS4IYkgF4YDYqgpBWttkO53ZLXSxdkYrjvd9gEvSEyWyw3/senHeihshz5tGuCz/mdAokS0dXq6UH7qo6aXfd+9qQ3Zez1lvKRuy9ybr3SqycieVm87eyy43uaT3gvxtqQh3aPx7kIp+fcsOJJMvSLO0N1rZW4RrBrlT2mCDtulHu726viCd4enLbpDMoT+y27rb9kNAgkrb14Woypxbaj5ZLqfvIYQPk9mNe1iu7ubz+unjrHma3a6mi8X9fOX+XU9ur6c3N83OhzsI4e/J4hbWjCFauhYWe1Gs4erym1uwhVa2bofxaHRJZHcfu8z1JnrTT1Z3J1m41jzNjvWW323BHK0Vu68MezPvhcFEEFftCCKE50GiU9yhGjQcPNjo9DBoiL+Pertnqnk1YMACHiSox05ZqVWtVo7FvpnnzFI9+VgdcqS9ZoEsSndq1p4YosdxdPS0rYo4f3RsVaiCECyax5NuuuYH9iGd6KyKo+goStprI+lQRaKQF8dbYKENzbUhkQV1LFeukWKT1bCfwtX3vRVlxuO4JyrsRbj5ybZtXTaEsLHn3jtXdNlAf2pLAUMWCJUGXFnwSm4DhZhi+jrQ26CuN3hZcFtXirkeGmdVOKOh1Nwga4YqKeu8D0fYoDBoJiVD/bD2t5fcrg3peUbnpmsO5LraDbkz4vcJYHletFI/PYlVV0nPPXMe85PgNT176pZTe69fwuzxQyNgMB6N3w6uRoOr31ZX7+LxVfz23fCX0egf8ESrqzb1a8tZX7ygvbLy0NWA1vxE/e2Kz/jeIT2iH/k03pqUfhw+9kvOrmv2WNpjUZ+b25ANJdeOZxL2qmq4t6VYnxu98FJttc9h/uR8ZaxObTqZz4JUJyUD7WivoUlRi2nDRcuyYCe+gFxIB0S98vtFO4eQyQSVRc99Uohkj8F4ODoDyZ0aR9HT09NQuN2hNruocbXRzex6erucDtiF36TQ2Lr6d8Or0fDKabe2lAvlpenhw/63LMJniopMSOXpck1tD/A4hhDiFy/4dbTYe8teh7DXltjjeNwIi/cmqype/rdEvtaHdUtWrkVTafm55f8XxZ3VCV4tGoF7HXTr6K3/9EqlDh6bQ9gMsh+APyt+qorO18VPFOH5V8yzexQpz8yZbq7rrAM3OW2Ai+8LPkHtMUkSLMizZUXvKFb9/bZpvmtynbKVEU88eeIJYvgEn7hE7c7uSNWtHyETalc6OYc6K//+B/Yy7Mg=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-controller"}},q={},E=[{value:"Request",id:"request",level:2}];function D(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[20469],{96323:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>T,frontMatter:()=>b,metadata:()=>N,toc:()=>I});var a=i(85893),r=i(11151),t=i(58219),n=i.n(t),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),o=i.n(c),d=i(41429),p=i.n(d),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),g=i(9472),v=i.n(g),f=(i(1176),i(12005),i(85162));const b={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV12P2jgU/SvRfWqrQIDdrrR5WnZKtaijGRYYrbSUB5NcwG1ip/bNzLCI/766TiDOkH6oPAX7fvn43nOSI5DYWYhXQGipJwnznrAHlfQSrcjoLEMD6xB0gUaQ1GqaQgxbqaTdL9HSlDB/sFLtZg9LCKEQRuRIaDjkEZTIEWIojP6ECd3xvxCk4iVBewghRZsYWXDgKzuDX0ppMIWYTIkh2GSPuYD4CHQoOKwlI9UOTqfwkonqkqbpNxO1zH48z7oyRkt/6vTAFu2wFSyTZ0xKXpn/DSEwjKiIjUVRZDJxKEafLHsc/WSSMs72voWti9FUuAJU6VI6fDJRqmT/UMqUL6iuVW8YQb4Jw1dGEq1LTWTkpqTqX20rjBEHxokwt34JnHh88XAlfDv8Zzx04BWCPVjC3NvaaJ2hUBACPou84GxbkVk8hfAoshK7UD+dXlxfR6IzKld7IWy1yQVBDKkg7BFbnUKQ1tbZzmd2C22sndGS430f4JL0WIns8B+7Xp33xI2Q53UjXJf/TGiUyBYOL1fKD13U5Nrvu3e1ITur5qyzlA3ZB5N1bhVZuZPKTWfnZZebXNI7Qf62VIQ7NP49SEW//coOJJPPSNO0M1rZWYRrBrlT2mCNtulGu7m6riCt4enKbpDMoTuy27rfdkNAgkrb1YWoypxbajZeLCbvIIT34+mte1gs72ez6unDtH6a3i0n8/nDbOn+3Yzvbia3t/XO+3sI4Z/x/A7WjCFauhEWO1Gs4Grzm1uwhVa2aofRYHBNZPcf2sz1JnrTTVb3Z1m40TzNjvUW323BHK0Vu68Mez3vhcFEEFftCCKE516iU9yh6tUc3Nvo9NCrib+Lettnqng1YMACHiSoxk5ZqVWlVo7FvpnnwlId+VgdcqS9ZoEsSndq1p4YosdRdPS07RRx/ujYqNAJQrBoHs+66Zof2Id0orNTHEVHUdJeG0mHUyQKeXW8ORba0EwbEllQxXLlGik2WQX7OVx131tRZjyOe6LCXoWbnW2b1mVDCGt77r1LRdcN9Je2FDBkgVBpwJUFr+Q2UIgppq8DvQ2qeoOXBTd1pZjrvnFWhTPqS80NsmaokrLKuzrCBoVBMy4Z6tXa315wu9ak5xldmq4+kOtqN+TOiN8ngOV53kj95CxWbSW99MxlzM+CV/fsuVvO7b1+CbPHD7WAwWgw+rU3HPRGw+VwEA9/id++7Y9+H/4Lnmi11aZ6bbnoixe0U1ZWbQ1ozM/U36z4jO8d0iP6gU/jjUnpx+Fjv+TsqmaPpT0W9bm5CVlTcuV4IWGvqpp7G4r1udELL9VW+xzmT85XxurcpuPZNEh1UjLQjvZqmhSVmNZctCgLduILyIV0QFQrf1y1cwiZTFBZ9NzHhUj2GIz6gwuQ3KlxFD09PfWF2+1rs4tqVxvdTm8md4tJj134TQqNrap/2x8O+kOn3dpSLpSXpoMPu9+yCJ8pKjIhlafLFbWt4HEEIcQvXvCraLH3lr0OYa8tscfxuBEWH0x2OvHylxL5Wlfrhqxci6bS8nPD/y+Ku6gTvJrXAvc6aNfRWf/5lUodPDaHsB5kPwB/VvxUFa2vi58owvM/Mc/uUaQ8Mxe6uamy9tzkNAGuvi/4BJXHOEmwIM+WFb2lWNX326b+rsl1ylZGPPHkiSeI4SN85BK1O7sjVbd+hEyoXenkHKqs/Psf+oLsyQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/versions/5.10/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV12P2jgU/SvRfWqrQIDdrrR5WnZKtaijGRYYrbSUB5NcwG1ip/bNzLCI/766TiDOkH6oPAX7fvn43nOSI5DYWYhXQGipJwnznrAHlfQSrcjoLEMD6xB0gUaQ1GqaQgxbqaTdL9HSlDB/sFLtZg9LCKEQRuRIaDjkEZTIEWIojP6ECd3xvxCk4iVBewghRZsYWXDgKzuDX0ppMIWYTIkh2GSPuYD4CHQoOKwlI9UOTqfwkonqkqbpNxO1zH48z7oyRkt/6vTAFu2wFSyTZ0xKXpn/DSEwjKiIjUVRZDJxKEafLHsc/WSSMs72voWti9FUuAJU6VI6fDJRqmT/UMqUL6iuVW8YQb4Jw1dGEq1LTWTkpqTqX20rjBEHxokwt34JnHh88XAlfDv8Zzx04BWCPVjC3NvaaJ2hUBACPou84GxbkVk8hfAoshK7UD+dXlxfR6IzKld7IWy1yQVBDKkg7BFbnUKQ1tbZzmd2C22sndGS430f4JL0WIns8B+7Xp33xI2Q53UjXJf/TGiUyBYOL1fKD13U5Nrvu3e1ITur5qyzlA3ZB5N1bhVZuZPKTWfnZZebXNI7Qf62VIQ7NP49SEW//coOJJPPSNO0M1rZWYRrBrlT2mCNtulGu7m6riCt4enKbpDMoTuy27rfdkNAgkrb1YWoypxbajZeLCbvIIT34+mte1gs72ez6unDtH6a3i0n8/nDbOn+3Yzvbia3t/XO+3sI4Z/x/A7WjCFauhEWO1Gs4Grzm1uwhVa2aofRYHBNZPcf2sz1JnrTTVb3Z1m40TzNjvUW323BHK0Vu68Mez3vhcFEEFftCCKE516iU9yh6tUc3Nvo9NCrib+Lettnqng1YMACHiSoxk5ZqVWlVo7FvpnnwlId+VgdcqS9ZoEsSndq1p4YosdRdPS07RRx/ujYqNAJQrBoHs+66Zof2Id0orNTHEVHUdJeG0mHUyQKeXW8ORba0EwbEllQxXLlGik2WQX7OVx131tRZjyOe6LCXoWbnW2b1mVDCGt77r1LRdcN9Je2FDBkgVBpwJUFr+Q2UIgppq8DvQ2qeoOXBTd1pZjrvnFWhTPqS80NsmaokrLKuzrCBoVBMy4Z6tXa315wu9ak5xldmq4+kOtqN+TOiN8ngOV53kj95CxWbSW99MxlzM+CV/fsuVvO7b1+CbPHD7WAwWgw+rU3HPRGw+VwEA9/id++7Y9+H/4Lnmi11aZ6bbnoixe0U1ZWbQ1ozM/U36z4jO8d0iP6gU/jjUnpx+Fjv+TsqmaPpT0W9bm5CVlTcuV4IWGvqpp7G4r1udELL9VW+xzmT85XxurcpuPZNEh1UjLQjvZqmhSVmNZctCgLduILyIV0QFQrf1y1cwiZTFBZ9NzHhUj2GIz6gwuQ3KlxFD09PfWF2+1rs4tqVxvdTm8md4tJj134TQqNrap/2x8O+kOn3dpSLpSXpoMPu9+yCJ8pKjIhlafLFbWt4HEEIcQvXvCraLH3lr0OYa8tscfxuBEWH0x2OvHylxL5Wlfrhqxci6bS8nPD/y+Ku6gTvJrXAvc6aNfRWf/5lUodPDaHsB5kPwB/VvxUFa2vi58owvM/Mc/uUaQ8Mxe6uamy9tzkNAGuvi/4BJXHOEmwIM+WFb2lWNX326b+rsl1ylZGPPHkiSeI4SN85BK1O7sjVbd+hEyoXenkHKqs/Psf+oLsyQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-controller"}},q={},I=[{value:"Request",id:"request",level:2}];function W(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(W,{...e})}):W(e)}}}]); \ No newline at end of file diff --git a/assets/js/8bcf2f56.31f08731.js b/assets/js/8bcf2f56.e45ecdb0.js similarity index 52% rename from assets/js/8bcf2f56.31f08731.js rename to assets/js/8bcf2f56.e45ecdb0.js index 0cc330ab3..cc0cef19a 100644 --- a/assets/js/8bcf2f56.31f08731.js +++ b/assets/js/8bcf2f56.e45ecdb0.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53905],{49681:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>G,frontMatter:()=>y,metadata:()=>b,toc:()=>z});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),c=a.n(l),o=(a(82723),a(9487)),p=a.n(o),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),v=a.n(x),g=(a(1176),a(12005),a(85162));const y={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFu2zgQ/RVhTm1BW7GR7KI6rZtkdwMEbRrHl3WNgpbGNrsSqZJUEkPQvy+GpGTZVtvNKaaGM2+G7z2yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/mT18nwKDkmhdoUVOmGiQvEBIotfqGqf1IvxgISUvc7oBBhibVoqTEZ3Eav1dCYwaJ1RUyMOkOCw5JDXZfokOhhdxC06x8MBr7QWV7ijjOOye4ke8rCpHRmkIZUJsoLW3iZZmL1HUZfzO0s+4XFTbHNpnv/fHzEcyl75f58TyJAmlyAaxaU2s0Ik2ztAKNq2mtFuvK+l8hlmvNCZuwWJh+7TuLxazb4cr/PP2/uB8YGAOzNxaL3qe1UjlyCQzwlRclVdvw3GDD4JnnFQ6NvWlODnCgUKGygb0MUFYFTezm9s/Z4v4JGNzcflj8BauGBdYMJNOoKzkAuv30aTNU6pgLi8XdTaQ2UYaGTq1lhVWRz970j28g20bpgltIIOMWR5aiGj+KY766BVMqafxJTC8m58S81sgtZsc0fBe/+zXz5r88epENzlBWxRp175OQFreo+60JaX+79G35My41pg6oJwWD11GqMtyiHAU5jUhOo6B3cyKRATWadvAbpSNTYio2ArMoOICjoUVphJLeSRyRf1q2I+pJeXKHAu1OkXGVyrhJkfskED9P4rpnOk3sQZGEUT+3LlbpHBKgQKtSlTdJHNe8sjulhd03MS/FWY+PWCptH5S2PI98LgdQC77O/fm06TwrNrzKafQ7a0tzlu6hjT0IhwKBhXhSTYfonGZ/K2MjGlLEZRYRsuiN2EQSMcPsLanB441OAR9wZViosXZRpQsaC0UMWdGo0srXXdawRq5Rzyqa73LV/zwnPvvW+0EdD0NDjvZO3C4IiIBkxo8Hg79tHerYPjuWdFptXS6Q9sAPL4bV6Zi7jd61eubUETsEBCfyF1PnPb3KBwuB6cX0cjS5GE1+f5pcJdNJcnk1nr5//w+pUciN6ku8z5sfkKo9pNnDXZSptCpQWndnBRfhqXORgHhelbSJiFNwQTw2fuWPs8NkkIsUpcHe9lnJ0x1G0/EFsKADOqckjl9eXsbcfR0rvY3DVhPf313ffpzfjmgLXR6ojUd/NZ5cjCe0RiIsuOyj/F+WMHzXWHy1cZlz4bzbYayDwJfwTI+S5PhdETS+YrAjN0iWUNdrbnCh86ah5e8VamLz6qBYx65MGPr/4IIngDoPhzeP4S54Gx3XHsTc3vpy3zMxYIHN/QQNCX2HPCMH7/h+7euOnijPIcPZc6Zh7Y5ZmmJpe7F05xwZJb3ogME6vKeCIDR/IfLzF0jgC3whkMq172Tt1mvIudxWfEvxviz9/Qc90o9X",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/versions/5.10/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFu2zgQ/RVhTm1BW7GR7KI6rZtkdwMEbRrHl3WNgpbGNrsSqZJUEkPQvy+GpGTZVtvNKaaGM2+G7z2yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/mT18nwKDkmhdoUVOmGiQvEBIotfqGqf1IvxgISUvc7oBBhibVoqTEZ3Eav1dCYwaJ1RUyMOkOCw5JDXZfokOhhdxC06x8MBr7QWV7ijjOOye4ke8rCpHRmkIZUJsoLW3iZZmL1HUZfzO0s+4XFTbHNpnv/fHzEcyl75f58TyJAmlyAaxaU2s0Ik2ztAKNq2mtFuvK+l8hlmvNCZuwWJh+7TuLxazb4cr/PP2/uB8YGAOzNxaL3qe1UjlyCQzwlRclVdvw3GDD4JnnFQ6NvWlODnCgUKGygb0MUFYFTezm9s/Z4v4JGNzcflj8BauGBdYMJNOoKzkAuv30aTNU6pgLi8XdTaQ2UYaGTq1lhVWRz970j28g20bpgltIIOMWR5aiGj+KY766BVMqafxJTC8m58S81sgtZsc0fBe/+zXz5r88epENzlBWxRp175OQFreo+60JaX+79G35My41pg6oJwWD11GqMtyiHAU5jUhOo6B3cyKRATWadvAbpSNTYio2ArMoOICjoUVphJLeSRyRf1q2I+pJeXKHAu1OkXGVyrhJkfskED9P4rpnOk3sQZGEUT+3LlbpHBKgQKtSlTdJHNe8sjulhd03MS/FWY+PWCptH5S2PI98LgdQC77O/fm06TwrNrzKafQ7a0tzlu6hjT0IhwKBhXhSTYfonGZ/K2MjGlLEZRYRsuiN2EQSMcPsLanB441OAR9wZViosXZRpQsaC0UMWdGo0srXXdawRq5Rzyqa73LV/zwnPvvW+0EdD0NDjvZO3C4IiIBkxo8Hg79tHerYPjuWdFptXS6Q9sAPL4bV6Zi7jd61eubUETsEBCfyF1PnPb3KBwuB6cX0cjS5GE1+f5pcJdNJcnk1nr5//w+pUciN6ku8z5sfkKo9pNnDXZSptCpQWndnBRfhqXORgHhelbSJiFNwQTw2fuWPs8NkkIsUpcHe9lnJ0x1G0/EFsKADOqckjl9eXsbcfR0rvY3DVhPf313ffpzfjmgLXR6ojUd/NZ5cjCe0RiIsuOyj/F+WMHzXWHy1cZlz4bzbYayDwJfwTI+S5PhdETS+YrAjN0iWUNdrbnCh86ah5e8VamLz6qBYx65MGPr/4IIngDoPhzeP4S54Gx3XHsTc3vpy3zMxYIHN/QQNCX2HPCMH7/h+7euOnijPIcPZc6Zh7Y5ZmmJpe7F05xwZJb3ogME6vKeCIDR/IfLzF0jgC3whkMq172Tt1mvIudxWfEvxviz9/Qc90o9X",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/versions/5.10/delete-launches-using-delete"}},q={},z=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(f(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(f(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function G(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53905],{49681:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>L,frontMatter:()=>g,metadata:()=>q,toc:()=>F});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),c=a.n(n),o=(a(82723),a(9487)),p=a.n(o),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),v=a(4667),j=a.n(v),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const g={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbdleM2B6qptkW4CgzeL4pa4x0NLZZieRKkklMQT99+FISpZtrV2eYup4993x+z6yBst3BpIV5LyS6X6UKmm1ynPUsGagStTcCiXvMkjAWK7tvYtbGiF3D58XT39PgUHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QODDE2qRUmJL+I0fq+ExgwSqytkYNI9FhySGuyhRIdCC7mDpln7YDT2o8oOFHGad0FwI99XFCKjDYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf++NfJzBXvl/mx/MkCqTJBbBqQ63RiDTN0go0rqa1Wmwq63+FWK41J2zCYmH6te8sFvNuhyv/4/T/4GFgYAzMwVgsep82SuXIJTDAV16UVG3Lc4MNg2eeVzg09qY5O8CBQoXKBvYyQFkVNLGb29/ny/snYHBz+3H5B6wbFlgzkEyjruQA6PbT5+1QqVMuLJd3N5HaRhkaOrWWFVZFPnvTP76BbFulC24hgYxbHFmKavwoTvnqFkyppPEnMZtML4l5rZFbzE5p+C5+93PmLX569CIbnKGsig3q3ichLe5Q91sT0v763rflz7jUmDqgnhQMXkepynCHchTkNCI5jYLezZlEBtRo2sFvlY5MianYCsyi4ACOhhalEUp6J3FE/mHZjqhn5ckdCrR7RcZVKuMmRe6TQPw8jeue6TSxB0USRv3culilc0iAAq1KVd4kcVzzyu6VFvbQxLwUFz0+Yqm0fVDa8jzyuRxALfgm9+fTpvOs2PIqp9HvrS3NRbqHNvYoHAoEFuJJNR2iS5r9qYyNaEgRl1lEyKI3YhtJxAyzt6QGjzc6B3zElWGhxtpFlS5oLBQxZE2jSitfd1XDBrlGPa9ovqt1//OC+Oxb7wd1PAwNOdo7cbsgIAKSGT8eDf62dahT++xY0mm1dblA2iM/vBjW52PuNnrX6plTR+wQEJzIX0yd9/QqHy0EZpPZ+9F0MppNn6aTZPpLcnU1nv02+UJqFHKr+hLv8+Y/SNUe0vzhLspUWhUorbuzgovw1LlIQLyoStpExCm4IB4bv/Lh4jAZ5CJFabC3fV7ydI/RbDwBFnRA55TE8cvLy5i7r2Old3HYauL7u+vbT4vbEW2hywO18eivxtPJeEprJMKCyz7K/2UJw3eNxVcblzkXzrsdxjoIfAXP9ChJTt8VQeNrBntyg2QFdb3hBpc6bxpa/l6hJjavj4p17MqEof+PLngGqPNwePMY7oK30WntQcztrS8PPRMDFtjcT9CQ0PfIM3Lwju/Xvu7oifIcM1w8ZxrW7pinKZa2F0t3zolR0osOGGzCeyoIQvMXIj9/gQS+wlcCqVz7TtZuvYacy13FdxTvy9LfvwuMj0Y=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbdleM2B6qptkW4CgzeL4pa4x0NLZZieRKkklMQT99+FISpZtrV2eYup4993x+z6yBst3BpIV5LyS6X6UKmm1ynPUsGagStTcCiXvMkjAWK7tvYtbGiF3D58XT39PgUHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QODDE2qRUmJL+I0fq+ExgwSqytkYNI9FhySGuyhRIdCC7mDpln7YDT2o8oOFHGad0FwI99XFCKjDYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf++NfJzBXvl/mx/MkCqTJBbBqQ63RiDTN0go0rqa1Wmwq63+FWK41J2zCYmH6te8sFvNuhyv/4/T/4GFgYAzMwVgsep82SuXIJTDAV16UVG3Lc4MNg2eeVzg09qY5O8CBQoXKBvYyQFkVNLGb29/ny/snYHBz+3H5B6wbFlgzkEyjruQA6PbT5+1QqVMuLJd3N5HaRhkaOrWWFVZFPnvTP76BbFulC24hgYxbHFmKavwoTvnqFkyppPEnMZtML4l5rZFbzE5p+C5+93PmLX569CIbnKGsig3q3ichLe5Q91sT0v763rflz7jUmDqgnhQMXkepynCHchTkNCI5jYLezZlEBtRo2sFvlY5MianYCsyi4ACOhhalEUp6J3FE/mHZjqhn5ckdCrR7RcZVKuMmRe6TQPw8jeue6TSxB0USRv3culilc0iAAq1KVd4kcVzzyu6VFvbQxLwUFz0+Yqm0fVDa8jzyuRxALfgm9+fTpvOs2PIqp9HvrS3NRbqHNvYoHAoEFuJJNR2iS5r9qYyNaEgRl1lEyKI3YhtJxAyzt6QGjzc6B3zElWGhxtpFlS5oLBQxZE2jSitfd1XDBrlGPa9ovqt1//OC+Oxb7wd1PAwNOdo7cbsgIAKSGT8eDf62dahT++xY0mm1dblA2iM/vBjW52PuNnrX6plTR+wQEJzIX0yd9/QqHy0EZpPZ+9F0MppNn6aTZPpLcnU1nv02+UJqFHKr+hLv8+Y/SNUe0vzhLspUWhUorbuzgovw1LlIQLyoStpExCm4IB4bv/Lh4jAZ5CJFabC3fV7ydI/RbDwBFnRA55TE8cvLy5i7r2Old3HYauL7u+vbT4vbEW2hywO18eivxtPJeEprJMKCyz7K/2UJw3eNxVcblzkXzrsdxjoIfAXP9ChJTt8VQeNrBntyg2QFdb3hBpc6bxpa/l6hJjavj4p17MqEof+PLngGqPNwePMY7oK30WntQcztrS8PPRMDFtjcT9CQ0PfIM3Lwju/Xvu7oifIcM1w8ZxrW7pinKZa2F0t3zolR0osOGGzCeyoIQvMXIj9/gQS+wlcCqVz7TtZuvYacy13FdxTvy9LfvwuMj0Y=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/versions/5.10/delete-launches-using-delete"}},N={},F=[{value:"Request",id:"request",level:2}];function z(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(z,{...e})}):z(e)}}}]); \ No newline at end of file diff --git a/assets/js/8dc66840.4c2331ea.js b/assets/js/8dc66840.27e57ca9.js similarity index 99% rename from assets/js/8dc66840.4c2331ea.js rename to assets/js/8dc66840.27e57ca9.js index a23cec56c..c02cadeb9 100644 --- a/assets/js/8dc66840.4c2331ea.js +++ b/assets/js/8dc66840.27e57ca9.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[87393],{11555:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>w,contentTitle:()=>q,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>b});var a=s(85893),t=s(11151),n=s(58219),r=s.n(n),l=(s(62316),s(51039)),m=s.n(l),c=(s(82723),s(9487)),d=s.n(c),o=s(41429),p=s.n(o),h=s(5397),j=s.n(h),u=s(4667),x=s.n(u),g=s(9472),f=s.n(g),y=(s(1176),s(12005),s(85162));const N={id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},q=void 0,v={id:"api/api-design/activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",source:"@site/docs/api/api-design/activities-search.api.mdx",sourceDirName:"api/api-design",slug:"/api/api-design/activities-search",permalink:"/docs/api/api-design/activities-search",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},sidebar:"apiDesign",previous:{title:"Activities",permalink:"/docs/api/api-design/activities"},next:{title:"Projects",permalink:"/docs/api/api-design/projects"}},w={},b=[{value:"Request",id:"request",level:2}];function k(e){const i={a:"a",h2:"h2",li:"li",p:"p",ul:"ul",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Search activities by complex criteria"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/activities/searches"}),"\n",(0,a.jsx)(i.p,{children:(0,a.jsx)(i.a,{href:"https://opensource.zalando.com/restful-api-guidelines/#get-with-body",children:"GET with body payload"})}),"\n",(0,a.jsxs)(i.ul,{children:["\n",(0,a.jsx)(i.li,{children:"no resources created:\nReturns all activities matching the query passed as request input payload."}),"\n"]}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"limit",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"offset",description:"The offset used for this page of results"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"sort",description:"Indicate sort by field"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string",enum:["ASC","DESC"]},in:"query",name:"order",description:"Indicate sorting direction"}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"search_criterias"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"filter_key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search by field"}}),(0,a.jsx)(x(),{collapsible:!1,name:"operation",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`EQ`, `NE`, `CNT`, `NON_CNT`, `BTW`, `IN`]",schema:{type:"string",enum:["EQ","NE","CNT","NON_CNT","BTW","IN"],description:"operation to perform for the filter"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search value"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"offset",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The offset used for this page of results.",minimum:0,"x-stoplight":{id:"z9jg7o4fe4jkn"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"limit",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.",minimum:0,"x-stoplight":{id:"i0krz9nwy1ndt"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"total_count",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.",minimum:0,"x-stoplight":{id:"e0em1vnu8tj4a"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"sort",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Field to define the sort field.","x-stoplight":{id:"7oyq1tomalge1"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"order",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ASC`, `DESC`]",schema:{type:"string",description:"To indicate sorting direction. Ascending or Descending.",enum:["ASC","DESC"],"x-stoplight":{id:"77qo4i7sq47x6"}}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"items"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"created_at",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"event_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",exclusiveMinimum:!1,exclusiveMaximum:!1,format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",exclusiveMinimum:!1,minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"history"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"field",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"old_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"new_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "offset": 0,\n "limit": 0,\n "total_count": 0,\n "sort": "string",\n "order": "ASC",\n "items": [\n {\n "id": 0,\n "created_at": "2024-10-17T15:21:43.541Z",\n "event_name": "string",\n "object_id": 0,\n "object_name": "string",\n "object_type": "string",\n "project_id": 0,\n "project_name": "string",\n "subject_name": "string",\n "subject_type": "string",\n "details": {\n "history": [\n {\n "field": "string",\n "old_value": "string",\n "new_value": "string"\n }\n ]\n }\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[87393],{11555:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>w,contentTitle:()=>q,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>b});var a=s(85893),t=s(11151),n=s(58219),r=s.n(n),l=(s(62316),s(51039)),m=s.n(l),c=(s(82723),s(9487)),d=s.n(c),o=s(41429),p=s.n(o),h=s(5397),j=s.n(h),u=s(4667),x=s.n(u),g=s(9472),f=s.n(g),y=(s(1176),s(12005),s(85162));const N={id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},q=void 0,v={id:"api/api-design/activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",source:"@site/docs/api/api-design/activities-search.api.mdx",sourceDirName:"api/api-design",slug:"/api/api-design/activities-search",permalink:"/docs/api/api-design/activities-search",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},sidebar:"apiDesign",previous:{title:"Activities",permalink:"/docs/api/api-design/activities"},next:{title:"Projects",permalink:"/docs/api/api-design/projects"}},w={},b=[{value:"Request",id:"request",level:2}];function k(e){const i={a:"a",h2:"h2",li:"li",p:"p",ul:"ul",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Search activities by complex criteria"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/activities/searches"}),"\n",(0,a.jsx)(i.p,{children:(0,a.jsx)(i.a,{href:"https://opensource.zalando.com/restful-api-guidelines/#get-with-body",children:"GET with body payload"})}),"\n",(0,a.jsxs)(i.ul,{children:["\n",(0,a.jsx)(i.li,{children:"no resources created:\nReturns all activities matching the query passed as request input payload."}),"\n"]}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"limit",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"offset",description:"The offset used for this page of results"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"sort",description:"Indicate sort by field"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string",enum:["ASC","DESC"]},in:"query",name:"order",description:"Indicate sorting direction"}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"search_criterias"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"filter_key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search by field"}}),(0,a.jsx)(x(),{collapsible:!1,name:"operation",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`EQ`, `NE`, `CNT`, `NON_CNT`, `BTW`, `IN`]",schema:{type:"string",enum:["EQ","NE","CNT","NON_CNT","BTW","IN"],description:"operation to perform for the filter"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search value"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"offset",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The offset used for this page of results.",minimum:0,"x-stoplight":{id:"z9jg7o4fe4jkn"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"limit",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.",minimum:0,"x-stoplight":{id:"i0krz9nwy1ndt"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"total_count",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.",minimum:0,"x-stoplight":{id:"e0em1vnu8tj4a"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"sort",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Field to define the sort field.","x-stoplight":{id:"7oyq1tomalge1"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"order",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ASC`, `DESC`]",schema:{type:"string",description:"To indicate sorting direction. Ascending or Descending.",enum:["ASC","DESC"],"x-stoplight":{id:"77qo4i7sq47x6"}}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"items"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"created_at",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"event_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",exclusiveMinimum:!1,exclusiveMaximum:!1,format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",exclusiveMinimum:!1,minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"history"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"field",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"old_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"new_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "offset": 0,\n "limit": 0,\n "total_count": 0,\n "sort": "string",\n "order": "ASC",\n "items": [\n {\n "id": 0,\n "created_at": "2024-10-21T10:13:53.557Z",\n "event_name": "string",\n "object_id": 0,\n "object_name": "string",\n "object_type": "string",\n "project_id": 0,\n "project_name": "string",\n "subject_name": "string",\n "subject_type": "string",\n "details": {\n "history": [\n {\n "field": "string",\n "old_value": "string",\n "new_value": "string"\n }\n ]\n }\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/8f72d77c.7c2e42ac.js b/assets/js/8f72d77c.7c2e42ac.js new file mode 100644 index 000000000..a73fb779e --- /dev/null +++ b/assets/js/8f72d77c.7c2e42ac.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67467],{33192:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>a,toc:()=>d});var i=t(85893),s=t(11151);const r={sidebar_label:"LDAP"},o="LDAP",a={id:"plugins/authorization/LDAP",title:"LDAP",description:"LDAP plugin is available in ReportPortal on the Plugins page.",source:"@site/docs/plugins/authorization/LDAP.mdx",sourceDirName:"plugins/authorization",slug:"/plugins/authorization/LDAP",permalink:"/docs/plugins/authorization/LDAP",draft:!1,unlisted:!1,editUrl:"https://github.com/reportportal/docs/blob/develop/docs/plugins/authorization/LDAP.mdx",tags:[],version:"current",frontMatter:{sidebar_label:"LDAP"},sidebar:"docs",previous:{title:"GitHub",permalink:"/docs/plugins/authorization/GitHub"},next:{title:"SAML Providers",permalink:"/docs/category/saml-providers"}},l={},d=[];function c(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,s.a)(),...e.components},{MediaViewer:r}=n;return r||function(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("MediaViewer",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.h1,{id:"ldap",children:"LDAP"}),"\n",(0,i.jsx)(n.p,{children:"LDAP plugin is available in ReportPortal on the Plugins page."}),"\n",(0,i.jsx)(n.p,{children:"In a version 24.2, two step flow of adding LDAP integration is implemented."}),"\n",(0,i.jsx)(n.p,{children:"To set up access with LDAP:"}),"\n",(0,i.jsxs)(n.ol,{children:["\n",(0,i.jsx)(n.li,{children:"Log in to the ReportPortal as an ADMIN user."}),"\n",(0,i.jsx)(n.li,{children:"Open the menu at the bottom by clicking on the user\u2019s icon."}),"\n",(0,i.jsx)(n.li,{children:"Click the 'Administrate' link."}),"\n",(0,i.jsx)(n.li,{children:"Click the 'Plugins' from the left-hand sidebar."}),"\n",(0,i.jsx)(n.li,{children:"Click on the 'LDAP' tab."}),"\n",(0,i.jsx)(n.li,{children:"Click on 'Add new integration'."}),"\n",(0,i.jsx)(n.li,{children:"Fill in the necessary fields:"}),"\n"]}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.strong,{children:"1. Server settings"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-javascript",children:"'URL' (mandatory field): text \n'Base DN' (mandatory field): text \n'Manager DN': text \n'Manager password': text \n'User DN pattern': text \n'User search filter': text \n'Group search base': text \n'Group search filter': text \n'Password encoder type': dropdown \n"})}),"\n",(0,i.jsx)(n.p,{children:"In a version 24.2, PBKDF2 encryption type has been added to the list of possible encryptions for LDAP integration.\nNow have the following options for password encoding type:"}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsx)(n.li,{children:"No - the password is not encoded"}),"\n",(0,i.jsx)(n.li,{children:"PLAIN"}),"\n",(0,i.jsx)(n.li,{children:"SHA"}),"\n",(0,i.jsx)(n.li,{children:"LDAP_SHA"}),"\n",(0,i.jsx)(n.li,{children:"MD4"}),"\n",(0,i.jsx)(n.li,{children:"MD5"}),"\n",(0,i.jsx)(n.li,{children:"PBKDF2_SHA1"}),"\n",(0,i.jsx)(n.li,{children:"PBKDF2_SHA256"}),"\n",(0,i.jsx)(n.li,{children:"PBKDF2_SHA512"}),"\n"]}),"\n",(0,i.jsx)(n.p,{children:"On the LDAP provider side, we encrypt the password using one of the selected types.\nWhen we enter the password, we encrypt it using the same method and then compare it with the encrypted password\nstored by the LDAP provider."}),"\n",(0,i.jsx)(r,{src:t(26693),alt:"The list of possible encryptions for LDAP integration"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.strong,{children:"2. Field settings"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-javascript",children:"'Email attribute' (mandatory field): text \n'Name attributes mode': dropdown \n'Full name attribute / First name & Last name': options \n'Photo attribute': text\n"})}),"\n",(0,i.jsxs)(n.p,{children:["You can create LDAP integration either with ",(0,i.jsx)(n.strong,{children:"'Full name attribute'"}),"\n(if you select 'Full name' option in the 'Name attributes mode' dropdown) or with separate fields for ",(0,i.jsx)(n.strong,{children:"'First name'"}),"\nand ",(0,i.jsx)(n.strong,{children:"'Last name'"})," (if you select 'First & last name' option in the 'Name attributes mode' dropdown)."]}),"\n",(0,i.jsx)(r,{src:t(34769),alt:"Full name attribute"}),"\n",(0,i.jsx)(r,{src:t(70930),alt:"First name and Last name attributes"}),"\n",(0,i.jsx)(n.p,{children:"You can provide a valid attribute for 'First name' and 'Last name'.\nWhen the user logs in with LDAP for the first time, their full name will be saved as the combination of the First name and Last name."}),"\n",(0,i.jsx)(n.admonition,{type:"important",children:(0,i.jsx)(n.p,{children:"Old integrations will work correctly.\nYou can change the 'Name attributes mode' for old integrations from Full name to First & Last name."})}),"\n",(0,i.jsxs)(n.ol,{start:"8",children:["\n",(0,i.jsx)(n.li,{children:"Click the 'Create' button."}),"\n"]}),"\n",(0,i.jsx)(n.p,{children:"Now, all users of LDAP will have access to the ReportPortal instance."}),"\n",(0,i.jsx)(n.p,{children:"To access ReportPortal, users should use their domain credentials (login and password)."}),"\n",(0,i.jsx)(n.p,{children:"You can edit your LDAP integration by clicking pencil icon:"}),"\n",(0,i.jsx)(r,{src:t(97831),alt:"Edit LDAP integration in our test automation dashboard"}),"\n",(0,i.jsx)(r,{src:t(28472),alt:"Edit server settings for LDAP integration"}),"\n",(0,i.jsxs)(n.p,{children:["If you are experiencing issues, ",(0,i.jsx)(n.a,{href:"/issues-troubleshooting/HowToCheckLDAPConnection/",children:"check the LDAP connection"}),"."]})]})}function h(e={}){const{wrapper:n}={...(0,s.a)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(c,{...e})}):c(e)}},26693:(e,n,t)=>{t.r(n),t.d(n,{default:()=>i});const i=t.p+"assets/images/LDAP1-3727e8ceda7a7b99e5e56270d24ed8bf.png"},34769:(e,n,t)=>{t.r(n),t.d(n,{default:()=>i});const i=t.p+"assets/images/LDAP2-d674e761d2025abd2153b1f55aa91a65.png"},70930:(e,n,t)=>{t.r(n),t.d(n,{default:()=>i});const i=t.p+"assets/images/LDAP3-49621454f2800b2fde9c801f6d0d01b7.png"},97831:(e,n,t)=>{t.r(n),t.d(n,{default:()=>i});const i=t.p+"assets/images/LDAP4-b39d5dbf47bcb1d4da024240f7648c93.png"},28472:(e,n,t)=>{t.r(n),t.d(n,{default:()=>i});const i=t.p+"assets/images/LDAP5-45c59f36c46935bd3d55778e203b2ebf.png"}}]); \ No newline at end of file diff --git a/assets/js/974240c7.8811cfbd.js b/assets/js/974240c7.c50daa9b.js similarity index 98% rename from assets/js/974240c7.8811cfbd.js rename to assets/js/974240c7.c50daa9b.js index c6549c312..fbfb9215e 100644 --- a/assets/js/974240c7.8811cfbd.js +++ b/assets/js/974240c7.c50daa9b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[4073],{39482:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>f,default:()=>K,frontMatter:()=>j,metadata:()=>v,toc:()=>A});var l=i(85893),s=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),c=i.n(r),p=(i(82723),i(9487)),o=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),x=i.n(h),b=(i(1176),i(12005),i(85162));const j={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,v={id:"api/service-api/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get",permalink:"/docs/api/service-api/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/upload-plugin-using-post"}},y={},A=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(a.p,{children:"Get all available plugins"})}),"\n",(0,l.jsx)(c(),{method:"get",path:"/v1/plugin"}),"\n",(0,l.jsx)(a.p,{children:"Get all available plugins"}),"\n",(0,l.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(t(),{label:void 0,id:void 0,children:(0,l.jsxs)(b.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(a.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(a.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(a.p,{children:"Array ["})})}),(0,l.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(a.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(a.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(a.p,{children:"]"})})})]})]})}),(0,l.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.118Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:a}={...(0,s.a)(),...e.components};return a?(0,l.jsx)(a,{...e,children:(0,l.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[4073],{39482:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>f,default:()=>K,frontMatter:()=>j,metadata:()=>v,toc:()=>A});var l=i(85893),s=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),c=i.n(r),p=(i(82723),i(9487)),o=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),x=i.n(h),b=(i(1176),i(12005),i(85162));const j={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,v={id:"api/service-api/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get",permalink:"/docs/api/service-api/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/upload-plugin-using-post"}},y={},A=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(a.p,{children:"Get all available plugins"})}),"\n",(0,l.jsx)(c(),{method:"get",path:"/v1/plugin"}),"\n",(0,l.jsx)(a.p,{children:"Get all available plugins"}),"\n",(0,l.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(t(),{label:void 0,id:void 0,children:(0,l.jsxs)(b.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(a.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(a.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(a.p,{children:"Array ["})})}),(0,l.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(a.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(a.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(a.p,{children:"]"})})})]})]})}),(0,l.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.350Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:a}={...(0,s.a)(),...e.components};return a?(0,l.jsx)(a,{...e,children:(0,l.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/98aeac89.5903604a.js b/assets/js/98aeac89.075b6957.js similarity index 98% rename from assets/js/98aeac89.5903604a.js rename to assets/js/98aeac89.075b6957.js index 54ec4a791..31c378745 100644 --- a/assets/js/98aeac89.5903604a.js +++ b/assets/js/98aeac89.075b6957.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[65055],{82776:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:45.448Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:45.448Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:45.448Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[65055],{82776:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:55.437Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:55.437Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:55.437Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/9a13fb7d.4fb60f46.js b/assets/js/9a13fb7d.08c51fd7.js similarity index 99% rename from assets/js/9a13fb7d.4fb60f46.js rename to assets/js/9a13fb7d.08c51fd7.js index dbf63e3dc..3684fba44 100644 --- a/assets/js/9a13fb7d.4fb60f46.js +++ b/assets/js/9a13fb7d.08c51fd7.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38317],{29577:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>b,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>q,toc:()=>A});var s=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),c=a.n(l),d=(a(82723),a(9487)),o=a.n(d),p=a(41429),m=a.n(p),h=a(5397),g=a.n(h),v=a(4667),j=a.n(v),u=a(9472),x=a.n(u),f=(a(1176),a(12005),a(85162));const y={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/versions/5.10/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/versions/5.10/get-activity-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-activity-using-get",permalink:"/docs/api/service-api/versions/5.10/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/versions/5.10/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/versions/5.10/activity-event-controller"}},b={},A=[{value:"Request",id:"request",level:2}];function L(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(i.p,{children:"getActivity"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,s.jsx)(i.p,{children:"getActivity"}),"\n",(0,s.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(i.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(n(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(i.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(i.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(i.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(i.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-17T15:21:45.388Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38317],{29577:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>b,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>q,toc:()=>A});var s=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),c=a.n(l),d=(a(82723),a(9487)),o=a.n(d),p=a(41429),m=a.n(p),h=a(5397),g=a.n(h),v=a(4667),j=a.n(v),u=a(9472),x=a.n(u),f=(a(1176),a(12005),a(85162));const y={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/versions/5.10/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/versions/5.10/get-activity-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-activity-using-get",permalink:"/docs/api/service-api/versions/5.10/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/versions/5.10/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/versions/5.10/activity-event-controller"}},b={},A=[{value:"Request",id:"request",level:2}];function L(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(i.p,{children:"getActivity"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,s.jsx)(i.p,{children:"getActivity"}),"\n",(0,s.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(i.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(n(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(i.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(i.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(i.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(i.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-21T10:13:55.380Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/9b665e50.e4072ca7.js b/assets/js/9b665e50.5b4ae1fc.js similarity index 63% rename from assets/js/9b665e50.e4072ca7.js rename to assets/js/9b665e50.5b4ae1fc.js index 447ea0540..eecdbde3b 100644 --- a/assets/js/9b665e50.e4072ca7.js +++ b/assets/js/9b665e50.5b4ae1fc.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[47678],{99950:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>w,frontMatter:()=>b,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),d=a.n(c),o=a(41429),p=a.n(o),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu40YM/RWBT7sL2bLdpMXqqc6lbdDsbhonL/UaxVii7dlKM9oZTi4w9O8FRxfLsRIkwL41T8mE5BxyDsmjLZBYW4jnkAmnks0g0YqMzjI0sAhBF2gESa0uUoghR7PGS2+H9tZKtb76Mrv5ZwwhFMKIHAkNx9qCEjlCDIXR3zChz/xXCFLxkaANhJCiTYwsOPSBncHvThpMISbjMASbbDAXEG+BHgsOa8lItYayXFTGaOlEp49ssR/3EwMOshpxUNsGSzYOgVNFRewmiiKTic80+mbZd9u9VlKGTbgm/+u/9qDOAR8IVTpzktCedWCE0ACAsCrMImwy0UvOm+tnuNQk0Xo4REYuHVV/1bbCGMGwJWFuu7AuCPNp43GNVjuTcB1fvuNffOwpaQh3InPYV+yyfPJsPc6o0huZ97iHsNImFwQxpIJwQGzFDs8UbRdgqXWGQrFxW8eXilKdS0W4RtO9Vyr6+Qg4C8/jG294iBOVy/k5T6azi1MI4ez8/AoW7KXTFx3Ozn+b3l7eeJeT29+9T9UHPYWyJAy9pVRV/fdbwx/YQitb1WQyGh32wJc/96n+IfrQz+6K2B3+dMkt04a8ISiXL31pd0n438kxw52T6SsYrkT2yBPkFW/ZMjDkPjX6QeaC8MxVk6lj2ALbFVC7ZeaJ9v9pqY2w10hG7mXa6SKZvqpPuN0sfdKpXElMX399jiRSQd153V+u8kf3VP38r0tO36s9210Yg8Y9M4De3LVVX0hLMtnj16w9fTW5UlxhQravrCJNJfNHZFd7Lm+06y/XTxPwPMUHTBx7/+jQZTs8+l7Dj5Pe1qm7pzCYCGKGrkRmMYSHQaJTXKMa1Pt+wPt+UEuS/GCH90kGixToVWALTDz9dxpCqiDRea5VoBU/ml9gtirLvB4BL0Jox8EBFJYzOdJGs9YqtPUcYLkUQ3Q3jrYdlVRGFaDIx+Dxi+auEV/OZBADm5NOdFbGUbQVjjbaSHosI1HIg6yvsdCGrrQhkQVVLA/USLHMqpdswtVcFC7jV9wQFfYg3FVju+tkNoSwtuc2bhEdrqw/tKWAixUIlQaMLHgnV4FCTDF9zw9T4Q2eAt7hSjHXQ+OtCm80lJpZs+BSJa66d76FJQqDZuq4yvNF998zXpBV6l2jlol1Qn6P+jHhjfyWYgV5vdOl5w8iLzJ8KuxatrQTpCFGQ/LF07p25mO9FGAymhwNxqPB+Jeb8XE8GcdHx8PJx49/wwvaqpLVOzU1Hy32RFGrfarx3JnCdRO1ODoD8XkkvHPUSnfnX5dvz5Cxedzp1UWQ6sTlqEjUgprljEi8nKkRzVzBTpx1LiTz31Ynvx6QIIRMJqgsdtynhUg2GEyGI1Ywvn/4feMour+/Hwr/36E266h2tdHlxen559n5gF14xaOxFfrj4Xg0HPMZt3AuVOeatw6Xfm1A+EBRkQnpd5JHu60HxRzu+Gss3v+gquJD/cYszjY8XeI5bLdLYfHWZGXJx98dGu6Lxa73PU9Tafn33Yx9AqyVl/DuuhaN74N9DL3YGxmmHjvsh7Dui26AkkfGBkXKS7vtnNPq3oGn7S7CwddcGTYe0yTBgjq2LIf3Bi9/0kIIy/qDsm4BI+5ZEYt7iOErfGWQumi3oT/fQibU2ok121fX8s9/lYJDdg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/versions/5.10/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post-1",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu40YM/RWBT7sL2bLdpMXqqc6lbdDsbhonL/UaxVii7dlKM9oZTi4w9O8FRxfLsRIkwL41T8mE5BxyDsmjLZBYW4jnkAmnks0g0YqMzjI0sAhBF2gESa0uUoghR7PGS2+H9tZKtb76Mrv5ZwwhFMKIHAkNx9qCEjlCDIXR3zChz/xXCFLxkaANhJCiTYwsOPSBncHvThpMISbjMASbbDAXEG+BHgsOa8lItYayXFTGaOlEp49ssR/3EwMOshpxUNsGSzYOgVNFRewmiiKTic80+mbZd9u9VlKGTbgm/+u/9qDOAR8IVTpzktCedWCE0ACAsCrMImwy0UvOm+tnuNQk0Xo4REYuHVV/1bbCGMGwJWFuu7AuCPNp43GNVjuTcB1fvuNffOwpaQh3InPYV+yyfPJsPc6o0huZ97iHsNImFwQxpIJwQGzFDs8UbRdgqXWGQrFxW8eXilKdS0W4RtO9Vyr6+Qg4C8/jG294iBOVy/k5T6azi1MI4ez8/AoW7KXTFx3Ozn+b3l7eeJeT29+9T9UHPYWyJAy9pVRV/fdbwx/YQitb1WQyGh32wJc/96n+IfrQz+6K2B3+dMkt04a8ISiXL31pd0n438kxw52T6SsYrkT2yBPkFW/ZMjDkPjX6QeaC8MxVk6lj2ALbFVC7ZeaJ9v9pqY2w10hG7mXa6SKZvqpPuN0sfdKpXElMX399jiRSQd153V+u8kf3VP38r0tO36s9210Yg8Y9M4De3LVVX0hLMtnj16w9fTW5UlxhQravrCJNJfNHZFd7Lm+06y/XTxPwPMUHTBx7/+jQZTs8+l7Dj5Pe1qm7pzCYCGKGrkRmMYSHQaJTXKMa1Pt+wPt+UEuS/GCH90kGixToVWALTDz9dxpCqiDRea5VoBU/ml9gtirLvB4BL0Jox8EBFJYzOdJGs9YqtPUcYLkUQ3Q3jrYdlVRGFaDIx+Dxi+auEV/OZBADm5NOdFbGUbQVjjbaSHosI1HIg6yvsdCGrrQhkQVVLA/USLHMqpdswtVcFC7jV9wQFfYg3FVju+tkNoSwtuc2bhEdrqw/tKWAixUIlQaMLHgnV4FCTDF9zw9T4Q2eAt7hSjHXQ+OtCm80lJpZs+BSJa66d76FJQqDZuq4yvNF998zXpBV6l2jlol1Qn6P+jHhjfyWYgV5vdOl5w8iLzJ8KuxatrQTpCFGQ/LF07p25mO9FGAymhwNxqPB+Jeb8XE8GcdHx8PJx49/wwvaqpLVOzU1Hy32RFGrfarx3JnCdRO1ODoD8XkkvHPUSnfnX5dvz5Cxedzp1UWQ6sTlqEjUgprljEi8nKkRzVzBTpx1LiTz31Ynvx6QIIRMJqgsdtynhUg2GEyGI1Ywvn/4feMour+/Hwr/36E266h2tdHlxen559n5gF14xaOxFfrj4Xg0HPMZt3AuVOeatw6Xfm1A+EBRkQnpd5JHu60HxRzu+Gss3v+gquJD/cYszjY8XeI5bLdLYfHWZGXJx98dGu6Lxa73PU9Tafn33Yx9AqyVl/DuuhaN74N9DL3YGxmmHjvsh7Dui26AkkfGBkXKS7vtnNPq3oGn7S7CwddcGTYe0yTBgjq2LIf3Bi9/0kIIy/qDsm4BI+5ZEYt7iOErfGWQumi3oT/fQibU2ok121fX8s9/lYJDdg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/versions/5.10/get-debug-launches-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:45.443Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:45.443Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:45.443Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[47678],{99950:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>M,contentTitle:()=>v,default:()=>w,frontMatter:()=>b,metadata:()=>N,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu40YM/RWBT7sL2bK9F6B6qnNpGzS7m8bJS71GMZZoe7bSjHaGEycw9O8FRxfLsRIkwL41T8mE5BxyDsmjHZBYW4jnkAmnks0g0YqMzjI0sAhBF2gESa0uUoghR7PGS2+H9tZKtb76Orv5ZwwhFMKIHAkNx9qBEjlCDIXR3zGhL/xXCFLxkaANhJCiTYwsOPSRncEfThpMISbjMASbbDAXEO+AHgoOa8lItYayXFTGaOlEpw9scRj3MwMOshpxUNsGSzYOgVNFRewmiiKTic80+m7Zd9e9VlKGTbgm/+u/DqDOAe8JVTpzktCedWCE0ACAsCrMImwy0UvOm+tnuNQk0Xo4REYuHVV/1bbCGMGwJWFuu7AuCPNp43GNVjuTcB2fv+NffOgpaQh3InPYV+yyfPRsPc6o0huZ97iHsNImFwQxpIJwQGzFDk8UbR9gqXWGQrFxW8fnilKdS0W4RtO9Vyr69AE4C8/jG294jBOVy/k5T6azi1MI4ez8/AoW7KXTZx3Ozn+b3l7eeJeT29+9T9UHPYWyJAy9plRV/Q9bwx/YQitb1WQyGh33wNc/D6n+LnrXz+6K2B3+dMkt04a8ISiXL31p90n438kxw52T6QsYrkT2wBPkBW/ZMjDkPjX6XuaC8MxVk6lj2ALbF1C7ZeaJ9v9pqY2w10hGHmTa6SKZvqhPuN0sfdapXElMX359jiRSQd153V+u8mf3VP38L0tOb9WB7T6MQeOeGECv7tqqL6QlmRzwa9aevphcKa4wIdtXVpGmkvkjsqsDl1fa9Zfr/QQ8T/EeE8fePzt02Q6Pvtfw46S3deruKQwmgpihK5FZDOF+kOgU16gG9b4f8L4f1JIkP9rhfZLBIgV6FdgCE0//vYaQKkh0nmsVaMWP5heYrcoyr0fAsxDacXAEheVMjrTRrLUKbT0HWC7FEN2No11HJZVRBSjyMXj8orlrxJczGcTA5qQTnZVxFO2Eo402kh7KSBTyKOtrLLShK21IZEEVywM1Uiyz6iWbcDUXhcv4FTdEhT0Kd9XY7juZDSGs7bmNW0THK+sPbSngYgVCpQEjC97IVaAQU0zf8sNUeIPHgPe4Usz10HirwhsNpWbWLLhUiavune9gicKgmTqu8nzR/feMF2SVeteoZWKdkN+jfkx4I7+lWEFe73Xp+b3IiwwfC7uWLe0EaYjRkHzxuK6d+VgvBZiMJh8G49FgMr4Zj+Lx+/jjx+Hkl9Hf8Iy2qmT1Xk3NR4sDUdRqn2o8d6Zw3UQtjs5AfBoJ7xy10t351+XbE2RsHnd6dRGkOnE5KhK1oGY5IxIvZ2pEM1ewE2edC8n8t9XJr0ckCCGTCSqLHfdpIZINBpPhiBWM7x9+3ziKttvtUPj/DrVZR7WrjS4vTs+/zM4H7MIrHo2t0H8cjkfDMZ9xC+dCda557XDp1waE9xQVmZB+J3m0u3pQzOGOv8biww+qKj7Ub8zibMPTJZ7DbrcUFm9NVpZ8/MOh4b5Y7Hvf8zSVln/fz9hHwFp5CW+ua9H4NjjE0Iu9kWHqocN+COu+6AYoeWRsUKS8tNvOOa3uHXja7iMcfc2VYeMxTRIsqGPLcvhg8PInLYSwrD8o6xYwYsuKWGwhhm/wjUHqot2G/nwHmVBrJ9ZsX13LP/8BJWhDVA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/versions/5.10/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post-1",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu40YM/RWBT7sL2bK9F6B6qnNpGzS7m8bJS71GMZZoe7bSjHaGEycw9O8FRxfLsRIkwL41T8mE5BxyDsmjHZBYW4jnkAmnks0g0YqMzjI0sAhBF2gESa0uUoghR7PGS2+H9tZKtb76Orv5ZwwhFMKIHAkNx9qBEjlCDIXR3zGhL/xXCFLxkaANhJCiTYwsOPSRncEfThpMISbjMASbbDAXEO+AHgoOa8lItYayXFTGaOlEpw9scRj3MwMOshpxUNsGSzYOgVNFRewmiiKTic80+m7Zd9e9VlKGTbgm/+u/DqDOAe8JVTpzktCedWCE0ACAsCrMImwy0UvOm+tnuNQk0Xo4REYuHVV/1bbCGMGwJWFuu7AuCPNp43GNVjuTcB2fv+NffOgpaQh3InPYV+yyfPRsPc6o0huZ97iHsNImFwQxpIJwQGzFDk8UbR9gqXWGQrFxW8fnilKdS0W4RtO9Vyr69AE4C8/jG294jBOVy/k5T6azi1MI4ez8/AoW7KXTZx3Ozn+b3l7eeJeT29+9T9UHPYWyJAy9plRV/Q9bwx/YQitb1WQyGh33wNc/D6n+LnrXz+6K2B3+dMkt04a8ISiXL31p90n438kxw52T6QsYrkT2wBPkBW/ZMjDkPjX6XuaC8MxVk6lj2ALbF1C7ZeaJ9v9pqY2w10hGHmTa6SKZvqhPuN0sfdapXElMX359jiRSQd153V+u8mf3VP38L0tOb9WB7T6MQeOeGECv7tqqL6QlmRzwa9aevphcKa4wIdtXVpGmkvkjsqsDl1fa9Zfr/QQ8T/EeE8fePzt02Q6Pvtfw46S3deruKQwmgpihK5FZDOF+kOgU16gG9b4f8L4f1JIkP9rhfZLBIgV6FdgCE0//vYaQKkh0nmsVaMWP5heYrcoyr0fAsxDacXAEheVMjrTRrLUKbT0HWC7FEN2No11HJZVRBSjyMXj8orlrxJczGcTA5qQTnZVxFO2Eo402kh7KSBTyKOtrLLShK21IZEEVywM1Uiyz6iWbcDUXhcv4FTdEhT0Kd9XY7juZDSGs7bmNW0THK+sPbSngYgVCpQEjC97IVaAQU0zf8sNUeIPHgPe4Usz10HirwhsNpWbWLLhUiavune9gicKgmTqu8nzR/feMF2SVeteoZWKdkN+jfkx4I7+lWEFe73Xp+b3IiwwfC7uWLe0EaYjRkHzxuK6d+VgvBZiMJh8G49FgMr4Zj+Lx+/jjx+Hkl9Hf8Iy2qmT1Xk3NR4sDUdRqn2o8d6Zw3UQtjs5AfBoJ7xy10t351+XbE2RsHnd6dRGkOnE5KhK1oGY5IxIvZ2pEM1ewE2edC8n8t9XJr0ckCCGTCSqLHfdpIZINBpPhiBWM7x9+3ziKttvtUPj/DrVZR7WrjS4vTs+/zM4H7MIrHo2t0H8cjkfDMZ9xC+dCda557XDp1waE9xQVmZB+J3m0u3pQzOGOv8biww+qKj7Ub8zibMPTJZ7DbrcUFm9NVpZ8/MOh4b5Y7Hvf8zSVln/fz9hHwFp5CW+ua9H4NjjE0Iu9kWHqocN+COu+6AYoeWRsUKS8tNvOOa3uHXja7iMcfc2VYeMxTRIsqGPLcvhg8PInLYSwrD8o6xYwYsuKWGwhhm/wjUHqot2G/nwHmVBrJ9ZsX13LP/8BJWhDVA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/versions/5.10/get-debug-launches-using-get"}},M={},q=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:55.432Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:55.432Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:55.432Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/9cc3dc60.48947ccb.js b/assets/js/9cc3dc60.e6e09a05.js similarity index 59% rename from assets/js/9cc3dc60.48947ccb.js rename to assets/js/9cc3dc60.e6e09a05.js index 36d48c3bc..02ece3bd4 100644 --- a/assets/js/9cc3dc60.48947ccb.js +++ b/assets/js/9cc3dc60.e6e09a05.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38395],{46077:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>q,contentTitle:()=>y,default:()=>D,frontMatter:()=>N,metadata:()=>b,toc:()=>P});var a=s(85893),r=s(11151),n=s(58219),l=s.n(n),c=(s(62316),s(51039)),t=s.n(c),o=(s(82723),s(9487)),d=s.n(o),p=s(41429),m=s.n(p),h=s(5397),u=s.n(h),f=s(4667),j=s.n(f),x=s(9472),g=s.n(x),v=(s(1176),s(12005),s(85162));const N={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uDAHUvdPm6bge1aGtWg6oTrouDyYZwHuJ7bWdtijKfz+NnUAobFe3PAV7PPP58zefXYHjWwvJI+S8lOmulyrpjMpzNLBioDQa7oSS0wwS2CiT4o2Qwu5uffSDFXI7e1gCA80NL9ChoWQVSF4gJE3SaQYMhIQENHc7YJChTY3QlPg0yOC3UhjMIHGmRAY23WHBIanA7TUlFNLhFg0wAlNwF4Z+uYK6Zoeq2qivmLo7+vdW4dO4H9a2zgi5hbpehWC07neV7SniNO/GUzR5wbSkkflfwIB4RekomGudi9TTGn+1tKLqFhMup2o3F5IcIT4CymwpCqRTavCpNe2GzsLQuTmB1pdzzoh16cK/JpYbw/dEjsPCdstOHRbjwwpf9e30/+L+AkcM7N46LDpTa6Vy5BIY4AsvNFXb8NxizeCJ5yVeYrquX53ZhUItEWdzHY1k3GHPURQhc9yV9lI8yrIgbmfjxWLyBzC4GU9v/cdieT+bha/P0+ZrereczOcPs6X/dz2+u57c3jYzN/fA4O/x/A5WddjGqbz8gNVK2sDiaDA419H951PhfIg/XNbKfdum14qI9XpZ/PDkCrSWb7/De0O9NphyR6j9WTF46aUqwy3KXtMCvbXK9r2m8y4p/3RPN+QhUYiLQudHG2UiqzEVG4FZ1HSl14lDaYWSwVO80t4EcFDSBSDUtQW6nSIn06Wng0whgfhpGFcdL6jjgCuuWmeqY+uUBgYWzVNrcaXJIQFa6FSq8jqJ44qXbqeMcPs65lqcbX6OWhk3U8bxPAq5PGYj+DoPh9KmC2rY8DIn/e6c0/Ys3ayNPSqXAoE18auawQHRubz+VNZFxFvEZRYRsuid2EQSMcPsfaQ2UcAbvQZ8xJVhofrGR2kf1BeK5LMiqtIy1H2sYI3coBmXxPfjqju9IDGHrXeDDpJsNuQ1713EB5HdA3nn/OjDk9ZVTi3vIJxDl7fO1Ci6lUwr/tVrmjv20DgNjAajq95w0Bv+uhx+TEbD5Opjf/Tp0z9wdJfWRGq6gTaq265dGXxHIy3n49k0ylRaFiid7/DGEXjqHaFpu0WpaRFBLLggWdow8tvZ2TDIRYrSYmf5WPN0h9GoPwDWyJpoT+L4+fm5z/1sX5lt3Cy18e30enK3mPRoCfk3GhvQf+wPB/0hjWllXcFlp8z/af3Lpu/wxcU650JSBY+0arr4EZ6GwCA5vdNDFRrvPDJ8L68Y7JR1tLCq1tzig8nrmoa/lWhItatjZ3oVZcLS99EKX2E8GDW8mzde/z7qlL24h/Y6lvuOeQFrJHtYTY+bn6p/SsdPQOgmqMlQdsgzNJ2+ug51e0vKc8xw9sqhPYQV4zRF7TqxdLGd+HN4U66b11WhMooy/JneQPwZEvgCXwij8rv37uHHK8i53Jb+VoNQlX7/ARcUuTU=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,b={id:"api/service-api/versions/5.10/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/force-finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uDAHUvdPm6bge1aGtWg6oTrouDyYZwHuJ7bWdtijKfz+NnUAobFe3PAV7PPP58zefXYHjWwvJI+S8lOmulyrpjMpzNLBioDQa7oSS0wwS2CiT4o2Qwu5uffSDFXI7e1gCA80NL9ChoWQVSF4gJE3SaQYMhIQENHc7YJChTY3QlPg0yOC3UhjMIHGmRAY23WHBIanA7TUlFNLhFg0wAlNwF4Z+uYK6Zoeq2qivmLo7+vdW4dO4H9a2zgi5hbpehWC07neV7SniNO/GUzR5wbSkkflfwIB4RekomGudi9TTGn+1tKLqFhMup2o3F5IcIT4CymwpCqRTavCpNe2GzsLQuTmB1pdzzoh16cK/JpYbw/dEjsPCdstOHRbjwwpf9e30/+L+AkcM7N46LDpTa6Vy5BIY4AsvNFXb8NxizeCJ5yVeYrquX53ZhUItEWdzHY1k3GHPURQhc9yV9lI8yrIgbmfjxWLyBzC4GU9v/cdieT+bha/P0+ZrereczOcPs6X/dz2+u57c3jYzN/fA4O/x/A5WddjGqbz8gNVK2sDiaDA419H951PhfIg/XNbKfdum14qI9XpZ/PDkCrSWb7/De0O9NphyR6j9WTF46aUqwy3KXtMCvbXK9r2m8y4p/3RPN+QhUYiLQudHG2UiqzEVG4FZ1HSl14lDaYWSwVO80t4EcFDSBSDUtQW6nSIn06Wng0whgfhpGFcdL6jjgCuuWmeqY+uUBgYWzVNrcaXJIQFa6FSq8jqJ44qXbqeMcPs65lqcbX6OWhk3U8bxPAq5PGYj+DoPh9KmC2rY8DIn/e6c0/Ys3ayNPSqXAoE18auawQHRubz+VNZFxFvEZRYRsuid2EQSMcPsfaQ2UcAbvQZ8xJVhofrGR2kf1BeK5LMiqtIy1H2sYI3coBmXxPfjqju9IDGHrXeDDpJsNuQ1713EB5HdA3nn/OjDk9ZVTi3vIJxDl7fO1Ci6lUwr/tVrmjv20DgNjAajq95w0Bv+uhx+TEbD5Opjf/Tp0z9wdJfWRGq6gTaq265dGXxHIy3n49k0ylRaFiid7/DGEXjqHaFpu0WpaRFBLLggWdow8tvZ2TDIRYrSYmf5WPN0h9GoPwDWyJpoT+L4+fm5z/1sX5lt3Cy18e30enK3mPRoCfk3GhvQf+wPB/0hjWllXcFlp8z/af3Lpu/wxcU650JSBY+0arr4EZ6GwCA5vdNDFRrvPDJ8L68Y7JR1tLCq1tzig8nrmoa/lWhItatjZ3oVZcLS99EKX2E8GDW8mzde/z7qlL24h/Y6lvuOeQFrJHtYTY+bn6p/SsdPQOgmqMlQdsgzNJ2+ug51e0vKc8xw9sqhPYQV4zRF7TqxdLGd+HN4U66b11WhMooy/JneQPwZEvgCXwij8rv37uHHK8i53Jb+VoNQlX7/ARcUuTU=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launch-using-put"}},q={},P=[{value:"Request",id:"request",level:2}];function w(e){const i={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Force finish launch for specified project"})}),"\n",(0,a.jsx)(t(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,a.jsx)(i.p,{children:"Force finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:i}={...(0,r.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38395],{46077:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>b,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>P,toc:()=>q});var a=i(85893),r=i(11151),n=i(58219),c=i.n(n),t=(i(62316),i(51039)),l=i.n(t),o=(i(82723),i(9487)),p=i.n(o),d=i(41429),h=i.n(d),m=i(5397),u=i.n(m),f=i(4667),j=i.n(f),x=i(9472),g=i.n(x),v=(i(1176),i(12005),i(85162));const y={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uDAFue9Ll6bge1aGtWhaoTrouDyYZwHuJ7bWdtijKfz+NnUAobFe3PAV7PPP58zefXYHjWwvJI+S8lOmulyrpjMpzNLBioDQa7oSS0wwS2CiT4o2Qwu5uffSDFXI7e1gCA80NL9ChoWQVSF4gJE3SaQYMhIQENHc7YJChTY3QlPg0yOC3UhjMIHGmRAY23WHBIanA7TUlFNLhFg0wAlNwF4Z+/Qh1zQ5VtVFfMXV39O+twqdxP6xtnRFyC3W9CsFo3R8q21PEad6Np2jygmlJI/PPwIB4RekomGudi9TTGn+1tKLqFhMup2o3F5IcIT4CymwpCqRTavCpNe2GzsLQuTmB1pdzzoh16cK/JpYbw/dEjsPCdstOHRbjwwpf9e30/+L+AkcM7N46LDpTa6Vy5BIY4AsvNFXb8NxizeCJ5yVeYrquX53ZhUItEWdzHY1k3GHPURQhc9yV9lI8yrIgbmfjxWLyJzC4GU9v/cdieT+bha9P0+ZrereczOcPs6X/dz2+u57c3jYzN/fA4O/x/A5WddjGqbz8gNVK2sDiaDA419H9p1PhfIg/XNbKfdum14qI9XpZ/PDkCrSWb7/De0O9NphyR6j9WTF46aUqwy3KXtMCvbXK9r2m8y4p/3RPN+QhUYiLQudHG2UiqzEVG4FZ1HSl14lDaYWSwVO80t4EcFDSBSDUtQW6nSIn06Wng0whgfhpGFcdL6jjgCuuWmeqY+uUBgYWzVNrcaXJIQFa6FSq8jqJ44qXbqeMcPs65lqcbX6OWhk3U8bxPAq5PGYj+DoPh9KmC2rY8DIn/e6c0/Ys3ayNPSqXAoE18auawQHRubz+UtZFxFvEZRYRsuid2EQSMcPsfaQ2UcAbvQZ8xJVhofrGR2kf1BeK5LMiqtIy1H2sYI3coBmXxPfjqju9IDGHrXeDDpJsNuQ1713EB5HdA3nn/OjDk9ZVTi3vIJxDl7fO1Ci6lUwr/tVrmjv20DgNjAajj73hoDcaLoeDZPhLcnXVH/02+AeO7tKaSE030EZ127Urg+9opOV8PJtGmUrLAqXzHd44Ak+9IzRttyg1LSKIBRckSxtGfj87Gwa5SFFa7Cwfa57uMBr1B8AaWRPtSRw/Pz/3uZ/tK7ONm6U2vp1eT+4Wkx4tIf9GYwP6q/5w0B/SmFbWFVx2yvyf1r9s+g5fXKxzLiRV8Eirposf4WkIDJLTOz1UofHOI8P38orBTllHC6tqzS0+mLyuafhbiYZUuzp2pldRJix9H63wFcaDUcO7eeP176NO2Yt7aK9jue+YF7BGsofV9Lj5qfqndPwEhG6CmgxlhzxD0+mr61C3t6Q8xwxnrxzaQ1gxTlPUrhNLF9uJP4c35bp5XRUqoyjDn+kNxJ8hgS/whTAqv3vvHn68gpzLbelvNQhV6fcf2XW5JA==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,P={id:"api/service-api/versions/5.10/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/force-finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uDAFue9Ll6bge1aGtWhaoTrouDyYZwHuJ7bWdtijKfz+NnUAobFe3PAV7PPP58zefXYHjWwvJI+S8lOmulyrpjMpzNLBioDQa7oSS0wwS2CiT4o2Qwu5uffSDFXI7e1gCA80NL9ChoWQVSF4gJE3SaQYMhIQENHc7YJChTY3QlPg0yOC3UhjMIHGmRAY23WHBIanA7TUlFNLhFg0wAlNwF4Z+/Qh1zQ5VtVFfMXV39O+twqdxP6xtnRFyC3W9CsFo3R8q21PEad6Np2jygmlJI/PPwIB4RekomGudi9TTGn+1tKLqFhMup2o3F5IcIT4CymwpCqRTavCpNe2GzsLQuTmB1pdzzoh16cK/JpYbw/dEjsPCdstOHRbjwwpf9e30/+L+AkcM7N46LDpTa6Vy5BIY4AsvNFXb8NxizeCJ5yVeYrquX53ZhUItEWdzHY1k3GHPURQhc9yV9lI8yrIgbmfjxWLyJzC4GU9v/cdieT+bha9P0+ZrereczOcPs6X/dz2+u57c3jYzN/fA4O/x/A5WddjGqbz8gNVK2sDiaDA419H9p1PhfIg/XNbKfdum14qI9XpZ/PDkCrSWb7/De0O9NphyR6j9WTF46aUqwy3KXtMCvbXK9r2m8y4p/3RPN+QhUYiLQudHG2UiqzEVG4FZ1HSl14lDaYWSwVO80t4EcFDSBSDUtQW6nSIn06Wng0whgfhpGFcdL6jjgCuuWmeqY+uUBgYWzVNrcaXJIQFa6FSq8jqJ44qXbqeMcPs65lqcbX6OWhk3U8bxPAq5PGYj+DoPh9KmC2rY8DIn/e6c0/Ys3ayNPSqXAoE18auawQHRubz+UtZFxFvEZRYRsuid2EQSMcPsfaQ2UcAbvQZ8xJVhofrGR2kf1BeK5LMiqtIy1H2sYI3coBmXxPfjqju9IDGHrXeDDpJsNuQ1713EB5HdA3nn/OjDk9ZVTi3vIJxDl7fO1Ci6lUwr/tVrmjv20DgNjAajj73hoDcaLoeDZPhLcnXVH/02+AeO7tKaSE030EZ127Urg+9opOV8PJtGmUrLAqXzHd44Ak+9IzRttyg1LSKIBRckSxtGfj87Gwa5SFFa7Cwfa57uMBr1B8AaWRPtSRw/Pz/3uZ/tK7ONm6U2vp1eT+4Wkx4tIf9GYwP6q/5w0B/SmFbWFVx2yvyf1r9s+g5fXKxzLiRV8Eirposf4WkIDJLTOz1UofHOI8P38orBTllHC6tqzS0+mLyuafhbiYZUuzp2pldRJix9H63wFcaDUcO7eeP176NO2Yt7aK9jue+YF7BGsofV9Lj5qfqndPwEhG6CmgxlhzxD0+mr61C3t6Q8xwxnrxzaQ1gxTlPUrhNLF9uJP4c35bp5XRUqoyjDn+kNxJ8hgS/whTAqv3vvHn68gpzLbelvNQhV6fcf2XW5JA==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launch-using-put"}},b={},q=[{value:"Request",id:"request",level:2}];function F(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Force finish launch for specified project"})}),"\n",(0,a.jsx)(l(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,a.jsx)(s.p,{children:"Force finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(h(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(h(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(c(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e8f0e1c.54fe6f42.js b/assets/js/9e8f0e1c.54fe6f42.js new file mode 100644 index 000000000..c94cc63b8 --- /dev/null +++ b/assets/js/9e8f0e1c.54fe6f42.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[60369],{36275:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>f,default:()=>T,frontMatter:()=>y,metadata:()=>N,toc:()=>S});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),d=a.n(l),o=(a(82723),a(9487)),c=a.n(o),m=a(41429),p=a.n(m),h=a(5397),u=a.n(h),j=a(4667),g=a.n(j),x=a(9472),v=a.n(x),b=(a(1176),a(12005),a(85162));const y={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjIHZXHxadna2dqpS2dlhuCzh0NiNUSJLjiTDUJT/PdWywWYgG07QbnW/br33zBE8Fg7SJShTxOgOOoszo701SpGFlQBTkUUvjX7MIYXMEnr6ZIoH7e1h4aQunv6Zv4CACi2W5MlytSNoLAlSqKz5Spn/zL8ESM0h9FsQkJPLrKy48lWepe+1tJRD6m1NAly2pRIhPYI/VFzWeSt1AU2zapPJ+T9MfuCMy7pnvM//ggCejLTnNKwqJbMwWPLVce5x2EZ6xX3muDsf7kEtQWGts+2iljkI8LIk3lSHzax5Et6I5d15SY5LbiRX7Ev/xb9/dajd4vXYjQDpqQwArh6/3e1i8fhnZDaRJ+cjPhaZvaY88lvpImUKaMRwoOt2AhTtSN3qRLoueSFkrbEgYI9Wh4vemIBjXXOWt5jxsBv0qEBArb9ps9ewagSU5BwWt6bsNnuj68bYEj2kkKOnOGQ1Aurb6JuwrktKhYCrjHbtnqfjyTV37gN38kvefEg+3KZKEER3ZMY6ep7/8np/ipcR51RZygKCdIPKkYDXODM5FaTjjvTx2uSHuNPaJddvzRJuWwC9etJOGt1K9RsdIP3f2gJ2qOq3PVh8JfmtYWOojAvzsbhTSHbT5DjQdJMoUyTEKwIBjuzu5BO1VZAC53qTGdWkSXLE2m+Nlf7QJFjJq1meqTLWPxnrUUVtrYDQSlyrdrGncu2lbrBWzJat95W7Kvd0yu3ZzIkgunwm6RnRNUv+Ns5HvKUIdR4xsuid3ESaKKf8PeuuxRu9Bdzjyqk0IxuyqpA0koZ5sOJVZXXbd3mENaElO6t5xcsVP2bneu797+EVy6q1mZPddNzoNdX7Rq+nofoH0Vb0Z22fldqntAKF6Xj6WzwZx9PJy2ScTu7Sj3eju/H4PziJctifrWGgm+Ft/uSqT6ubPT1GucnqkrQPzt1JEzM/GHVeV3yIr7NEyQO4NvL71YoFKJmRdsNNzSrMthRNR2NGH9jJPEiTZL/fjzA8HRlbJN1Rl3x6vH/4PH+I+UgjgKndov84mkzaGKujRD1ocyHIi6HPhuDp1SeVQqmDu9nA5lZgS9hNQUB6+drs1B1UthKwZUmmSzge1+hoYVXTcPh7TZb5tOo1E9iVS8ffe7d5g+psgvDuuTPT99ElgJvAuyDqw8BHQHS2MyzQsNS2hDnZgTHdt33jF67TV7h6gTfidGKWZVT5QS6b9oVbdf9Z1t1/htLknGZxz+953EMKX+ALgzRh/OApIX4EhbqoWxm0bfnzAz3vKpo=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post",permalink:"/docs/api/service-api/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjIHZXHxadna2dqpS2dlhuCzh0NiNUSJLjiTDUJT/PdWywWYgG07QbnW/br33zBE8Fg7SJShTxOgOOoszo701SpGFlQBTkUUvjX7MIYXMEnr6ZIoH7e1h4aQunv6Zv4CACi2W5MlytSNoLAlSqKz5Spn/zL8ESM0h9FsQkJPLrKy48lWepe+1tJRD6m1NAly2pRIhPYI/VFzWeSt1AU2zapPJ+T9MfuCMy7pnvM//ggCejLTnNKwqJbMwWPLVce5x2EZ6xX3muDsf7kEtQWGts+2iljkI8LIk3lSHzax5Et6I5d15SY5LbiRX7Ev/xb9/dajd4vXYjQDpqQwArh6/3e1i8fhnZDaRJ+cjPhaZvaY88lvpImUKaMRwoOt2AhTtSN3qRLoueSFkrbEgYI9Wh4vemIBjXXOWt5jxsBv0qEBArb9ps9ewagSU5BwWt6bsNnuj68bYEj2kkKOnOGQ1Aurb6JuwrktKhYCrjHbtnqfjyTV37gN38kvefEg+3KZKEER3ZMY6ep7/8np/ipcR51RZygKCdIPKkYDXODM5FaTjjvTx2uSHuNPaJddvzRJuWwC9etJOGt1K9RsdIP3f2gJ2qOq3PVh8JfmtYWOojAvzsbhTSHbT5DjQdJMoUyTEKwIBjuzu5BO1VZAC53qTGdWkSXLE2m+Nlf7QJFjJq1meqTLWPxnrUUVtrYDQSlyrdrGncu2lbrBWzJat95W7Kvd0yu3ZzIkgunwm6RnRNUv+Ns5HvKUIdR4xsuid3ESaKKf8PeuuxRu9Bdzjyqk0IxuyqpA0koZ5sOJVZXXbd3mENaElO6t5xcsVP2bneu797+EVy6q1mZPddNzoNdX7Rq+nofoH0Vb0Z22fldqntAKF6Xj6WzwZx9PJy2ScTu7Sj3eju/H4PziJctifrWGgm+Ft/uSqT6ubPT1GucnqkrQPzt1JEzM/GHVeV3yIr7NEyQO4NvL71YoFKJmRdsNNzSrMthRNR2NGH9jJPEiTZL/fjzA8HRlbJN1Rl3x6vH/4PH+I+UgjgKndov84mkzaGKujRD1ocyHIi6HPhuDp1SeVQqmDu9nA5lZgS9hNQUB6+drs1B1UthKwZUmmSzge1+hoYVXTcPh7TZb5tOo1E9iVS8ffe7d5g+psgvDuuTPT99ElgJvAuyDqw8BHQHS2MyzQsNS2hDnZgTHdt33jF67TV7h6gTfidGKWZVT5QS6b9oVbdf9Z1t1/htLknGZxz+953EMKX+ALgzRh/OApIX4EhbqoWxm0bfnzAz3vKpo=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/log-controller"}},q={},S=[{value:"Request",id:"request",level:2}];function E(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(d(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e8f0e1c.b1611039.js b/assets/js/9e8f0e1c.b1611039.js deleted file mode 100644 index 25d33a631..000000000 --- a/assets/js/9e8f0e1c.b1611039.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[60369],{36275:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>q,default:()=>M,frontMatter:()=>y,metadata:()=>v,toc:()=>k});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),o=a.n(n),c=(a(82723),a(9487)),d=a.n(c),m=a(41429),p=a.n(m),h=a(5397),x=a.n(h),u=a(4667),g=a.n(u),j=a(9472),f=a.n(j),b=(a(1176),a(12005),a(85162));const y={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjIGd7Fb5FHZ2tnaqUtkJM3NZwqGxG6NElhxJhqEo//tWywabgSScoN3qft1675kDeCwcpAtQpojR7XUWZ0Z7a5QiC0sBpiKLXhp9n0MKmSX09NEUd9rb/bOTunj49/EJBFRosSRPlqsdQGNJkEJlzVfK/Cf+JUBqDqHfgICcXGZlxZUv8ix9r6WlHFJvaxLgsg2VCOkB/L7iss5bqQtommWbTM7/afI9Z5zXPeGdfwYBPBlpz2lYVUpmYbDkq+Pcw7CN9Ir7POL2dLgHtQCFtc42z7XMQYCXJfGmOmxmxZPwRizvzktyXHItuWJf+m/+/atD7RYvx24ESE9lAHDx+PVun5/v/4rMOvLkfMTHIrPTlEd+I12kTAGNGA502U6Aoi2pa51I1yUvhKw1FgTs0Opw0WsTcKxqzvIWMx52jR4VCKj1N212GpaNgJKcw+LalN1mr3RdG1uihxRy9BSHrEZAfR19E9Z1TqkQcJXRrt3zdDy55M5t4E5+zpt3ybvrVAmC6I7MWEfzx19e7w/xMuKcKktZQJCuUTkS8BJnJqeCdNyRPl6ZfB93Wjvn+rVZwm0LoBdP2kmjW6l+oz2kP60tYIuqft2DxVeS3xg2hsq4MB+LO4VkO00OA003iTJFQrwiEODIbo8+UVsFKXCuN5lRTZokB6z9xljp902ClbyYZU6Vsf7BWI8qamsFhFbiSrWLPZZrL3WNtWK2bLyv3EW5h2Nuz2ZOBNHlM0lPiC5Z8o9xPuItRajziJFFb+Q60kQ55W9Zdy3e6DXgHldOpRnZkFWFpJE0zIMlryqr276LA6wILdlZzSteLPkxO9e897+7Fyyr1maOdtNxo9dU7xu9nobqH0Rb0Z+0fVJqn9IKFKbj6U08GceTP54m79PpJL35bTT+/eY/OIpy2J+tYaCb4W3+4KqPq5s93Ee5yeqStA/O3UkTMz8Y9bGu+BBfZ4mSB3Bt5MPFigUomZF2w03NKsw2FE1HY0Yf2Mk8SJNkt9uNMDwdGVsk3VGXfLy/vfv0eBfzkUYAU7tF/340mbQxVkeJetDmTJBnQ58MwdOLTyqFUgd3s4HNrcAWsJ2CgPT8tdmpO6hsKWDDkkwXcDis0NGzVU3D4e81WebTstdMYFcuHX/v3eYVqpMJwpt5Z6Zvo3MAV4F3QdT7gY+A6GxnWKBhqW0Ic7IDY7pt+8ZPXKevcPECb8TxxCzLqPKDXDbtM7fq/rOsuv8Mpck5zeKO3/O4gxS+wBcGacL4wVNC/AAKdVG3Mmjb8ud/ahsqqQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},q=void 0,v={id:"api/service-api/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post",permalink:"/docs/api/service-api/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjIGd7Fb5FHZ2tnaqUtkJM3NZwqGxG6NElhxJhqEo//tWywabgSScoN3qft1675kDeCwcpAtQpojR7XUWZ0Z7a5QiC0sBpiKLXhp9n0MKmSX09NEUd9rb/bOTunj49/EJBFRosSRPlqsdQGNJkEJlzVfK/Cf+JUBqDqHfgICcXGZlxZUv8ix9r6WlHFJvaxLgsg2VCOkB/L7iss5bqQtommWbTM7/afI9Z5zXPeGdfwYBPBlpz2lYVUpmYbDkq+Pcw7CN9Ir7POL2dLgHtQCFtc42z7XMQYCXJfGmOmxmxZPwRizvzktyXHItuWJf+m/+/atD7RYvx24ESE9lAHDx+PVun5/v/4rMOvLkfMTHIrPTlEd+I12kTAGNGA502U6Aoi2pa51I1yUvhKw1FgTs0Opw0WsTcKxqzvIWMx52jR4VCKj1N212GpaNgJKcw+LalN1mr3RdG1uihxRy9BSHrEZAfR19E9Z1TqkQcJXRrt3zdDy55M5t4E5+zpt3ybvrVAmC6I7MWEfzx19e7w/xMuKcKktZQJCuUTkS8BJnJqeCdNyRPl6ZfB93Wjvn+rVZwm0LoBdP2kmjW6l+oz2kP60tYIuqft2DxVeS3xg2hsq4MB+LO4VkO00OA003iTJFQrwiEODIbo8+UVsFKXCuN5lRTZokB6z9xljp902ClbyYZU6Vsf7BWI8qamsFhFbiSrWLPZZrL3WNtWK2bLyv3EW5h2Nuz2ZOBNHlM0lPiC5Z8o9xPuItRajziJFFb+Q60kQ55W9Zdy3e6DXgHldOpRnZkFWFpJE0zIMlryqr276LA6wILdlZzSteLPkxO9e897+7Fyyr1maOdtNxo9dU7xu9nobqH0Rb0Z+0fVJqn9IKFKbj6U08GceTP54m79PpJL35bTT+/eY/OIpy2J+tYaCb4W3+4KqPq5s93Ee5yeqStA/O3UkTMz8Y9bGu+BBfZ4mSB3Bt5MPFigUomZF2w03NKsw2FE1HY0Yf2Mk8SJNkt9uNMDwdGVsk3VGXfLy/vfv0eBfzkUYAU7tF/340mbQxVkeJetDmTJBnQ58MwdOLTyqFUgd3s4HNrcAWsJ2CgPT8tdmpO6hsKWDDkkwXcDis0NGzVU3D4e81WebTstdMYFcuHX/v3eYVqpMJwpt5Z6Zvo3MAV4F3QdT7gY+A6GxnWKBhqW0Ic7IDY7pt+8ZPXKevcPECb8TxxCzLqPKDXDbtM7fq/rOsuv8Mpck5zeKO3/O4gxS+wBcGacL4wVNC/AAKdVG3Mmjb8ud/ahsqqQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/log-controller"}},N={},k=[{value:"Request",id:"request",level:2}];function w(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/a11b35f8.b2768c3f.js b/assets/js/a11b35f8.2566ac96.js similarity index 98% rename from assets/js/a11b35f8.b2768c3f.js rename to assets/js/a11b35f8.2566ac96.js index a0dd382d0..d41af79f8 100644 --- a/assets/js/a11b35f8.b2768c3f.js +++ b/assets/js/a11b35f8.2566ac96.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53698],{22699:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),p=a.n(m),d=a(41429),o=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),b=(a(1176),a(12005),a(85162));const f={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/versions/5.10/get-launch-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:45.449Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:45.449Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:45.449Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53698],{22699:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),p=a.n(m),d=a(41429),o=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),b=(a(1176),a(12005),a(85162));const f={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/versions/5.10/get-launch-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:55.438Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:55.438Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:55.438Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/a59479b4.0c6b4dc0.js b/assets/js/a59479b4.49b9c2f7.js similarity index 98% rename from assets/js/a59479b4.0c6b4dc0.js rename to assets/js/a59479b4.49b9c2f7.js index e3cdd776a..961aeb75c 100644 --- a/assets/js/a59479b4.0c6b4dc0.js +++ b/assets/js/a59479b4.49b9c2f7.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74101],{23669:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>k,frontMatter:()=>y,metadata:()=>N,toc:()=>A});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),u=i(4667),j=i.n(u),x=i(9472),v=i.n(x),b=(i(1176),i(12005),i(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/versions/5.10/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/update-global-integration-using-put"}},q={},A=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-17T15:21:45.338Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.338Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74101],{23669:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>k,frontMatter:()=>y,metadata:()=>N,toc:()=>A});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),u=i(4667),j=i.n(u),x=i(9472),v=i.n(x),b=(i(1176),i(12005),i(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/versions/5.10/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/update-global-integration-using-put"}},q={},A=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-21T10:13:55.327Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.327Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/ab9eee5d.157d0e88.js b/assets/js/ab9eee5d.aa5cdd7a.js similarity index 55% rename from assets/js/ab9eee5d.157d0e88.js rename to assets/js/ab9eee5d.aa5cdd7a.js index e99fe8df0..8d7f9af5f 100644 --- a/assets/js/ab9eee5d.157d0e88.js +++ b/assets/js/ab9eee5d.aa5cdd7a.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34908],{45253:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>E,default:()=>N,frontMatter:()=>v,metadata:()=>q,toc:()=>b});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),o=a.n(n),c=(a(82723),a(9487)),m=a.n(c),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),f=a(9472),g=a.n(f),y=(a(1176),a(12005),a(85162));const v={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGT2jYQ/iuefUoyBh/00s74qYSQhpn0oAYeWsJ0hL2AUlvySfLdMYz/e2clGxvw5XhC8mr329W33+oEhu01hGswqE2PG8x6TB9F3IulMEqmKSrY+CBzVMxwKaYJhKANUyaS0kwNZivNxX4+WyzBh5wplqFBRS5PIFiGEEKu5A+MzQOtfOCCtpg5gA8J6ljxnBzf2Cl8LLjCBEKjCvRBxwfMGIQnMMccLQrFxR7KcuOMUZtPMjmSxaVfC3eJ2sKN/gIfKDkUhkxZnqc8trkFPzTZn9qhuEkp1uLGRQNvDSkrRHxYFTwB3yXtV0G5/W8Bb/wauNxSmlQuRXU1HLVFYozi28K4VWXLlGJHqprBTLcREZDR+YSF9HP3/+Gxo3g+6KM2mLU+baVMkQnwAV9YllO0HUs1lj48sbTArisoSypqghHuOoNcXEjH9wPTC8OM7oBR+u363hy+JtFqNf3syZ2XM4XCeO4oOXFk7IjdJu3bdZ/X1hFqWagYr7hAZX7zql+7i5/WV6FRx+4C2U+z7tI3ROyo3U6qjBkIIWEGe4asSt9qwZhpnHbUu6xzu3WGosioBIvVdDkBHxbLWfQ3+LCcWHFYjCcPo2g6s18mc/Dh0+TLLJr8O/42Wiya5R/RbDVvrf+cLL/OPjfr2n21rLyPviwn0dmVW509ueXZkVvWftzKutmUPhSCPxbdqdf30BYmu6FzKbS72uHd4FaBxgqZweRSeT4EH7rFZiKMOlZHRiTG0eLN7u5qjbKsECeYK4wtAtfKPrz0qF33KHqVdPa2Mjn2KsW+VczLfKwcesxTUhqP2OJRn1jFMCg0l8INAMvzn8Y6c/4mJsl6huYgaeLkUtucaWyEEDwNg1NrWpRBFV6jeqqHT6FSCIHMjIxlWoZBcGKFOUjFzbEMWM5v0oowl8rMpTIs9ZwvC1Bxtk1dnWt37o53rEipew7G5PrG3by2bVqDDMGv7IltZ0S3pPkqtfGoSB4TiUfIvHd85wnEBJP3pHEOr3cNuMGVYCb7ylrl1qjPJdFiQ6WKCxd3fYItMoVqVFB11xv6TKMwaobqpJ4El2PqfMVnDainSUWz5nIdIzetMfGagp+3m6HgXgDtMdBYnSlbra/eIFf4OgBVuupinJW0lVIjoDC8G973Bne9wW/LwcdwOAjvf+nf/Xr/D1yKZnO46shaaxpxaekpFzvZ7v82DV/haH3no/nUS2RcZCiMfcNUEsNiKzFVbRZFToeIhxnj1Bba7fx+ww0fUh6j0Ng6PspZfEBv2L+jDGxbEYHDIHh+fu4z+7Uv1T6ojurg23Q8eVhMenSExhoq7dB/7A8Gbo86OmOijfI1Uel+PBh8MUGeMm4noIV1qgRiDU9D8CG8eniSt40PB9KScA2n05ZpXKm0LGn7sUCiwXrTdLwlUMI1/W+k8wrOWdHhXVRNhvfeZeROxPVDQxxbtAS/ImzbQUlCcUCWoGpReuzi9pbkp/Fw854t/frEKI4xNy1bmkAXMls947fVMzqTCZkp9kyPHPYMIXyH7wRS2vStItr9E6RM7Au2J3sXln7/A6imMkc=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},E=void 0,q={id:"api/service-api/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post",permalink:"/docs/api/service-api/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGT2jYQ/iuefUoyBh/00s74qYSQhpn0oAYeWsJ0hL2AUlvySfLdMYz/e2clGxvw5XhC8mr329W33+oEhu01hGswqE2PG8x6TB9F3IulMEqmKSrY+CBzVMxwKaYJhKANUyaS0kwNZivNxX4+WyzBh5wplqFBRS5PIFiGEEKu5A+MzQOtfOCCtpg5gA8J6ljxnBzf2Cl8LLjCBEKjCvRBxwfMGIQnMMccLQrFxR7KcuOMUZtPMjmSxaVfC3eJ2sKN/gIfKDkUhkxZnqc8trkFPzTZn9qhuEkp1uLGRQNvDSkrRHxYFTwB3yXtV0G5/W8Bb/wauNxSmlQuRXU1HLVFYozi28K4VWXLlGJHqprBTLcREZDR+YSF9HP3/+Gxo3g+6KM2mLU+baVMkQnwAV9YllO0HUs1lj48sbTArisoSypqghHuOoNcXEjH9wPTC8OM7oBR+u363hy+JtFqNf3syZ2XM4XCeO4oOXFk7IjdJu3bdZ/X1hFqWagYr7hAZX7zql+7i5/WV6FRx+4C2U+z7tI3ROyo3U6qjBkIIWEGe4asSt9qwZhpnHbUu6xzu3WGosioBIvVdDkBHxbLWfQ3+LCcWHFYjCcPo2g6s18mc/Dh0+TLLJr8O/42Wiya5R/RbDVvrf+cLL/OPjfr2n21rLyPviwn0dmVW509ueXZkVvWftzKutmUPhSCPxbdqdf30BYmu6FzKbS72uHd4FaBxgqZweRSeT4EH7rFZiKMOlZHRiTG0eLN7u5qjbKsECeYK4wtAtfKPrz0qF33KHqVdPa2Mjn2KsW+VczLfKwcesxTUhqP2OJRn1jFMCg0l8INAMvzn8Y6c/4mJsl6huYgaeLkUtucaWyEEDwNg1NrWpRBFV6jeqqHT6FSCIHMjIxlWoZBcGKFOUjFzbEMWM5v0oowl8rMpTIs9ZwvC1Bxtk1dnWt37o53rEipew7G5PrG3by2bVqDDMGv7IltZ0S3pPkqtfGoSB4TiUfIvHd85wnEBJP3pHEOr3cNuMGVYCb7ylrl1qjPJdFiQ6WKCxd3fYItMoVqVFB11xv6TKMwaobqpJ4El2PqfMVnDainSUWz5nIdIzetMfGagp+3m6HgXgDtMdBYnSlbra/eIFf4OgBVuupinJW0lVIjoDC8G973Bne9wW/LwcdwOAjvf+nf/Xr/D1yKZnO46shaaxpxaekpFzvZ7v82DV/haH3no/nUS2RcZCiMfcNUEsNiKzFVbRZFToeIhxnj1Bba7fx+ww0fUh6j0Ng6PspZfEBv2L+jDGxbEYHDIHh+fu4z+7Uv1T6ojurg23Q8eVhMenSExhoq7dB/7A8Gbo86OmOijfI1Uel+PBh8MUGeMm4noIV1qgRiDU9D8CG8eniSt40PB9KScA2n05ZpXKm0LGn7sUCiwXrTdLwlUMI1/W+k8wrOWdHhXVRNhvfeZeROxPVDQxxbtAS/ImzbQUlCcUCWoGpReuzi9pbkp/Fw854t/frEKI4xNy1bmkAXMls947fVMzqTCZkp9kyPHPYMIXyH7wRS2vStItr9E6RM7Au2J3sXln7/A6imMkc=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"}},S={},b=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34908],{45253:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>b,default:()=>B,frontMatter:()=>N,metadata:()=>v,toc:()=>q});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),j=a.n(h),u=a(4667),x=a.n(u),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const N={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUwAPZHOLTEkI2VGUH1sBhl1Bbwm5AWVvySPLMUJT/fatlGxvwzHBCcqv7dev1a53A8r2BYA0Wje0Ji2mPm6OMepGSVqskQQ0bBipDza1QchpDAMZybUOl7NRiujJC7uezxRIYZFzzFC1qcnkCyVOEADKtfmFk72nFQEja4vYADGI0kRYZOb6x0/iQC40xBFbnyMBEB0w5BCewxwwdCi3kHopiUxqjsV9UfCSLS78O7hKNgxv+BQwoOZSWTHmWJSJyufm/DNmf2qGETSjW4sZFA28NCc9ldFjlIgZWJs2qoML9d4A3rAautpQmlUtTXa1A45BYq8U2t+WqsuVa8yNVzWJq2ogIyOh8wkF63f1/eOwoHgNzNBbT1qetUglyCQzwmacZRdvxxGDB4JEnOXZdQVFQUWMMcdcZ5OJCOr4fuFlYbk0HjIK163tz+JpEq9X0q6d2XsY1SuuVR8lJScaO2G3Svl33eW0dolG5jvCKC1TmN6/6pbt4tb4arT52F8h9mnWXviFiR+12SqfcQgAxt9izZFUwpwVjbnDaUe+izu3WGco8pRIsVtPlBBgslrPwb2CwnDhxWIwn96NwOnNfJnNg8GXybRZO/h3/GC0WzfKPcLaat9Z/TpbfZ1+bde2+WlbeR9+Wk/DsqlydPZXLs6NyWfspV87NpmCQS/GQd6de30NbmNyGyZQ05dUO7wa3CjTWyC3Gl8rzwf/QLTYTafWxOjIiMQ4Xb3Z3V2sURYU4xkxj5BCUrczguUftukfZq6Szt1XxsVcp9q1iXubj5NDjnlbKesQWj/rEKYZFaYSS5QBwPH811pnzNzFJ1lO0B0UTJ1PG5UxjIwD/ceifWtOi8KvwBvVjPXxynUAAZGZVpJIi8P0Tz+1BaWGPhc8zcZNWiJnSdq605YlX+nIAteDbpKxz7a684x3PE+qeg7WZuXE3r22b1iBDYJU9se2M6JY035WxHhXJ4zL2CJn3Tuw8iRhj/J40rsTrXQNucMWYqr52Vpkz6gtFtNhQqaK8jLs+wRa5Rj3KqbrrDX2mURg2Q3VST4LLMXW+4rMG1NOkollzuSUjN60x8ZKCn7eboVC+ANpjoLE6U7ZaX71BrvB1AKp0tYxxVtJWSo2AwvBu+FtvcNcbDpaDu2DwMfj0sT/8/PkfuBTN5nDVkbXWNOLS0lMhd6rd/20avsDR+s5H86kXqyhPUVr3hqkkhkdOYqraLPKMDhEPUy6oLUy58/sNNxgkIkJpsHV8lPHogN6wf0cZuLYiAge+//T01Ofua1/pvV8dNf6P6Xhyv5j06AiNNdSmRP+pPxiUe9TRKZdtlC+JSvfjweKz9bOECzcBHaxTJRBreBwCg+Dq4UneNgwOpCXBGk6nLTe40klR0PZDjkSD9abpeEegWBj630jnFZyzosO7sJoM773LyJ2I64eGPLZoCawibNtBQUJxQB6jblF6XMbtLclP4+HmPVuw+sQoijCzLVuaQBcyWz3jt9UzOlUxmWn+RI8c/gQB/ISfBFK59J0iuv0TJFzuc74n+zIs/f4HrngySQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post",permalink:"/docs/api/service-api/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUwAPZHOLTEkI2VGUH1sBhl1Bbwm5AWVvySPLMUJT/fatlGxvwzHBCcqv7dev1a53A8r2BYA0Wje0Ji2mPm6OMepGSVqskQQ0bBipDza1QchpDAMZybUOl7NRiujJC7uezxRIYZFzzFC1qcnkCyVOEADKtfmFk72nFQEja4vYADGI0kRYZOb6x0/iQC40xBFbnyMBEB0w5BCewxwwdCi3kHopiUxqjsV9UfCSLS78O7hKNgxv+BQwoOZSWTHmWJSJyufm/DNmf2qGETSjW4sZFA28NCc9ldFjlIgZWJs2qoML9d4A3rAautpQmlUtTXa1A45BYq8U2t+WqsuVa8yNVzWJq2ogIyOh8wkF63f1/eOwoHgNzNBbT1qetUglyCQzwmacZRdvxxGDB4JEnOXZdQVFQUWMMcdcZ5OJCOr4fuFlYbk0HjIK163tz+JpEq9X0q6d2XsY1SuuVR8lJScaO2G3Svl33eW0dolG5jvCKC1TmN6/6pbt4tb4arT52F8h9mnWXviFiR+12SqfcQgAxt9izZFUwpwVjbnDaUe+izu3WGco8pRIsVtPlBBgslrPwb2CwnDhxWIwn96NwOnNfJnNg8GXybRZO/h3/GC0WzfKPcLaat9Z/TpbfZ1+bde2+WlbeR9+Wk/DsqlydPZXLs6NyWfspV87NpmCQS/GQd6de30NbmNyGyZQ05dUO7wa3CjTWyC3Gl8rzwf/QLTYTafWxOjIiMQ4Xb3Z3V2sURYU4xkxj5BCUrczguUftukfZq6Szt1XxsVcp9q1iXubj5NDjnlbKesQWj/rEKYZFaYSS5QBwPH811pnzNzFJ1lO0B0UTJ1PG5UxjIwD/ceifWtOi8KvwBvVjPXxynUAAZGZVpJIi8P0Tz+1BaWGPhc8zcZNWiJnSdq605YlX+nIAteDbpKxz7a684x3PE+qeg7WZuXE3r22b1iBDYJU9se2M6JY035WxHhXJ4zL2CJn3Tuw8iRhj/J40rsTrXQNucMWYqr52Vpkz6gtFtNhQqaK8jLs+wRa5Rj3KqbrrDX2mURg2Q3VST4LLMXW+4rMG1NOkollzuSUjN60x8ZKCn7eboVC+ANpjoLE6U7ZaX71BrvB1AKp0tYxxVtJWSo2AwvBu+FtvcNcbDpaDu2DwMfj0sT/8/PkfuBTN5nDVkbXWNOLS0lMhd6rd/20avsDR+s5H86kXqyhPUVr3hqkkhkdOYqraLPKMDhEPUy6oLUy58/sNNxgkIkJpsHV8lPHogN6wf0cZuLYiAge+//T01Ofua1/pvV8dNf6P6Xhyv5j06AiNNdSmRP+pPxiUe9TRKZdtlC+JSvfjweKz9bOECzcBHaxTJRBreBwCg+Dq4UneNgwOpCXBGk6nLTe40klR0PZDjkSD9abpeEegWBj630jnFZyzosO7sJoM773LyJ2I64eGPLZoCawibNtBQUJxQB6jblF6XMbtLclP4+HmPVuw+sQoijCzLVuaQBcyWz3jt9UzOlUxmWn+RI8c/gQB/ISfBFK59J0iuv0TJFzuc74n+zIs/f4HrngySQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"}},S={},q=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/addd6ba5.6d531728.js b/assets/js/addd6ba5.c656f8bb.js similarity index 73% rename from assets/js/addd6ba5.6d531728.js rename to assets/js/addd6ba5.c656f8bb.js index 56cc0ea50..03d79c486 100644 --- a/assets/js/addd6ba5.6d531728.js +++ b/assets/js/addd6ba5.c656f8bb.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5447],{36406:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>v,default:()=>E,frontMatter:()=>b,metadata:()=>q,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),y=a(9472),g=a.n(y),f=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV0tz2zgM/isanNqObDlu2p3RaZ3H7ma2j6ydXNb1gRZhm12JVEkoicej/94B9bAcK5lkprf1SaYA8CPwAfy0AxJrB/EcUlHoZDMQbquTQWI0WZOmaGERgsnRClJGX0mIIUO7xk/eGt2tU3p9/XV2AyHkwooMCS3H24EWGUIMuTXfMaEv/C8EpXlJ0AZCkOgSq3IOfGRn8UehLEqIyRYYgks2mAmId0DbnMM6skqvoSwXlTE6OjNyyxaHcT8z3CCt8Qa1bbBk4xD4oKiJ3USepyrx54y+O/bddbdVlGITrjn99J8DqHPAB0ItZ4UidBcdGCE0ACCsErMIm5OYJZ+b82c50aTQeThEVi0Lqv7VtsJawbAVYea6sK4Is0njMUVnCptwHp/f4z/c9qQ0hDuRFtiX7LJ8VLYeZ9TyRmU97iGsjM0EQQxSEA6IrdjhiaTtAyyNSVFoNm7z+FxSqnWlCddou/sqTR9PgU/hWXzjDY9xoi4yLufZZHZ1DiFcXF5ew4K9jHzW4eLyj8ntpxvvcnb7p/ep+qAnUY6Epdekqsr/YWv4BZcb7aqcjEej4x74+vch1d9F7/rZXRG7w58uuZVsyBuCLrKlT+3+EP6ZCmZ4USj5AoZrkW55frygli0DQ+5Tax5UJggvimoudQxbYPsEmmKZeqL9f1pqI9wUyaqDk3a6SMkX9Qm3m6PPRqqVQvny7TMkIQV153V/uspf3VN1+V92OHOvD2z3YSza4okB9OqurfpCOVLJAb9m7eqLySVxhQm5vrQKKRXzR6TXBy6vtOtP1/sxeJ7iAyYFe//q0GU7PPqq4cdJb+vU3ZNbTAQxQ1cidRjCwyAxEteoB/V9P+D7flBLkuzoDu+TDA4pMKvA5Zh4+u81hNJBYrLM6MBoLpq/wFyVlnk9Ap6F0I6DIygsZzKkjWGllRvnOcByKYbobhztOiqpjCpAkY/B4xftXSO+CptCDGxOJjFpGUfRThS0MVbRtoxEro5OPcXcWLo2lkQaVLE8UKvEMq0q2YSruSiKlKu4IcrdUbjrxnbfyWwIYW3PbdwiOr6y/jKOAk5WILQMGFnwRq0CjShRvuXCVHiDx4D3uCRmZmi9Ve6NhsowaxacqqSo9p3vYInCop0UnOX5gl+z/JvuReXlg8jyFB+rsrbUbfs3VW0YuniclM5wqyc6jEfj08HJaHDy283Jh3h8Ep++H44+nv4LzwijShPvpdB8tDhQNK1wqWZrZ4TWHdDi6Eyzp5HwhaFXpju8umR5gklNZSbXV4E0SZGhJlGrYdYiIvFapEY0K3J24lNnQjF5XbXy+1EFQ0hVgtphx32Si2SDwXg4Yvnhyc80i6Po/v5+KPzbobHrqHZ10aer88svs8sBu/D9jNZV6D8MT06qNe6/TOjONq+dDP0XO+EDRXkqlL9QPNpd3eVzuBtDCPHh11AVH+oas7La8GiI57DbLYXDW5uWJS//KNAyqRf7xvU8lcrx835APgLWakN4M60V39vgEEMv9kZD6W2H/RDWfdENUHK/b1BIvnHbzjmv9h142u4jHH2KlWHjMUkSzKljy1r2YGrWX6PL+muwbgEr7lnOinuI4Rt8Y5Amb68yv76DVOh1IdZsX23Lv59QzS2o",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,q={id:"api/service-api/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post",permalink:"/docs/api/service-api/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV0tz2zgM/isanNqObDlu2p3RaZ3H7ma2j6ydXNb1gRZhm12JVEkoicej/94B9bAcK5lkprf1SaYA8CPwAfy0AxJrB/EcUlHoZDMQbquTQWI0WZOmaGERgsnRClJGX0mIIUO7xk/eGt2tU3p9/XV2AyHkwooMCS3H24EWGUIMuTXfMaEv/C8EpXlJ0AZCkOgSq3IOfGRn8UehLEqIyRYYgks2mAmId0DbnMM6skqvoSwXlTE6OjNyyxaHcT8z3CCt8Qa1bbBk4xD4oKiJ3USepyrx54y+O/bddbdVlGITrjn99J8DqHPAB0ItZ4UidBcdGCE0ACCsErMIm5OYJZ+b82c50aTQeThEVi0Lqv7VtsJawbAVYea6sK4Is0njMUVnCptwHp/f4z/c9qQ0hDuRFtiX7LJ8VLYeZ9TyRmU97iGsjM0EQQxSEA6IrdjhiaTtAyyNSVFoNm7z+FxSqnWlCddou/sqTR9PgU/hWXzjDY9xoi4yLufZZHZ1DiFcXF5ew4K9jHzW4eLyj8ntpxvvcnb7p/ep+qAnUY6Epdekqsr/YWv4BZcb7aqcjEej4x74+vch1d9F7/rZXRG7w58uuZVsyBuCLrKlT+3+EP6ZCmZ4USj5AoZrkW55frygli0DQ+5Tax5UJggvimoudQxbYPsEmmKZeqL9f1pqI9wUyaqDk3a6SMkX9Qm3m6PPRqqVQvny7TMkIQV153V/uspf3VN1+V92OHOvD2z3YSza4okB9OqurfpCOVLJAb9m7eqLySVxhQm5vrQKKRXzR6TXBy6vtOtP1/sxeJ7iAyYFe//q0GU7PPqq4cdJb+vU3ZNbTAQxQ1cidRjCwyAxEteoB/V9P+D7flBLkuzoDu+TDA4pMKvA5Zh4+u81hNJBYrLM6MBoLpq/wFyVlnk9Ap6F0I6DIygsZzKkjWGllRvnOcByKYbobhztOiqpjCpAkY/B4xftXSO+CptCDGxOJjFpGUfRThS0MVbRtoxEro5OPcXcWLo2lkQaVLE8UKvEMq0q2YSruSiKlKu4IcrdUbjrxnbfyWwIYW3PbdwiOr6y/jKOAk5WILQMGFnwRq0CjShRvuXCVHiDx4D3uCRmZmi9Ve6NhsowaxacqqSo9p3vYInCop0UnOX5gl+z/JvuReXlg8jyFB+rsrbUbfs3VW0YuniclM5wqyc6jEfj08HJaHDy283Jh3h8Ep++H44+nv4LzwijShPvpdB8tDhQNK1wqWZrZ4TWHdDi6Eyzp5HwhaFXpju8umR5gklNZSbXV4E0SZGhJlGrYdYiIvFapEY0K3J24lNnQjF5XbXy+1EFQ0hVgtphx32Si2SDwXg4Yvnhyc80i6Po/v5+KPzbobHrqHZ10aer88svs8sBu/D9jNZV6D8MT06qNe6/TOjONq+dDP0XO+EDRXkqlL9QPNpd3eVzuBtDCPHh11AVH+oas7La8GiI57DbLYXDW5uWJS//KNAyqRf7xvU8lcrx835APgLWakN4M60V39vgEEMv9kZD6W2H/RDWfdENUHK/b1BIvnHbzjmv9h142u4jHH2KlWHjMUkSzKljy1r2YGrWX6PL+muwbgEr7lnOinuI4Rt8Y5Amb68yv76DVOh1IdZsX23Lv59QzS2o",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/finish-launch-using-put"}},N={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:43.232Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:43.232Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:43.232Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function E(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5447],{36406:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>N,default:()=>E,frontMatter:()=>b,metadata:()=>q,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),j=a.n(h),u=a(4667),x=a.n(u),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV0tz2zYQ/iucPTUZSpTlpAeeqsRu62kerh+XKjpAxEpCSgIMsLCt0fC/dxZ8iLJojz2TW3WiwN3Fh91vFx93QGLtIJ1DLrzONiPhtjobZUaTNXmOFhYxmBKtIGX0hYQUCrRr/BSs0d06pdeXX69vIIZSWFEgoeV4O9CiQEihtOY7ZvSF/8WgNC8J2kAMEl1mVcmBj+ws/vDKooSUrMcYXLbBQkC6A9qWHNaRVXoNVbWojdHRByO3bHEY9zPDjfIGb9TYRks2joEPiprYTZRlrrJwzuS7Y99df1tFObbh2tNf/X0AdQ74QKjltVeE7qwHI4YWAMR1YhZxexKz5HNz/iwnmhS6AIfIqqWn+l9jK6wVDFsRFq4P64KwmLUeV+iMtxnn8fk9/sXtQEpjuBO5x6FkV9Wjsg04o5Y3qhhwj2FlbCEIUpCCcERsxQ5PJG0fYGlMjkKzcZfH55JSrytNuEbb31dp+vUd8CkCi2+C4TFO1L7gcn6YXV98hBjOzs8vYcFeRj7rcHb+++z2001w+XD7R/Cp+2AgUY6Epdekqs7/YWuEBVca7eqcTCeT4x74+tch1d8mb4fZXRO7x58+uZVsyRuD9sUypHZ/iPBMnhnuvZIvYLgW+Zbnxwtq2TEw5j615kEVgvDM13OpZ9gB2yfQ+GUeiPb/aamNcFdIVh2ctNdFSr6oT7jdHH02Uq0UypdvXyAJKag/r4fTVf3snmrK/7LDmXt9YLsPY9H6JwbQq7u27gvlSGUH/LruVl9MLokrzMgNpVVIqZg/Ir88cHml3XC6TqcQeIoPmHn2/tmhq254DFUjjJPB1mm6p7SYCWKGrkTuMIaHUWYkrlGPmvt+xPf9qJEkxdEdPiQZHFJkVpErMQv032sIpaPMFIXRkdFctHCBuTot82YEPAuhGwdHUFjOFEgbw0qrNC5wgOVSCsndNNn1VFKV1ICSEIPHL9q7Vnx5m0MKbE4mM3mVJslOeNoYq2hbJaJUR6e+wtJYujSWRB7VsQJQq8QyryvZhmu4KHzOVdwQle4o3GVru+9kNoS4sec27hAdX1l/GkcRJysSWkaMLPpFrSKNKFG+4cLUeKPHgPe4JBZmbINVGYzGyjBrFpyqzNf7znewRGHRzjxneb7g1yz/rvai8vxBFGWOj1VZV+qu/duqtgxdPE5Kb7g1Ex2mk+m70clkND25OZmkJ6fp+9Px6WTyDzwjjGpNvJdC88niQNF0wqWerb0R2nRAh6M3zZ5GwheGXpn+8OqT5QkmtZWZXV5E0mS+QE2iUcOsRUQWtEiD6NqX7MSnLoRi8rp65bejCsaQqwy1w577rBTZBqPpeMLyI5CfaZYmyf39/ViEt2Nj10nj6pJPFx/Pv1yfj9iF72e0rkb/fnxyUq9x/xVC97Z57WQYvtgJHygpc6HChRLQ7poun8PdFGJID7+G6vjQ1JiV1YZHQzqH3W4pHN7avKp4+YdHy6Re7Bs38FQqx8/7AfkIWKcN4ZerRvG9iQ4xDGJvNZTe9tgPcdMX/QAV9/sGheQbt+ucj/W+o0DbfYSjT7Eqbj1mWYYl9WxZyx5MzeZrdNl8DTYtYMU9y1lxDyl8g28M0pTdVRbWd5ALvfZizfb1tvz7D+28LYo=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post",permalink:"/docs/api/service-api/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV0tz2zYQ/iucPTUZSpTlpAeeqsRu62kerh+XKjpAxEpCSgIMsLCt0fC/dxZ8iLJojz2TW3WiwN3Fh91vFx93QGLtIJ1DLrzONiPhtjobZUaTNXmOFhYxmBKtIGX0hYQUCrRr/BSs0d06pdeXX69vIIZSWFEgoeV4O9CiQEihtOY7ZvSF/8WgNC8J2kAMEl1mVcmBj+ws/vDKooSUrMcYXLbBQkC6A9qWHNaRVXoNVbWojdHRByO3bHEY9zPDjfIGb9TYRks2joEPiprYTZRlrrJwzuS7Y99df1tFObbh2tNf/X0AdQ74QKjltVeE7qwHI4YWAMR1YhZxexKz5HNz/iwnmhS6AIfIqqWn+l9jK6wVDFsRFq4P64KwmLUeV+iMtxnn8fk9/sXtQEpjuBO5x6FkV9Wjsg04o5Y3qhhwj2FlbCEIUpCCcERsxQ5PJG0fYGlMjkKzcZfH55JSrytNuEbb31dp+vUd8CkCi2+C4TFO1L7gcn6YXV98hBjOzs8vYcFeRj7rcHb+++z2001w+XD7R/Cp+2AgUY6Epdekqs7/YWuEBVca7eqcTCeT4x74+tch1d8mb4fZXRO7x58+uZVsyRuD9sUypHZ/iPBMnhnuvZIvYLgW+Zbnxwtq2TEw5j615kEVgvDM13OpZ9gB2yfQ+GUeiPb/aamNcFdIVh2ctNdFSr6oT7jdHH02Uq0UypdvXyAJKag/r4fTVf3snmrK/7LDmXt9YLsPY9H6JwbQq7u27gvlSGUH/LruVl9MLokrzMgNpVVIqZg/Ir88cHml3XC6TqcQeIoPmHn2/tmhq254DFUjjJPB1mm6p7SYCWKGrkTuMIaHUWYkrlGPmvt+xPf9qJEkxdEdPiQZHFJkVpErMQv032sIpaPMFIXRkdFctHCBuTot82YEPAuhGwdHUFjOFEgbw0qrNC5wgOVSCsndNNn1VFKV1ICSEIPHL9q7Vnx5m0MKbE4mM3mVJslOeNoYq2hbJaJUR6e+wtJYujSWRB7VsQJQq8QyryvZhmu4KHzOVdwQle4o3GVru+9kNoS4sec27hAdX1l/GkcRJysSWkaMLPpFrSKNKFG+4cLUeKPHgPe4JBZmbINVGYzGyjBrFpyqzNf7znewRGHRzjxneb7g1yz/rvai8vxBFGWOj1VZV+qu/duqtgxdPE5Kb7g1Ex2mk+m70clkND25OZmkJ6fp+9Px6WTyDzwjjGpNvJdC88niQNF0wqWerb0R2nRAh6M3zZ5GwheGXpn+8OqT5QkmtZWZXV5E0mS+QE2iUcOsRUQWtEiD6NqX7MSnLoRi8rp65bejCsaQqwy1w577rBTZBqPpeMLyI5CfaZYmyf39/ViEt2Nj10nj6pJPFx/Pv1yfj9iF72e0rkb/fnxyUq9x/xVC97Z57WQYvtgJHygpc6HChRLQ7poun8PdFGJID7+G6vjQ1JiV1YZHQzqH3W4pHN7avKp4+YdHy6Re7Bs38FQqx8/7AfkIWKcN4ZerRvG9iQ4xDGJvNZTe9tgPcdMX/QAV9/sGheQbt+ucj/W+o0DbfYSjT7Eqbj1mWYYl9WxZyx5MzeZrdNl8DTYtYMU9y1lxDyl8g28M0pTdVRbWd5ALvfZizfb1tvz7D+28LYo=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/finish-launch-using-put"}},v={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:53.476Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:53.476Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:53.476Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function E(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/af69bd61.e66fe34c.js b/assets/js/af69bd61.fd345239.js similarity index 98% rename from assets/js/af69bd61.e66fe34c.js rename to assets/js/af69bd61.fd345239.js index 8ad3a45ce..dda30810a 100644 --- a/assets/js/af69bd61.e66fe34c.js +++ b/assets/js/af69bd61.fd345239.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13776],{54098:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>w,contentTitle:()=>f,default:()=>_,frontMatter:()=>y,metadata:()=>N,toc:()=>q});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),g=i.n(h),j=i(4667),u=i.n(j),v=i(9472),x=i.n(v),b=(i(1176),i(12005),i(85162));const y={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"}},w={},q=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:45.334Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.335Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13776],{54098:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>w,contentTitle:()=>f,default:()=>_,frontMatter:()=>y,metadata:()=>N,toc:()=>q});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),g=i.n(h),j=i(4667),u=i.n(j),v=i(9472),x=i.n(v),b=(i(1176),i(12005),i(85162));const y={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"}},w={},q=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:55.324Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.324Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/b2229da9.1f0b1491.js b/assets/js/b2229da9.1f0b1491.js new file mode 100644 index 000000000..62f2f9580 --- /dev/null +++ b/assets/js/b2229da9.1f0b1491.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27653],{73713:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>b,default:()=>R,frontMatter:()=>E,metadata:()=>q,toc:()=>S});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),m=(a(82723),a(9487)),d=a.n(m),o=a(41429),p=a.n(o),h=a(5397),j=a.n(h),x=a(4667),u=a.n(x),f=a(9472),g=a.n(f),y=(a(1176),a(12005),a(85162));const E={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpg2F2c1iflhCyoSobWD4Ou4RKCbsBZW3JI8kzQ1H+71st+QvwzGxlTiO51f269fS6OYNhBw3hBgxq0+MG014khVEySVDB1geZoWKGSzGNIQRtmDLjI0/iqcF0rbk4zGfL1fch+JAxxVI0qMjfGQRLEULaRWHIGnzgwu6YI/gQo44Uz8j1tZnC+5wrjCE0KkcfdHTElEF4BnPK0MJQXBygKPwmjpI/MDJfafVioAu7/x9p64xRmw8yPpHFpV9bmRVqm8PiL/CB6ojCkCnLsoRHtozBD03253YobhKKtbxx0cDbQMJyER3XOY/Bd0n7ZVBu/7eAt34FXO4oTboWRVdoOGqLxBjFd7lxq9KWKcVOVDWDqW4jIiCj+oSF9LL7f/HUUTwf9EnT1TafdlImyAT4gE8szSjaniUaCx8eWJJj1xUUBRU1xgXuO4NcXEjH9yPTS8OM7oBR+O363hy+JtF6Pf3oyb3nWOu5o+TEkbEjdvtxvF73eWW9QC1zFeEVF6jMr171c3fxYn0VGnXqLpD9NOsufUPEjtrtpUqZgRBiZrBnyKrwreCMmcZpR72LKrdbZyjylEqwXE9XE/BhuZot/gYfVpPlipbjydfRYjqzXyZz8OHD5NNsMfk+/jJaLpvlH4vZet5a/zlZfZ59bNaV+3JZeh99Wk0WtSu3qj25Ze3ILSs/bmXdbAsfcsHv8+7Uq3toC5Pd0JkU2l3t3WB4q0BjhcxgfKk874J33WIzEUadyiMjfRLRYvnq6+56GkVRIo4xUxhZBO4p+/DUo+d6QNErpbO3k/GpVyr2rWJe5mPl0GNeRO3GI7p43PUHfDIoNJfCdRpL9BeD1aS/CUq6nqI5SupumdQ2aeobIQQPw+DcahdFQOGDc9OqCpJgVA9Vy8tVAiHQGSMjmRRhEJxZbo5ScXMqApbxmyQXmEll5lIZlnjOl0WrONslruqVO3fje5Yn9JaOxmT6xt28sm0eChmCX9oT92pEtxT6LLXxqGIeE7FHyLw3fO8JxBjjt6R4Dq93DbjBFWMq+8paZdaozyWRZEulinIXd3OGHTKFapRTqTfb9uclcdWl3jaqiVcmZCltJcoa0TAA1FsXTZeeVK3lsu/VlKlFpWpPJW8bsjiKb1t957mWUG83XcaNFO2+0ljVb6BcXw1PV/g6AJVC7WLU0txKqVFkuBvc/dobDnp3w9VwEA5/Cd+/79/9NvgHLlW4OVxWuhKvRq1aAs3FXrYFpc3kZ2he0WY0n3qxjPIUhbFDUalZLLKaVdZmmWd0iKicMk4vS7ud32/o5UPCIxQaW8dHGYuO6N31B5SBfZnEnDAIHh8f+8x+7Ut1CMqjOvgyHU++Lic9OkJ9EpV26N/3h4P+0LZxqU3KRBvlsyrVPY4YfDJBljBue6rFdS4VZwMPNEeHV6Os8xa2JuStD0eSqnAD5/OOaVyrpCho+z5HYsVm22iI5VPMNf3fSPMVuLpjwJtF2XneehczeSf8ao4RpxZJwS/p2zpPg/rPYbioxc+AaDkoSP6OyGJUrVc2dnF7K/LTeLiZ2SkHd2IURZiZli112YtOQj+KwIdd+VMhlTGZKfZIgxx7hBC+wTcCKW36Vuzs/hkSJg45O5C9C0t//wHnTaMv",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpg2F2c1iflhCyoSobWD4Ou4RKCbsBZW3JI8kzQ1H+71st+QvwzGxlTiO51f269fS6OYNhBw3hBgxq0+MG014khVEySVDB1geZoWKGSzGNIQRtmDLjI0/iqcF0rbk4zGfL1fch+JAxxVI0qMjfGQRLEULaRWHIGnzgwu6YI/gQo44Uz8j1tZnC+5wrjCE0KkcfdHTElEF4BnPK0MJQXBygKPwmjpI/MDJfafVioAu7/x9p64xRmw8yPpHFpV9bmRVqm8PiL/CB6ojCkCnLsoRHtozBD03253YobhKKtbxx0cDbQMJyER3XOY/Bd0n7ZVBu/7eAt34FXO4oTboWRVdoOGqLxBjFd7lxq9KWKcVOVDWDqW4jIiCj+oSF9LL7f/HUUTwf9EnT1TafdlImyAT4gE8szSjaniUaCx8eWJJj1xUUBRU1xgXuO4NcXEjH9yPTS8OM7oBR+O363hy+JtF6Pf3oyb3nWOu5o+TEkbEjdvtxvF73eWW9QC1zFeEVF6jMr171c3fxYn0VGnXqLpD9NOsufUPEjtrtpUqZgRBiZrBnyKrwreCMmcZpR72LKrdbZyjylEqwXE9XE/BhuZot/gYfVpPlipbjydfRYjqzXyZz8OHD5NNsMfk+/jJaLpvlH4vZet5a/zlZfZ59bNaV+3JZeh99Wk0WtSu3qj25Ze3ILSs/bmXdbAsfcsHv8+7Uq3toC5Pd0JkU2l3t3WB4q0BjhcxgfKk874J33WIzEUadyiMjfRLRYvnq6+56GkVRIo4xUxhZBO4p+/DUo+d6QNErpbO3k/GpVyr2rWJe5mPl0GNeRO3GI7p43PUHfDIoNJfCdRpL9BeD1aS/CUq6nqI5SupumdQ2aeobIQQPw+DcahdFQOGDc9OqCpJgVA9Vy8tVAiHQGSMjmRRhEJxZbo5ScXMqApbxmyQXmEll5lIZlnjOl0WrONslruqVO3fje5Yn9JaOxmT6xt28sm0eChmCX9oT92pEtxT6LLXxqGIeE7FHyLw3fO8JxBjjt6R4Dq93DbjBFWMq+8paZdaozyWRZEulinIXd3OGHTKFapRTqTfb9uclcdWl3jaqiVcmZCltJcoa0TAA1FsXTZeeVK3lsu/VlKlFpWpPJW8bsjiKb1t957mWUG83XcaNFO2+0ljVb6BcXw1PV/g6AJVC7WLU0txKqVFkuBvc/dobDnp3w9VwEA5/Cd+/79/9NvgHLlW4OVxWuhKvRq1aAs3FXrYFpc3kZ2he0WY0n3qxjPIUhbFDUalZLLKaVdZmmWd0iKicMk4vS7ud32/o5UPCIxQaW8dHGYuO6N31B5SBfZnEnDAIHh8f+8x+7Ut1CMqjOvgyHU++Lic9OkJ9EpV26N/3h4P+0LZxqU3KRBvlsyrVPY4YfDJBljBue6rFdS4VZwMPNEeHV6Os8xa2JuStD0eSqnAD5/OOaVyrpCho+z5HYsVm22iI5VPMNf3fSPMVuLpjwJtF2XneehczeSf8ao4RpxZJwS/p2zpPg/rPYbioxc+AaDkoSP6OyGJUrVc2dnF7K/LTeLiZ2SkHd2IURZiZli112YtOQj+KwIdd+VMhlTGZKfZIgxx7hBC+wTcCKW36Vuzs/hkSJg45O5C9C0t//wHnTaMv",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update test item",permalink:"/docs/api/service-api/versions/5.10/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1"}},v={},S=[{value:"Request",id:"request",level:2}];function O(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(O,{...e})}):O(e)}}}]); \ No newline at end of file diff --git a/assets/js/b2229da9.9bed6ee2.js b/assets/js/b2229da9.9bed6ee2.js deleted file mode 100644 index 501eab5cf..000000000 --- a/assets/js/b2229da9.9bed6ee2.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27653],{73713:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>b,contentTitle:()=>q,default:()=>O,frontMatter:()=>v,metadata:()=>S,toc:()=>E});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),c=i.n(n),m=(i(82723),i(9487)),d=i.n(m),o=i(41429),p=i.n(o),h=i(5397),j=i.n(h),u=i(4667),x=i.n(u),f=i(9472),g=i.n(f),y=(i(1176),i(12005),i(85162));const v={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV21v2zYQ/ivCfWoL2YqDBtv0aa7rrga62vPLh801Clo62+wkUiGpJIah/z4cqTfbSjI0n0LqePfc8eFz5xMYttcQrsGgNj1uMO1FUhglkwQVbHyQGSpmuBSTGELQhikzOvAknhhMV5qL/Wy6WH4fgA8ZUyxFg4r8nUCwFCGkXRSGrMEHLuyOOYAPMepI8YxcX5opvM+5whhCo3L0QUcHTBmEJzDHDC0MxcUeisJv4ij5AyPzlVYvBjqz+/+RNs4Ytfkg4yNZnPu1lVmitjnM/wIfqI4oDJmyLEt4ZMsY/NBkf2qH4iahWIsrFw28NSQsF9FhlfMYfJe0Xwbl9n8LeONXwOWW0qRrUXSFhqO2SIxRfJsbtyptmVLsSFUzmOo2IgIyrE9YSC+7/xePHcXzQR81XW3zaStlgkyAD/jE0oyi7ViisfDhgSU5dl1BUVBRY5zjrjPI2YV0fD8wvTDM6A4Yhd+u79XhSxKtVpOPntx5jrWeO0pOHBk7Yrcfx+t1n1XWc9QyVxFecIHK/OpVP3cXL9ZXoVHH7gLZT9Pu0jdE7KjdTqqUGQghZgZ7hqwK3wrOiGmcdNS7qHK7doYiT6kEi9VkOQYfFsvp/G/wYTleLGk5Gn8dzidT+2U8Ax8+jD9N5+Pvoy/DxaJZ/jGfrmat9Z/j5efpx2ZduS+Xpffhp+V4Xrtyq9qTW9aO3LLy41bWzabwIRf8Pu9OvbqHtjDZDZ1Jod3V3t4MrhVopJAZjM+V513wrltsxsKoY3lkqI8imi9efd1dT6MoSsQxZgoji8A9ZR+eevRc9yh6pXT2tjI+9krFvlbM83ysHHrMi6jdeEQXj7v+gE8GheZSuE5jif5isJr0V0FJ11M0B0ndLZPaJk19I4TgYRCcWu2iCCh8cGpaVUESjOqhanm5SiAEOmNkJJMiDIITy81BKm6ORcAyfpXkHDOpzEwqwxLP+bJoFWfbxFW9cudufMfyhN7SwZhMX7mbVbbNQyFD8Et74l6N6JpCn6U2HlXMYyL2CJn3hu88gRhj/JYUz+H1LgE3uGJMZV9Zq8wa9bkkkmyoVFHu4q5PsEWmUA1zKvV60/68IK661NtGNfHKhCylrURZIxoGgHrrvOnS46q1nPe9mjK1qFTtqeRtQxZH8U2r7zzXEurtpsu4kaLdVxqr+g2U64vh6QJfB6BSqF2MWppbKTWKDLc3t+97g5ve4Jfl4C68HYTv7/q3v/36D5yrcHO4rHQlXo1atQSai51sC0qbyc/QvKLNcDbxYhnlKQpjh6JSs1hkNauszSLP6BBROWWcXpZ2O79f0cuHhEcoNLaODzMWHdC77d9QBvZlEnPCIHh8fOwz+7Uv1T4oj+rgy2Q0/roY9+gI9UlU2qG/6w9u+gPbxqU2KRNtlM+qVPc4YvDJBFnCuO2pFtepVJw1PNAcHV6Mss5b2JqQNz4cSKrCNZxOW6ZxpZKioO37HIkV602jIZZPMdf0fyPNF+DqjgFv5mXneeudzeSd8Ks5RhxbJAW/pG/rPA3qP4fhrBY/A6LloCD5OyCLUbVe2cjF7S3JT+PhamanHNyJYRRhZlq21GXPOgn9KAIftuVPhVTGZKbYIw1y7BFC+AbfCKS06Vuxs/snSJjY52xP9i4s/f0HIoOjPw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,S={id:"api/service-api/versions/5.10/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV21v2zYQ/ivCfWoL2YqDBtv0aa7rrga62vPLh801Clo62+wkUiGpJIah/z4cqTfbSjI0n0LqePfc8eFz5xMYttcQrsGgNj1uMO1FUhglkwQVbHyQGSpmuBSTGELQhikzOvAknhhMV5qL/Wy6WH4fgA8ZUyxFg4r8nUCwFCGkXRSGrMEHLuyOOYAPMepI8YxcX5opvM+5whhCo3L0QUcHTBmEJzDHDC0MxcUeisJv4ij5AyPzlVYvBjqz+/+RNs4Ytfkg4yNZnPu1lVmitjnM/wIfqI4oDJmyLEt4ZMsY/NBkf2qH4iahWIsrFw28NSQsF9FhlfMYfJe0Xwbl9n8LeONXwOWW0qRrUXSFhqO2SIxRfJsbtyptmVLsSFUzmOo2IgIyrE9YSC+7/xePHcXzQR81XW3zaStlgkyAD/jE0oyi7ViisfDhgSU5dl1BUVBRY5zjrjPI2YV0fD8wvTDM6A4Yhd+u79XhSxKtVpOPntx5jrWeO0pOHBk7Yrcfx+t1n1XWc9QyVxFecIHK/OpVP3cXL9ZXoVHH7gLZT9Pu0jdE7KjdTqqUGQghZgZ7hqwK3wrOiGmcdNS7qHK7doYiT6kEi9VkOQYfFsvp/G/wYTleLGk5Gn8dzidT+2U8Ax8+jD9N5+Pvoy/DxaJZ/jGfrmat9Z/j5efpx2ZduS+Xpffhp+V4Xrtyq9qTW9aO3LLy41bWzabwIRf8Pu9OvbqHtjDZDZ1Jod3V3t4MrhVopJAZjM+V513wrltsxsKoY3lkqI8imi9efd1dT6MoSsQxZgoji8A9ZR+eevRc9yh6pXT2tjI+9krFvlbM83ysHHrMi6jdeEQXj7v+gE8GheZSuE5jif5isJr0V0FJ11M0B0ndLZPaJk19I4TgYRCcWu2iCCh8cGpaVUESjOqhanm5SiAEOmNkJJMiDIITy81BKm6ORcAyfpXkHDOpzEwqwxLP+bJoFWfbxFW9cudufMfyhN7SwZhMX7mbVbbNQyFD8Et74l6N6JpCn6U2HlXMYyL2CJn3hu88gRhj/JYUz+H1LgE3uGJMZV9Zq8wa9bkkkmyoVFHu4q5PsEWmUA1zKvV60/68IK661NtGNfHKhCylrURZIxoGgHrrvOnS46q1nPe9mjK1qFTtqeRtQxZH8U2r7zzXEurtpsu4kaLdVxqr+g2U64vh6QJfB6BSqF2MWppbKTWKDLc3t+97g5ve4Jfl4C68HYTv7/q3v/36D5yrcHO4rHQlXo1atQSai51sC0qbyc/QvKLNcDbxYhnlKQpjh6JSs1hkNauszSLP6BBROWWcXpZ2O79f0cuHhEcoNLaODzMWHdC77d9QBvZlEnPCIHh8fOwz+7Uv1T4oj+rgy2Q0/roY9+gI9UlU2qG/6w9u+gPbxqU2KRNtlM+qVPc4YvDJBFnCuO2pFtepVJw1PNAcHV6Mss5b2JqQNz4cSKrCNZxOW6ZxpZKioO37HIkV602jIZZPMdf0fyPNF+DqjgFv5mXneeudzeSd8Ks5RhxbJAW/pG/rPA3qP4fhrBY/A6LloCD5OyCLUbVe2cjF7S3JT+PhamanHNyJYRRhZlq21GXPOgn9KAIftuVPhVTGZKbYIw1y7BFC+AbfCKS06Vuxs/snSJjY52xP9i4s/f0HIoOjPw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update test item",permalink:"/docs/api/service-api/versions/5.10/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1"}},b={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,a.jsx)(c(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,a.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function O(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/ba04e5ff.311b400e.js b/assets/js/ba04e5ff.311b400e.js new file mode 100644 index 000000000..4c94f4898 --- /dev/null +++ b/assets/js/ba04e5ff.311b400e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[90095],{58143:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>J,contentTitle:()=>N,default:()=>P,frontMatter:()=>v,metadata:()=>b,toc:()=>E});var a=s(85893),n=s(11151),r=s(58219),l=s.n(r),t=(s(62316),s(51039)),c=s.n(t),d=(s(82723),s(9487)),m=s.n(d),o=s(41429),h=s.n(o),p=s(5397),u=s.n(p),j=s(4667),f=s.n(j),x=s(9472),g=s.n(x),y=(s(1176),s(12005),s(85162));const v={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9z2jgQ/lc8+9R2DAbS3oOfjsuROaaZhAKZm7mUB2EvoNaWVElOwnj8v9+sJIMJXK5Tnoz07Q99u/tJNVi2NZA+QsEqke16zOxF1suksFoWBWpYxSAVama5FNMcUthwwc3u1sEfDBfb2cMSYlBMsxItavJWg2AlQhq8TnOIgQtIQTG7gxhyNJnminyegjT+qLjGHFKrK4zBZDssGaQ12L0ih8ZqLrbQNPEhhtLyG2b2jv69FeYU9/ORVh6Mxv4h8z0hTv12CZl/gRiIPRSWkEypgmeOvOSbIXjdjcRtQaFunIfJC2YVIZ2TY36PgCJf8hKpFiE5uaajEO2aqmM5GhfOWs3XlfX/ApZpzfbEjMXSdMNOLZbjg4WL+rb777i/QFAMZm8slp2ttZQFMgEx4AsrFUXbsMJgE8MTKyq8RHPTvCrYhUAtEWd7MWykLpmFFHJmsWcJRZlZZitzCY+iKonb2XixmPwJMdyMp7fuY7G8n8381+dp+JreLSfz+cNs6f5dj++uJ7e3YefmHmL4ezy/g1Xjj3HaW27BKCmMZ3E0GJw30f3n08b5kHx4q1dCty3+t2Q8v0hkwcX3ixuiKteoO1tcWNyi7jLMhf3to6tYKJrSmDFL53VVjuGll8kctyh6YXJ6a5nve2FgzwbmlAp/wsirQrSROjIKM77hmEdhhl1jWRSGS+H1xrXmm3EPrfc6Pg14iXYnSd1U5Tgk/UgheRoldUc2msQnldStZDWJdwYxGNRPrfpVuoAUyNTKTBZNmiQ1q+xOam73TcIUPzv1HJXUdia1ZUXkfbmUNWfrwteydee7Z8Oqgqqxs1aZM3ezFnvsdAJCHPCrJoZDRuft+Jc0NiLaIibyiDKL3vFNJBBzzN9HchP5fKPXCR/zyrGUfe1QyoH6XFLTrIiqrPJxH2tYI9OoxxUx/riibRLK+VFxJ62EnOrboeiHkW5lKDRhW+62uVevOepoQZAVGA1GH3vDQW80XA4H6fAq/XTVvxoM/oGjlLSK0dBds5Hd2ezW8D8K3BI2nk2jXGZVicK66yGMP8vc+IdJWVSKjCjFknHqKeNXfj8jlmY6Q2GwYz5WLNthNOoPIA49SdVPk+T5+bnP3G5f6m0STE1yO72e3C0mPTIhsUZtfPaf+sOhX1PS2JKJTpifG9jL2m7xxSaqYFyQb5djHcbvEZ5GEEN6em/7KLTeeTaEIVzFsJPGkmldr5nBB100DS3/qFBTu62OI+U6KOeGvo/K9SrLgyLDu3kQ9fdRJ/DFU7T3rth3RAfi0K4Ha3rC/FL8U0J+IYWug4aUYIcsJ9U/zNS1j9tbkp+jh7PnDJ3BW4yzDJXtYOkGO5FW/05chzdUKXNCafZMjx32DCl8ha+Uo3Snd4rn1msomNhWbEt4H5V+/wJ5v6ec",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put",permalink:"/docs/api/service-api/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9z2jgQ/lc8+9R2DAbS3oOfjsuROaaZhAKZm7mUB2EvoNaWVElOwnj8v9+sJIMJXK5Tnoz07Q99u/tJNVi2NZA+QsEqke16zOxF1suksFoWBWpYxSAVama5FNMcUthwwc3u1sEfDBfb2cMSYlBMsxItavJWg2AlQhq8TnOIgQtIQTG7gxhyNJnminyegjT+qLjGHFKrK4zBZDssGaQ12L0ih8ZqLrbQNPEhhtLyG2b2jv69FeYU9/ORVh6Mxv4h8z0hTv12CZl/gRiIPRSWkEypgmeOvOSbIXjdjcRtQaFunIfJC2YVIZ2TY36PgCJf8hKpFiE5uaajEO2aqmM5GhfOWs3XlfX/ApZpzfbEjMXSdMNOLZbjg4WL+rb777i/QFAMZm8slp2ttZQFMgEx4AsrFUXbsMJgE8MTKyq8RHPTvCrYhUAtEWd7MWykLpmFFHJmsWcJRZlZZitzCY+iKonb2XixmPwJMdyMp7fuY7G8n8381+dp+JreLSfz+cNs6f5dj++uJ7e3YefmHmL4ezy/g1Xjj3HaW27BKCmMZ3E0GJw30f3n08b5kHx4q1dCty3+t2Q8v0hkwcX3ixuiKteoO1tcWNyi7jLMhf3to6tYKJrSmDFL53VVjuGll8kctyh6YXJ6a5nve2FgzwbmlAp/wsirQrSROjIKM77hmEdhhl1jWRSGS+H1xrXmm3EPrfc6Pg14iXYnSd1U5Tgk/UgheRoldUc2msQnldStZDWJdwYxGNRPrfpVuoAUyNTKTBZNmiQ1q+xOam73TcIUPzv1HJXUdia1ZUXkfbmUNWfrwteydee7Z8Oqgqqxs1aZM3ezFnvsdAJCHPCrJoZDRuft+Jc0NiLaIibyiDKL3vFNJBBzzN9HchP5fKPXCR/zyrGUfe1QyoH6XFLTrIiqrPJxH2tYI9OoxxUx/riibRLK+VFxJ62EnOrboeiHkW5lKDRhW+62uVevOepoQZAVGA1GH3vDQW80XA4H6fAq/XTVvxoM/oGjlLSK0dBds5Hd2ezW8D8K3BI2nk2jXGZVicK66yGMP8vc+IdJWVSKjCjFknHqKeNXfj8jlmY6Q2GwYz5WLNthNOoPIA49SdVPk+T5+bnP3G5f6m0STE1yO72e3C0mPTIhsUZtfPaf+sOhX1PS2JKJTpifG9jL2m7xxSaqYFyQb5djHcbvEZ5GEEN6em/7KLTeeTaEIVzFsJPGkmldr5nBB100DS3/qFBTu62OI+U6KOeGvo/K9SrLgyLDu3kQ9fdRJ/DFU7T3rth3RAfi0K4Ha3rC/FL8U0J+IYWug4aUYIcsJ9U/zNS1j9tbkp+jh7PnDJ3BW4yzDJXtYOkGO5FW/05chzdUKXNCafZMjx32DCl8ha+Uo3Snd4rn1msomNhWbEt4H5V+/wJ5v6ec",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/launch-controller"}},J={},E=[{value:"Request",id:"request",level:2}];function F(e){const i={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(h(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(h(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(m(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(f(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/ba04e5ff.36320d70.js b/assets/js/ba04e5ff.36320d70.js deleted file mode 100644 index 20650d95c..000000000 --- a/assets/js/ba04e5ff.36320d70.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[90095],{58143:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>G,contentTitle:()=>N,default:()=>F,frontMatter:()=>y,metadata:()=>b,toc:()=>q});var a=s(85893),n=s(11151),r=s(58219),l=s.n(r),t=(s(62316),s(51039)),c=s.n(t),p=(s(82723),s(9487)),d=s.n(p),o=s(41429),m=s.n(o),h=s(5397),u=s.n(h),j=s(4667),f=s.n(j),x=s(9472),g=s.n(x),v=(s(1176),s(12005),s(85162));const y={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v4jgQ/leiedpdBQJcd0/K03E9qkNbtRxQnXRdHkwygHcT22s7bVGU//00tgOhcL3V8hTsb374m5nPrsGyrYH0EQpWiWzXY2Yvsl4mhdWyKFDDKgapUDPLpZjmkMKGC252tw7+YLjYzh6WEINimpVoUZO3GgQrEdLgdZpDDFxACorZHcSQo8k0V+TzFKTxe8U15pBaXWEMJtthySCtwe4VOTRWc7GFpokPMZSWXzGzd/TvrTCnuB+PtPJgNPZ3me8Jceq3S8j8L4iB2ENhCcmUKnjmyEu+GoLX3UjcFhTqxnmYvGBWEdI5Oeb3CCjyJS+RahGSk2s6CtGuqTqWo3HhrNV8XVn/L2CZ1mxPzFgsTTfs1GI5Pli4qG+7/4b7CwTFYPbGYtnZWktZIBMQA76wUlG0DSsMNjE8saLCSzQ3zauCXQjUEnG2F8NG6pJZSCFnFnuWUJSZZbYyl/AoqpK4nY0Xi8kfEMPNeHrrPhbL+9nMf32ehq/p3XIynz/Mlu7f9fjuenJ7G3Zu7iGGv8fzO1g1/hinveUWjJLCeBZHg8F5E91/Pm2cD8mHt3oldNvif0vG84tEFlx8u7ghqnKNurPFhcUt6i7DXNhPV65ioWhKY8YsnddVOYaXXiZz3KLohcnprWW+74WBPRuYUyr8CSOvCtFG6sgozPiGYx6FGXaNZVEYLoXXG9eab8Y9tN7r+DTgJdqdJHVTleOQ9COF5GmU1B3ZaBKfVFK3ktUk3hnEYFA/tepX6QJSIFMrM1k0aZLUrLI7qbndNwlT/OzUc1RS25nUlhWR9+VS1pytC1/L1p3vng2rCqrGzlplztzNWuyx0wkIccCvmhgOGZ2345/S2Ihoi5jII8osesc3kUDMMX8fyU3k841eJ3zMK8dS9rVDKQfqc0lNsyKqssrHfaxhjUyjHlfE+OOKtkko50fFnbQScqpvh6IfRrqVodCEbbnb5l695qijBUFWYDQYXfWGg97w1+XwYzoaple/9Aefrv6Bo5S0itHQXbOR3dns1vA/CtwSNp5No1xmVYnCuushjD/L3PiHSVlUiowoxZJx6injV347I5ZmOkNhsGM+VizbYTTqDyAOPUnVT5Pk+fm5z9xuX+ptEkxNcju9ntwtJj0yIbFGbXz2H/vDoV9T0tiSiU6YHxvYy9pu8cUmqmBckG+XYx3G7xGeRhBDenpv+yi03nk2hCFcxbCTxpJpXa+ZwQddNA0tf69QU7utjiPlOijnhr6PyvUqy4Miw7t5EPX3USfwxVO0967Yd0QH4tCuB2t6wvxU/FNCfiKFroOGlGCHLCfVP8zUtY/bW5Kfo4ez5wydwVuMswyV7WDpBjuRVv9OXIc3VClzQmn2TI8d9gwpfIEvlKN0p3eK59ZrKJjYVmxLeB+Vfv8Cr+Gnqw==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put",permalink:"/docs/api/service-api/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v4jgQ/leiedpdBQJcd0/K03E9qkNbtRxQnXRdHkwygHcT22s7bVGU//00tgOhcL3V8hTsb374m5nPrsGyrYH0EQpWiWzXY2Yvsl4mhdWyKFDDKgapUDPLpZjmkMKGC252tw7+YLjYzh6WEINimpVoUZO3GgQrEdLgdZpDDFxACorZHcSQo8k0V+TzFKTxe8U15pBaXWEMJtthySCtwe4VOTRWc7GFpokPMZSWXzGzd/TvrTCnuB+PtPJgNPZ3me8Jceq3S8j8L4iB2ENhCcmUKnjmyEu+GoLX3UjcFhTqxnmYvGBWEdI5Oeb3CCjyJS+RahGSk2s6CtGuqTqWo3HhrNV8XVn/L2CZ1mxPzFgsTTfs1GI5Pli4qG+7/4b7CwTFYPbGYtnZWktZIBMQA76wUlG0DSsMNjE8saLCSzQ3zauCXQjUEnG2F8NG6pJZSCFnFnuWUJSZZbYyl/AoqpK4nY0Xi8kfEMPNeHrrPhbL+9nMf32ehq/p3XIynz/Mlu7f9fjuenJ7G3Zu7iGGv8fzO1g1/hinveUWjJLCeBZHg8F5E91/Pm2cD8mHt3oldNvif0vG84tEFlx8u7ghqnKNurPFhcUt6i7DXNhPV65ioWhKY8YsnddVOYaXXiZz3KLohcnprWW+74WBPRuYUyr8CSOvCtFG6sgozPiGYx6FGXaNZVEYLoXXG9eab8Y9tN7r+DTgJdqdJHVTleOQ9COF5GmU1B3ZaBKfVFK3ktUk3hnEYFA/tepX6QJSIFMrM1k0aZLUrLI7qbndNwlT/OzUc1RS25nUlhWR9+VS1pytC1/L1p3vng2rCqrGzlplztzNWuyx0wkIccCvmhgOGZ2345/S2Ihoi5jII8osesc3kUDMMX8fyU3k841eJ3zMK8dS9rVDKQfqc0lNsyKqssrHfaxhjUyjHlfE+OOKtkko50fFnbQScqpvh6IfRrqVodCEbbnb5l695qijBUFWYDQYXfWGg97w1+XwYzoaple/9Aefrv6Bo5S0itHQXbOR3dns1vA/CtwSNp5No1xmVYnCuushjD/L3PiHSVlUiowoxZJx6injV347I5ZmOkNhsGM+VizbYTTqDyAOPUnVT5Pk+fm5z9xuX+ptEkxNcju9ntwtJj0yIbFGbXz2H/vDoV9T0tiSiU6YHxvYy9pu8cUmqmBckG+XYx3G7xGeRhBDenpv+yi03nk2hCFcxbCTxpJpXa+ZwQddNA0tf69QU7utjiPlOijnhr6PyvUqy4Miw7t5EPX3USfwxVO0967Yd0QH4tCuB2t6wvxU/FNCfiKFroOGlGCHLCfVP8zUtY/bW5Kfo4ez5wydwVuMswyV7WDpBjuRVv9OXIc3VClzQmn2TI8d9gwpfIEvlKN0p3eK59ZrKJjYVmxLeB+Vfv8Cr+Gnqw==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/launch-controller"}},G={},q=[{value:"Request",id:"request",level:2}];function C(e){const i={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(f(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(C,{...e})}):C(e)}}}]); \ No newline at end of file diff --git a/assets/js/be166ec8.977aadab.js b/assets/js/be166ec8.2d87012a.js similarity index 99% rename from assets/js/be166ec8.977aadab.js rename to assets/js/be166ec8.2d87012a.js index 2162af37b..27efb70b4 100644 --- a/assets/js/be166ec8.977aadab.js +++ b/assets/js/be166ec8.2d87012a.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19589],{76493:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),x=a.n(h),j=a(4667),u=a.n(j),g=a(9472),y=a.n(g),N=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/versions/5.10/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:45.429Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:45.429Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19589],{76493:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),x=a.n(h),j=a(4667),u=a.n(j),g=a(9472),y=a.n(g),N=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/versions/5.10/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:55.419Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:55.419Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/bea80cb3.4a576da3.js b/assets/js/bea80cb3.4a576da3.js deleted file mode 100644 index 0a522b7e3..000000000 --- a/assets/js/bea80cb3.4a576da3.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34420],{54034:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>N,default:()=>Q,frontMatter:()=>y,metadata:()=>X,toc:()=>C});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),o=a.n(n),c=(a(82723),a(9487)),m=a.n(c),d=a(41429),p=a.n(d),u=a(5397),h=a.n(u),g=a(4667),j=a.n(g),x=a(9472),v=a.n(x),f=(a(1176),a(12005),a(85162));const y={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWbabRQGdut1u0QWCdGuvL3V8GEtjmQlFKiRlr2Ho34uhZEteO82eVqPhzJvhe886gsfCQboEZYoY3UFncWa0t0YpsrASYCqy6KXRTzmkkFlCT59M8ai9PSyc1MXz3/MXEFChxZI8Wa52BI0lQQqVNV8p85/5SYDUHEK/BQE5uczKiitf5Vn6XktLOaTe1iTAZVsqEdIj+EPFZZ23UhfQNKs2mZz/3eQHzrise8Y7+wcE8GSkPadhVSmZhcGSr45zj8M20ivuM8fd+XAPagkKa51tF7XMQYCXJfGmOmxmzZPwRizvzktyXHIjuWJf+k9+/tmhdovXYzcCpKcyALh6/Xa3i8XTH5HZRJ6cj/hYZPaa8shvpYuUKaARw4Gu2wlQtCN1qxPpuuSFkLXGgoA9Wh0uemMCjnXNWd5ixsNu0KMCAbX+ps1ew6oRUJJzWNyastvsja4bY0v0kEKOnuKQ1Qiob6NvwrouKRUCrjLatXuejifX3HkI3MkvefMh+XCbKkEQ3ZF71tFs/tPr/SFeRpxTZSkLCNINKkcCXuPM5FSQjjvSx2uTH+JOa5dcvzVLuG0B9OpJO2l0K9VvdID0f2sL2KGq3/Zg8ZXkt4aNoTIuzMfiTiHZTZPjQNNNokyREK8IBDiyu5NP1FZBCpzrTWZUkybJEWu/NVb6Q5NgJa9mmVFlrH821qOK2loBoZW4Vu1iT+XaS91grZgtW+8rd1Xu+ZTbs5kTQXT5TNIzomuW/GWcj3hLEeo8YmTRO7mJNFFO+XvWXYs3egu4x5VTaUY2ZFUhaSQN82DFq8rqtu/yCGtCS/a+5hUvV8PXc6ZjO/ow6cytbqDAWn5uk4BpxuY36y308RXLqnWqk2N19Opl2VtPL8mhgQyirW+c7eEs9j6l1ThMx9OP8WQcT359mdyl00n68W70y3j8L5x0PezP7jKQ3pAQP2DLafv3z09RbrK6JO2D+XfqxswPRp3XFR9iRpQoeQDXRn67uiUBSmak3XBT9xVmW4qmozGjDwTnC0iTZL/fjzC8HRlbJN1Rl3x6enj8PH+M+UgjgNXRor8bTcajCcdYYCXqQZsLTV8Mfb53T68+qRRKHQzSBkG0Gl3CbgoC0stf3s4gglBXAras6nQJx+MaHS2sahoOf6/JMiVXvewCQXPp+P/esN6gOvsovJt1fvw+ugRwE3gXRH0YWBGIzrmGBRpW65YwJzvwtoe2b/zCdfoKV98AjTiduM8yqvwgl33/wvC6z55199lRmpzTLO75UwH3kMIX+MIgTRg/aDPEj6BQF3Urg7Yt//0HMidCFw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,X={id:"api/service-api/versions/5.10/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWbabRQGdut1u0QWCdGuvL3V8GEtjmQlFKiRlr2Ho34uhZEteO82eVqPhzJvhe886gsfCQboEZYoY3UFncWa0t0YpsrASYCqy6KXRTzmkkFlCT59M8ai9PSyc1MXz3/MXEFChxZI8Wa52BI0lQQqVNV8p85/5SYDUHEK/BQE5uczKiitf5Vn6XktLOaTe1iTAZVsqEdIj+EPFZZ23UhfQNKs2mZz/3eQHzrise8Y7+wcE8GSkPadhVSmZhcGSr45zj8M20ivuM8fd+XAPagkKa51tF7XMQYCXJfGmOmxmzZPwRizvzktyXHIjuWJf+k9+/tmhdovXYzcCpKcyALh6/Xa3i8XTH5HZRJ6cj/hYZPaa8shvpYuUKaARw4Gu2wlQtCN1qxPpuuSFkLXGgoA9Wh0uemMCjnXNWd5ixsNu0KMCAbX+ps1ew6oRUJJzWNyastvsja4bY0v0kEKOnuKQ1Qiob6NvwrouKRUCrjLatXuejifX3HkI3MkvefMh+XCbKkEQ3ZF71tFs/tPr/SFeRpxTZSkLCNINKkcCXuPM5FSQjjvSx2uTH+JOa5dcvzVLuG0B9OpJO2l0K9VvdID0f2sL2KGq3/Zg8ZXkt4aNoTIuzMfiTiHZTZPjQNNNokyREK8IBDiyu5NP1FZBCpzrTWZUkybJEWu/NVb6Q5NgJa9mmVFlrH821qOK2loBoZW4Vu1iT+XaS91grZgtW+8rd1Xu+ZTbs5kTQXT5TNIzomuW/GWcj3hLEeo8YmTRO7mJNFFO+XvWXYs3egu4x5VTaUY2ZFUhaSQN82DFq8rqtu/yCGtCS/a+5hUvV8PXc6ZjO/ow6cytbqDAWn5uk4BpxuY36y308RXLqnWqk2N19Opl2VtPL8mhgQyirW+c7eEs9j6l1ThMx9OP8WQcT359mdyl00n68W70y3j8L5x0PezP7jKQ3pAQP2DLafv3z09RbrK6JO2D+XfqxswPRp3XFR9iRpQoeQDXRn67uiUBSmak3XBT9xVmW4qmozGjDwTnC0iTZL/fjzC8HRlbJN1Rl3x6enj8PH+M+UgjgNXRor8bTcajCcdYYCXqQZsLTV8Mfb53T68+qRRKHQzSBkG0Gl3CbgoC0stf3s4gglBXAras6nQJx+MaHS2sahoOf6/JMiVXvewCQXPp+P/esN6gOvsovJt1fvw+ugRwE3gXRH0YWBGIzrmGBRpW65YwJzvwtoe2b/zCdfoKV98AjTiduM8yqvwgl33/wvC6z55199lRmpzTLO75UwH3kMIX+MIgTRg/aDPEj6BQF3Urg7Yt//0HMidCFw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/versions/5.10/log-controller"}},b={},C=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function Q(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/bea80cb3.9a5d15fa.js b/assets/js/bea80cb3.9a5d15fa.js new file mode 100644 index 000000000..5d07af8ef --- /dev/null +++ b/assets/js/bea80cb3.9a5d15fa.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34420],{54034:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>C,frontMatter:()=>f,metadata:()=>N,toc:()=>k});var i=a(85893),r=a(11151),l=a(58219),t=a.n(l),n=(a(62316),a(51039)),o=a.n(n),c=(a(82723),a(9487)),p=a.n(c),m=a(41429),d=a.n(m),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),v=a.n(x),y=(a(1176),a(12005),a(85162));const f={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsFy2zYQ/RXOnpIMKEpqfShPdV136plM6krWpYoOK3JFIQEBBgAlazT898yClEhZSuOTuVzsvl2898QjeCwcpEtQpojRHXQWZ0Z7a5QiCysBpiKLXhr9lEMKmSX09NEUj9rbw8JJXTz/M38BARVaLMmT5WpH0FgSpFBZ84Uy/4mfBEjNIfRbEJCTy6ysuPJVnqVvtbSUQ+ptTQJctqUSIT2CP1Rc1nkrdQFNs2qTyfk/TH7gjMu6Z7yzf0EAT0bacxpWlZJZGCz54jj3OGwjveI+c9ydD/eglqCw1tl2UcscBHhZEm+qw2bWPAlvxPLuvCTHJTeSK/al/+Lnnx1qt3g9diNAeioDgKvXb3e7WDz9GZlN5Mn5iI9FZq8pj/xWukiZAhoxHOi6nQBFO1K3OpGuS14IWWssCNij1eGiNybgWNec5S1mPOwGPSoQUOuv2uw1rBoBJTmHxa0pu83e6LoxtkQPKeToKQ5ZjYD6NvomrOuSUiHgKqNdu+fpeHLNnYfAnfySNx+SD7epEgTRHblnHc3mP73eH+JlxDlVlrKAIN2gciTgNc5MTgXpuCN9vDb5Ie60dsn1W7OE2xZAr560k0a3Uv1KB0j/t7aAHar6bQ8WX0l+a9gYKuPCfCzuFJLdNDkONN0kyhQJ8YpAgCO7O/lEbRWkwLneZEY1aZIcsfZbY6U/NAlW8mqWGVXG+mdjPaqorRUQWolr1S72VK691A3Witmy9b5yV+WeT7k9mzkRRJfPJD0jumbJ38b5iLcUoc4jRha9k5tIE+WUv2fdtXijt4B7XDmVZmRDVhWSRtIwD1a8qqxu+y6PsCa0ZO9rXvFyNXw9Zzq2ow+TztzqBgqs5ec2CZhmbH6z3kIfX7GsWqc6OVZHr16WvfX0khwayCDa+sbZHs5i71NajcN0PP01nozj6eRlMk4nv6R3d6Ppb5P/4KTrYX92l4H0hoT4AVtO279/fopyk9UlaR/Mv1M3Zn4w6ryu+BAzokTJA7g28vvVLQlQMiPthpu6rzDbUjQdjRl9IDhfQJok+/1+hOHtyNgi6Y665OPTw+On+WPMRxoBrI4W/d1oMh5NOMYCK1EP2lxo+mLo8717evVJpVDqYJA2CKLV6BJ2UxCQXv7ydgYRhLoSsGVVp0s4HtfoaGFV03D4W02WKbnqZRcImkvH//eG9QbV2Ufh3azz4/fRJYCbwLsg6sPAikB0zjUs0LBat4Q52YG3PbR94xeu01e4+gZoxOnEfZZR5Qe57PsXhtd99qy7z47S5Jxmcc+fCriHFD7DZwZpwvhBmyF+BIW6qFsZtG357zs0skIY",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsFy2zYQ/RXOnpIMKEpqfShPdV136plM6krWpYoOK3JFIQEBBgAlazT898yClEhZSuOTuVzsvl2898QjeCwcpEtQpojRHXQWZ0Z7a5QiCysBpiKLXhr9lEMKmSX09NEUj9rbw8JJXTz/M38BARVaLMmT5WpH0FgSpFBZ84Uy/4mfBEjNIfRbEJCTy6ysuPJVnqVvtbSUQ+ptTQJctqUSIT2CP1Rc1nkrdQFNs2qTyfk/TH7gjMu6Z7yzf0EAT0bacxpWlZJZGCz54jj3OGwjveI+c9ydD/eglqCw1tl2UcscBHhZEm+qw2bWPAlvxPLuvCTHJTeSK/al/+Lnnx1qt3g9diNAeioDgKvXb3e7WDz9GZlN5Mn5iI9FZq8pj/xWukiZAhoxHOi6nQBFO1K3OpGuS14IWWssCNij1eGiNybgWNec5S1mPOwGPSoQUOuv2uw1rBoBJTmHxa0pu83e6LoxtkQPKeToKQ5ZjYD6NvomrOuSUiHgKqNdu+fpeHLNnYfAnfySNx+SD7epEgTRHblnHc3mP73eH+JlxDlVlrKAIN2gciTgNc5MTgXpuCN9vDb5Ie60dsn1W7OE2xZAr560k0a3Uv1KB0j/t7aAHar6bQ8WX0l+a9gYKuPCfCzuFJLdNDkONN0kyhQJ8YpAgCO7O/lEbRWkwLneZEY1aZIcsfZbY6U/NAlW8mqWGVXG+mdjPaqorRUQWolr1S72VK691A3Witmy9b5yV+WeT7k9mzkRRJfPJD0jumbJ38b5iLcUoc4jRha9k5tIE+WUv2fdtXijt4B7XDmVZmRDVhWSRtIwD1a8qqxu+y6PsCa0ZO9rXvFyNXw9Zzq2ow+TztzqBgqs5ec2CZhmbH6z3kIfX7GsWqc6OVZHr16WvfX0khwayCDa+sbZHs5i71NajcN0PP01nozj6eRlMk4nv6R3d6Ppb5P/4KTrYX92l4H0hoT4AVtO279/fopyk9UlaR/Mv1M3Zn4w6ryu+BAzokTJA7g28vvVLQlQMiPthpu6rzDbUjQdjRl9IDhfQJok+/1+hOHtyNgi6Y665OPTw+On+WPMRxoBrI4W/d1oMh5NOMYCK1EP2lxo+mLo8717evVJpVDqYJA2CKLV6BJ2UxCQXv7ydgYRhLoSsGVVp0s4HtfoaGFV03D4W02WKbnqZRcImkvH//eG9QbV2Ufh3azz4/fRJYCbwLsg6sPAikB0zjUs0LBat4Q52YG3PbR94xeu01e4+gZoxOnEfZZR5Qe57PsXhtd99qy7z47S5Jxmcc+fCriHFD7DZwZpwvhBmyF+BIW6qFsZtG357zs0skIY",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/versions/5.10/log-controller"}},q={},k=[{value:"Request",id:"request",level:2}];function Z(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function C(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(Z,{...e})}):Z(e)}}}]); \ No newline at end of file diff --git a/assets/js/beffaa26.362263a8.js b/assets/js/beffaa26.2d35ea3d.js similarity index 98% rename from assets/js/beffaa26.362263a8.js rename to assets/js/beffaa26.2d35ea3d.js index 87d8f3c84..ec89c6034 100644 --- a/assets/js/beffaa26.362263a8.js +++ b/assets/js/beffaa26.2d35ea3d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[59941],{73310:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>x,default:()=>N,frontMatter:()=>f,metadata:()=>D,toc:()=>k});var i=s(85893),n=s(11151),t=s(58219),l=s.n(t),r=(s(62316),s(51039)),o=s.n(r),c=(s(82723),s(9487)),d=s.n(c),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),b=s.n(h),y=s(9472),v=s.n(y),j=(s(1176),s(12005),s(85162));const f={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},x=void 0,D={id:"api/service-api/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/get-log-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-using-get",permalink:"/docs/api/service-api/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get log by UUID (Will be removed in version 6.0)",permalink:"/docs/api/service-api/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/delete-log-using-delete"}},q={},k=[{value:"Request",id:"request",level:2}];function M(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get log by ID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,i.jsx)(a.p,{children:"Get log by ID"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:43.215Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[59941],{73310:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>x,default:()=>N,frontMatter:()=>f,metadata:()=>D,toc:()=>k});var i=s(85893),n=s(11151),t=s(58219),l=s.n(t),r=(s(62316),s(51039)),o=s.n(r),c=(s(82723),s(9487)),d=s.n(c),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),b=s.n(h),y=s(9472),v=s.n(y),j=(s(1176),s(12005),s(85162));const f={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},x=void 0,D={id:"api/service-api/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/get-log-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-using-get",permalink:"/docs/api/service-api/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get log by UUID (Will be removed in version 6.0)",permalink:"/docs/api/service-api/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/delete-log-using-delete"}},q={},k=[{value:"Request",id:"request",level:2}];function M(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get log by ID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,i.jsx)(a.p,{children:"Get log by ID"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:53.459Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/c4cc5d22.48329a85.js b/assets/js/c4cc5d22.48329a85.js new file mode 100644 index 000000000..1acc665ad --- /dev/null +++ b/assets/js/c4cc5d22.48329a85.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[29728],{57833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>W,contentTitle:()=>f,default:()=>D,frontMatter:()=>y,metadata:()=>N,toc:()=>q});var i=a(85893),r=a(11151),n=a(58219),t=a.n(n),l=(a(62316),a(51039)),o=a.n(l),d=(a(82723),a(9487)),c=a.n(d),p=a(41429),m=a.n(p),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),v=a.n(x),b=(a(1176),a(12005),a(85162));const y={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAW7bbPVSnbrdbdIEg3drrSx2joKWxxIQiFZKy1xD078WQsiWvnMYnixrOvBm+98QGHM8tJBuQOp+kWjmjpUQDWwa6QsOd0OopgwRSg9zhR50/KmdOaytU/vzX6uXfOTCouOElOjSUqQHFS4QEKqO/YOo+0RMDoWiJuwIYZGhTIyrKPYoz+K0WBjNInKmRgU0LLDkkDbhTRWmtM0Ll0LbbEIzW/aazE0Vc570gXv4NDKg3VI7CeFVJkfrW4i+WYpthGeEk1Vnxw2VzD2oDktcqLda1yICBEyXSrDpseked0EQMTc8JtJRyLyhjn/oPev7RpjDFcdstA+Gw9ABGr9/Odr1++j3S+8ihdRFti/RRYRa5QthI6hxaNmxoXI6BxAPKW5VQ1SUNBI3RBhgcuVH+oPfa49jVFOUMT6nZPXdcAoNafVX6qGDbMijRWp7f6rKb7I2qe21K7iCBjDuc+KiWQX0bfevHdU0pv2ArrWyY82I2H3PnwXMnu+bNh/jDbap4SXRb7u1JpcvVD4/3u3gJcYaVwdQjSPZcWmTwOkl1hjmqSUf6yU5np0mntWuu3+rFnzYDfHWorNAqSPUrniD539wMDlzWb2uQ+Ep0hSZrqLT1/ZG4E4gP87gZaLqNpc5jpBEBA4vmcPaJ2khIgGKdTrVskzhueO0KbYQ7tTGvxKiXJVbauGdtHJdRyOURGsF3Mgz2nC4c6p7XkthSOFfZUbrnc2zPZgoE1sUTSS+Ixiz5U1sX0ZQirrKIkEXvxD5SiBlm70l3AW/0FnCPK8NST42PqnzQVGjiwZZGldah7qaBHXKD5r6mEW+2w9cromNofRh04VbXkGctPYcgIJqR+S17C3185WUVnOrsWB29eln21tNLcmggg9XgGxd7uIi9Dwkah8Vs8fNkPpss5i/zWTL/Kbm7my5+mf0DZ10P65O7DKQ3JMR32HKe/v3zU5TptC5ROW/+nbp56gatruqKNhEjSi6oARtWfh2dEgMpUlR2OKn7iqcFRovpjNB7gtMBJHF8PB6n3L+dapPH3VYbf3x6ePy0epzQlpYBqSOgv5vOZ9M5rZHASq4GZa40fdX05dwdvrq4klwob5DGCyJodAMH+mwn11/eziC8ULcMClJ1soGm2XGLayPblpa/1WiIkttedp6gmbD0vzesN6guPgrvlp0fv4+uAdwE3i1ydRpYEbDOuYYJWlJrgTxDM/C2h1B38kJ5+gyjO0DLzjvu0xQrN4gl378yPLr4AINdd+0odUZhhh/pqsCPkMBn+EwgtW/fa9OvNyC5yusgg1CWfv8Buh9AWg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post-1",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAW7bbPVSnbrdbdIEg3drrSx2joKWxxIQiFZKy1xD078WQsiWvnMYnixrOvBm+98QGHM8tJBuQOp+kWjmjpUQDWwa6QsOd0OopgwRSg9zhR50/KmdOaytU/vzX6uXfOTCouOElOjSUqQHFS4QEKqO/YOo+0RMDoWiJuwIYZGhTIyrKPYoz+K0WBjNInKmRgU0LLDkkDbhTRWmtM0Ll0LbbEIzW/aazE0Vc570gXv4NDKg3VI7CeFVJkfrW4i+WYpthGeEk1Vnxw2VzD2oDktcqLda1yICBEyXSrDpseked0EQMTc8JtJRyLyhjn/oPev7RpjDFcdstA+Gw9ABGr9/Odr1++j3S+8ihdRFti/RRYRa5QthI6hxaNmxoXI6BxAPKW5VQ1SUNBI3RBhgcuVH+oPfa49jVFOUMT6nZPXdcAoNafVX6qGDbMijRWp7f6rKb7I2qe21K7iCBjDuc+KiWQX0bfevHdU0pv2ArrWyY82I2H3PnwXMnu+bNh/jDbap4SXRb7u1JpcvVD4/3u3gJcYaVwdQjSPZcWmTwOkl1hjmqSUf6yU5np0mntWuu3+rFnzYDfHWorNAqSPUrniD539wMDlzWb2uQ+Ep0hSZrqLT1/ZG4E4gP87gZaLqNpc5jpBEBA4vmcPaJ2khIgGKdTrVskzhueO0KbYQ7tTGvxKiXJVbauGdtHJdRyOURGsF3Mgz2nC4c6p7XkthSOFfZUbrnc2zPZgoE1sUTSS+Ixiz5U1sX0ZQirrKIkEXvxD5SiBlm70l3AW/0FnCPK8NST42PqnzQVGjiwZZGldah7qaBHXKD5r6mEW+2w9cromNofRh04VbXkGctPYcgIJqR+S17C3185WUVnOrsWB29eln21tNLcmggg9XgGxd7uIi9Dwkah8Vs8fNkPpss5i/zWTL/Kbm7my5+mf0DZ10P65O7DKQ3JMR32HKe/v3zU5TptC5ROW/+nbp56gatruqKNhEjSi6oARtWfh2dEgMpUlR2OKn7iqcFRovpjNB7gtMBJHF8PB6n3L+dapPH3VYbf3x6ePy0epzQlpYBqSOgv5vOZ9M5rZHASq4GZa40fdX05dwdvrq4klwob5DGCyJodAMH+mwn11/eziC8ULcMClJ1soGm2XGLayPblpa/1WiIkttedp6gmbD0vzesN6guPgrvlp0fv4+uAdwE3i1ydRpYEbDOuYYJWlJrgTxDM/C2h1B38kJ5+gyjO0DLzjvu0xQrN4gl378yPLr4AINdd+0odUZhhh/pqsCPkMBn+EwgtW/fa9OvNyC5yusgg1CWfv8Buh9AWg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get"}},W={},q=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/c4cc5d22.70861aef.js b/assets/js/c4cc5d22.70861aef.js deleted file mode 100644 index 4ebf23473..000000000 --- a/assets/js/c4cc5d22.70861aef.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[29728],{57833:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>y,contentTitle:()=>N,default:()=>M,frontMatter:()=>C,metadata:()=>b,toc:()=>q});var i=s(85893),r=s(11151),t=s(58219),n=s.n(t),l=(s(62316),s(51039)),o=s.n(l),d=(s(82723),s(9487)),c=s.n(d),p=s(41429),m=s.n(p),h=s(5397),u=s.n(h),x=s(4667),g=s.n(x),j=s(9472),f=s.n(j),v=(s(1176),s(12005),s(85162));const C={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGPmzgQ/itontrKhCTq6lSemtvb061U9faSzculUeXABNwam9om2Qjx309jSCBLes1TMOOZb8bf9+EaHM8sxBuQOgsTrZzRUqKBLQNdouFOaPWYQgyJQe7wk84elDOntRUqe/p79fx1BgxKbniBDg1lqkHxAiGG0uhvmLjP9MRAKFriLgcGKdrEiJJyj+IM/qiEwRRiZypkYJMcCw5xDe5UUlrrjFAZNM22DUbrftfpiSKu814QL/8BBtQbKkdhvCylSHxr0TdLsfWwjHCS6qz44bK5B7UBySuV5OtKpMDAiQJpVh02vaNOaCKGpucEWkq5F5SxT/0nPf9qUzvFcdsNA+Gw8ABGr1/Pdr1+/CPQ+8ChdQFtC/RRYRq4XNhA6gwaNmxoXI6BxAPKW5VQVQUNBI3RBhgcuVH+oPfa49hVFOUMT6jZPXdcAoNKfVf6qGDbMCjQWp7d6rKb7I2qe20K7iCGlDsMfVTDoLqNvvHjuqaUX7ClVrad83w6G3Pn3nMnvebNu+jdbap4SXRbFvakkuXql8f7U7yEOMXSYOIRxHsuLTJ4CROdYoYq7Egf7nR6CjutXXP9Vi/+tBngi0NlhVatVL/jCeL/zc3gwGX1ugaJr0CXa7KGUlvfH4k7hugwi+qBpptI6ixCGhEwsGgOZ5+ojIQYKNbpRMsmjqKaVy7XRrhTE/FSjHpZYqmNe9LGcRm0uTxCI/hOtoM9p2sPdc8rSWzJnSvtKN3TObZnMwUC6+KJpBdEY5b8pa0LaEoBV2lAyII3Yh8oxBTTt6S7Fm/wGnCPK8VCT4yPKn3QRGjiwZZGlVRt3U0NO+QGzaKiEW+2w9cromPb+jDowq2uIc9aem6DgGhG5rfsLfThhRdl61Rnx+ro1cuyt55ekkMDGay2vnGxh4vY+5BW4zCfzt+Hs2k4++15dhfPZ/H7u8n8w4d/4azrYX1yl4H0hoT4CVvO0188PQapTqoClfPm36mbJ27Q6qoqaRMxouCCGrDtysfRKTGQIkFlh5NalDzJMZhPpoTeE5wOII6i4/E44f7tRJss6rba6NPj/cPn1UNIWxoGpI4W/d1kNp3MaI0EVnA1KHOl6aumL+fu8MVFpeRCeYM0XhCtRjdwoM92fP3l7QzCC3XLICdVxxuo6x23uDayaWj5R4WGKLntZecJmgpL/3vDeoXq4qPwZtn58dvgGsBN4N0iV6eBFQHrnGuYoCG15shTNANvu2/rhs+Up88wugM07LxjkSRYukEs+f6V4dHFBxjsumtHoVMKM/xIVwV+hBi+wBcCqX37Xpt+vQbJVVa1MmjL0u8/7CFAaw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/versions/5.10/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post-1",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGPmzgQ/itontrKhCTq6lSemtvb061U9faSzculUeXABNwam9om2Qjx309jSCBLes1TMOOZb8bf9+EaHM8sxBuQOgsTrZzRUqKBLQNdouFOaPWYQgyJQe7wk84elDOntRUqe/p79fx1BgxKbniBDg1lqkHxAiGG0uhvmLjP9MRAKFriLgcGKdrEiJJyj+IM/qiEwRRiZypkYJMcCw5xDe5UUlrrjFAZNM22DUbrftfpiSKu814QL/8BBtQbKkdhvCylSHxr0TdLsfWwjHCS6qz44bK5B7UBySuV5OtKpMDAiQJpVh02vaNOaCKGpucEWkq5F5SxT/0nPf9qUzvFcdsNA+Gw8ABGr1/Pdr1+/CPQ+8ChdQFtC/RRYRq4XNhA6gwaNmxoXI6BxAPKW5VQVQUNBI3RBhgcuVH+oPfa49hVFOUMT6jZPXdcAoNKfVf6qGDbMCjQWp7d6rKb7I2qe20K7iCGlDsMfVTDoLqNvvHjuqaUX7ClVrad83w6G3Pn3nMnvebNu+jdbap4SXRbFvakkuXql8f7U7yEOMXSYOIRxHsuLTJ4CROdYoYq7Egf7nR6CjutXXP9Vi/+tBngi0NlhVatVL/jCeL/zc3gwGX1ugaJr0CXa7KGUlvfH4k7hugwi+qBpptI6ixCGhEwsGgOZ5+ojIQYKNbpRMsmjqKaVy7XRrhTE/FSjHpZYqmNe9LGcRm0uTxCI/hOtoM9p2sPdc8rSWzJnSvtKN3TObZnMwUC6+KJpBdEY5b8pa0LaEoBV2lAyII3Yh8oxBTTt6S7Fm/wGnCPK8VCT4yPKn3QRGjiwZZGlVRt3U0NO+QGzaKiEW+2w9cromPb+jDowq2uIc9aem6DgGhG5rfsLfThhRdl61Rnx+ro1cuyt55ekkMDGay2vnGxh4vY+5BW4zCfzt+Hs2k4++15dhfPZ/H7u8n8w4d/4azrYX1yl4H0hoT4CVvO0188PQapTqoClfPm36mbJ27Q6qoqaRMxouCCGrDtysfRKTGQIkFlh5NalDzJMZhPpoTeE5wOII6i4/E44f7tRJss6rba6NPj/cPn1UNIWxoGpI4W/d1kNp3MaI0EVnA1KHOl6aumL+fu8MVFpeRCeYM0XhCtRjdwoM92fP3l7QzCC3XLICdVxxuo6x23uDayaWj5R4WGKLntZecJmgpL/3vDeoXq4qPwZtn58dvgGsBN4N0iV6eBFQHrnGuYoCG15shTNANvu2/rhs+Up88wugM07LxjkSRYukEs+f6V4dHFBxjsumtHoVMKM/xIVwV+hBi+wBcCqX37Xpt+vQbJVVa1MmjL0u8/7CFAaw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get"}},y={},q=[{value:"Request",id:"request",level:2}];function w(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(a.p,{children:"Create log"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/c54953e9.1edf5e2c.js b/assets/js/c54953e9.1edf5e2c.js new file mode 100644 index 000000000..c0700a1fd --- /dev/null +++ b/assets/js/c54953e9.1edf5e2c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86719],{48717:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>w,contentTitle:()=>N,default:()=>A,frontMatter:()=>y,metadata:()=>b,toc:()=>L});var s=a(85893),r=a(11151),n=a(58219),l=a.n(n),t=(a(62316),a(51039)),c=a.n(t),o=(a(82723),a(9487)),p=a.n(o),m=a(41429),d=a.n(m),h=a(5397),u=a.n(h),f=a(4667),j=a.n(f),x=a(9472),g=a.n(x),v=(a(1176),a(12005),a(85162));const y={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt+P2jgQ/leieWorQ4C2JzVPx+2xOtTVLgVWJ92WB5MM4F5iu7azuyjK/34aO4Gw0K2uPAV7fnye+eazK3B8ayF5gJyXMt31UiWdUXmOBlYMlEbDnVBymkECG2VSvBZS2N2Nt763Qm5n90tgoLnhBTo0FKwCyQuEpAk6zYCBkJCA5m4HDDK0qRGaAp8aGfxeCoMZJM6UyMCmOyw4JBW4vaaAQjrcogFGYAruwtJvH6Cu2SGrNuobpu6W/r2W+NTup7mtM0Juoa5XwRit+0Nle7I4jbvxJZo8Y1rSyvwLMKC6onRkzLXORerLGn+z5FF1kwmXU7brC0GOEB8AZbYUBVKXGnxqTaehXhjqmxNofTrnjFiXLvxrbLkxfE/FcVjYbtqpw2J88PBZXw//L+4v1IiB3VuHRWdrrVSOXAIDfOaFpmwbnlusGTzyvMRLla7rFz27kKgtxNlehyMZd9hzZEXIHHelvWSPsiyotrPxYjH5Exhcj6c3/mOxvJvNwtfnafM1vV1O5vP72dL/uxrfXk1ubpqd6ztg8Pd4fgurOhzjlF5+wWolbajiaDA459Hd51PivIvfXebKXTumV4oK6/my+GnnCrSWb39Q96b02mDKHaH2vWLw3EtVhluUvWYEemuV7XvN5F1i/umZrklDomAXhcmPNspEVmMqNgKzqJlKzxOH0golg6Z4pr0K4MCkC0Boagt0O0VKpktfDhKFBOLHYVx1tKCOA664apWpjq1TGhhYNI+txJUmhwTI0alU5XUSxxUv3U4Z4fZ1zLU4O/wctTJupozjeRRiecxG8HUemtKGC2zY8DIn/u6c0/Ys3Ky1PTKXDIE19quawQHROb3+UtZFVLeIyywiZNEbsYkkYobZ20htooA3egn4iCvDQvWNt9LeqC8U0WdFpUrLkPehgjVyg2ZcUr0fVrRNwjc/iuiklYRTvTp0/TCiraw0dGz73TJ39bJGndluZAJGg9GH3nDQGw2Xw0EyfJ98fN8fffr0DxyloVWAmq6PjerOWreHP2hwW7DxbBplKi0LlM6PZzPOPPXj3MzMotTkRBALLohTNqz8flZYBrlIUVrsuI81T3cYjfoDYA0nqftJHD89PfW53+0rs40bVxvfTK8mt4tJj1xIfNHYgP5jfzgMa1pZV3DZSfN/5vayYjt8drHOuZCUwSOtmhF8gMchMEhOL+SQhdY7LwQ/iCsGO2UdOVbVmlu8N3ld0/L3Eg1RbnUcK8+iTFj6PurYC4wHlYU380ao30adtBfP0N6lct9RHmANZQ/e9DL5pfyn5fgFCN0ANanBDnmGpjNXVyFvb0lxjhHOnih0huAxTlPUrmNLt9KJuIYH4bp5GhUqIyvDn+gBw58gga/wlTAqf3qven69gpzLbemvJAhZ6fcf1h6huA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/force-finish-launch-using-put",permalink:"/docs/api/service-api/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt+P2jgQ/leieWorQ4C2JzVPx+2xOtTVLgVWJ92WB5MM4F5iu7azuyjK/34aO4Gw0K2uPAV7fnye+eazK3B8ayF5gJyXMt31UiWdUXmOBlYMlEbDnVBymkECG2VSvBZS2N2Nt763Qm5n90tgoLnhBTo0FKwCyQuEpAk6zYCBkJCA5m4HDDK0qRGaAp8aGfxeCoMZJM6UyMCmOyw4JBW4vaaAQjrcogFGYAruwtJvH6Cu2SGrNuobpu6W/r2W+NTup7mtM0Juoa5XwRit+0Nle7I4jbvxJZo8Y1rSyvwLMKC6onRkzLXORerLGn+z5FF1kwmXU7brC0GOEB8AZbYUBVKXGnxqTaehXhjqmxNofTrnjFiXLvxrbLkxfE/FcVjYbtqpw2J88PBZXw//L+4v1IiB3VuHRWdrrVSOXAIDfOaFpmwbnlusGTzyvMRLla7rFz27kKgtxNlehyMZd9hzZEXIHHelvWSPsiyotrPxYjH5Exhcj6c3/mOxvJvNwtfnafM1vV1O5vP72dL/uxrfXk1ubpqd6ztg8Pd4fgurOhzjlF5+wWolbajiaDA459Hd51PivIvfXebKXTumV4oK6/my+GnnCrSWb39Q96b02mDKHaH2vWLw3EtVhluUvWYEemuV7XvN5F1i/umZrklDomAXhcmPNspEVmMqNgKzqJlKzxOH0golg6Z4pr0K4MCkC0Boagt0O0VKpktfDhKFBOLHYVx1tKCOA664apWpjq1TGhhYNI+txJUmhwTI0alU5XUSxxUv3U4Z4fZ1zLU4O/wctTJupozjeRRiecxG8HUemtKGC2zY8DIn/u6c0/Ys3Ky1PTKXDIE19quawQHROb3+UtZFVLeIyywiZNEbsYkkYobZ20htooA3egn4iCvDQvWNt9LeqC8U0WdFpUrLkPehgjVyg2ZcUr0fVrRNwjc/iuiklYRTvTp0/TCiraw0dGz73TJ39bJGndluZAJGg9GH3nDQGw2Xw0EyfJ98fN8fffr0DxyloVWAmq6PjerOWreHP2hwW7DxbBplKi0LlM6PZzPOPPXj3MzMotTkRBALLohTNqz8flZYBrlIUVrsuI81T3cYjfoDYA0nqftJHD89PfW53+0rs40bVxvfTK8mt4tJj1xIfNHYgP5jfzgMa1pZV3DZSfN/5vayYjt8drHOuZCUwSOtmhF8gMchMEhOL+SQhdY7LwQ/iCsGO2UdOVbVmlu8N3ld0/L3Eg1RbnUcK8+iTFj6PurYC4wHlYU380ao30adtBfP0N6lct9RHmANZQ/e9DL5pfyn5fgFCN0ANanBDnmGpjNXVyFvb0lxjhHOnih0huAxTlPUrmNLt9KJuIYH4bp5GhUqIyvDn+gBw58gga/wlTAqf3qven69gpzLbemvJAhZ6fcf1h6huA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/update-launch-using-put"}},w={},L=[{value:"Request",id:"request",level:2}];function P(e){const i={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(i.p,{children:"Force finish launch for specified project"})}),"\n",(0,s.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,s.jsx)(i.p,{children:"Force finish launch for specified project"}),"\n",(0,s.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(i.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)(p(),{className:"openapi-tabs__mime",children:(0,s.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,s.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,s.jsx)(i.p,{children:"Body"})}),(0,s.jsx)("strong",{className:"openapi-schema__required",children:(0,s.jsx)(i.p,{children:"required"})})]}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,s.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,s.jsx)(i.p,{children:"finishExecutionRQ"})})}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(i.p,{children:"attributes"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(i.p,{children:"object[]"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(i.p,{children:"Array ["})})}),(0,s.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,s.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(i.p,{children:"]"})})})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(v.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(i.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(i.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,s.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,s.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function A(e={}){const{wrapper:i}={...(0,r.a)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/c54953e9.963da09a.js b/assets/js/c54953e9.963da09a.js deleted file mode 100644 index e69ba3d63..000000000 --- a/assets/js/c54953e9.963da09a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86719],{48717:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>S,contentTitle:()=>y,default:()=>P,frontMatter:()=>N,metadata:()=>q,toc:()=>g});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),c=(i(62316),i(51039)),t=i.n(c),p=(i(82723),i(9487)),o=i.n(p),d=i(41429),m=i.n(d),h=i(5397),u=i.n(h),f=i(4667),x=i.n(f),j=i(9472),v=i.n(j),b=(i(1176),i(12005),i(85162));const N={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCtuw07QI6rTfrYI0GiWs7KNDUB1oa2+xKJEtSSQxB/30xpGTLsZti65NMzsfjzJtHVuD4xkLyADkvZbrtpUo6o/IcDSwZKI2GO6HkJIME1sqkeC2ksNsbb31vhdxM7xfAQHPDC3RoKFgFkhcISRN0kgEDISEBzd0WGGRoUyM0BT42MvijFAYzSJwpkYFNt1hwSCpwO00BhXS4QQOMwBTchaWPl1DXbJ9VG/UdU3dL/15LfGz3y9zWGSE3UNfLYIzW/aWyHVkcx137Eo2fMS1pZfYZGFBdUToy5lrnIvVljb9b8qi6yYTLKdv1mSAHiA+AMluIAqlLDT61otNQLwz1zQm0Pp1zRqxKF/41ttwYvqPiOCxsN+3EYTHae/isr4f/F3dnasTA7qzDorO1UipHLoEBPvNCU7Y1zy3WDB55XuK5Stf1i56dSdQW4mSvw5GMO+w5siJkjrvSnrNHWRZU2+loPh//DQyuR5Mb/zFf3E2n4evTpPma3C7Gs9n9dOH/XY1ur8Y3N83O9R0w+DKa3cKyDsc4ppdfsFpJG6p4MRic8uju0zFx3sXvznPlrh3TK0WF9XyZ/7JzBVrLNz+pe1N6bTDljlD7XjF47qUqww3KXjMCvZXKdr1m8s4x//hM16QhUbCLwuRHa2UiqzEVa4FZ1Eyl54lDaYWSQVM8014FsGfSGSA0tQW6rSIl06UvB4lCAvHjMK46WlDHAVdctcpUx9YpDQwsmsdW4kqTQwLk6FSq8jqJ44qXbquMcLs65lqcHH6GWhk3VcbxPAqxPGYj+CoPTWnDBTaseZkTf7fOaXsSbtraHphLhsAa+2XNYI/olF7/KOsiqlvEZRYRsuiNWEcSMcPsbaTWUcAbvQR8wJVhofrGW2lv1BeK6LOkUqVlyPtQwQq5QTMqqd4PS9om4ZsdRHTcSsKxXu27vh/RVlYaOrb9bpm7fFmjzmw3MgEXg4vL3nDQG/6xGH5ILobJ5fv+4OP7r3CQhlYBaro+1qo7a90e/qTBbcFG00mUqbQsUDo/ns0489SPczMz81KTE0EsuCBO2bDy50lhGeQiRWmx4z7SPN1idNEfAGs4Sd1P4vjp6anP/W5fmU3cuNr4ZnI1vp2Pe+RC4ovGBvQf+sNhWNPKuoLLTpr/M7fnFdvhs4t1zoWkDB5p1YzgAzwOgUFyfCGHLLTeeSH4QVwy2CrryLGqVtzivcnrmpZ/lGiIcsvDWHkWZcLS90HHXmDcqyy8mTVC/TbqpD17hvYulbuO8gBrKLv3ppfJb+U/LsdvQOgGqEkNtsgzNJ25ugp5ewuKc4hw8kShMwSPUZqidh1bupWOxDU8CFfN06hQGVkZ/kQPGP4ECXyDb4RR+dN71fPrFeRcbkp/JUHISr//AMuzobU=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,q={id:"api/service-api/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/force-finish-launch-using-put",permalink:"/docs/api/service-api/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCtuw07QI6rTfrYI0GiWs7KNDUB1oa2+xKJEtSSQxB/30xpGTLsZti65NMzsfjzJtHVuD4xkLyADkvZbrtpUo6o/IcDSwZKI2GO6HkJIME1sqkeC2ksNsbb31vhdxM7xfAQHPDC3RoKFgFkhcISRN0kgEDISEBzd0WGGRoUyM0BT42MvijFAYzSJwpkYFNt1hwSCpwO00BhXS4QQOMwBTchaWPl1DXbJ9VG/UdU3dL/15LfGz3y9zWGSE3UNfLYIzW/aWyHVkcx137Eo2fMS1pZfYZGFBdUToy5lrnIvVljb9b8qi6yYTLKdv1mSAHiA+AMluIAqlLDT61otNQLwz1zQm0Pp1zRqxKF/41ttwYvqPiOCxsN+3EYTHae/isr4f/F3dnasTA7qzDorO1UipHLoEBPvNCU7Y1zy3WDB55XuK5Stf1i56dSdQW4mSvw5GMO+w5siJkjrvSnrNHWRZU2+loPh//DQyuR5Mb/zFf3E2n4evTpPma3C7Gs9n9dOH/XY1ur8Y3N83O9R0w+DKa3cKyDsc4ppdfsFpJG6p4MRic8uju0zFx3sXvznPlrh3TK0WF9XyZ/7JzBVrLNz+pe1N6bTDljlD7XjF47qUqww3KXjMCvZXKdr1m8s4x//hM16QhUbCLwuRHa2UiqzEVa4FZ1Eyl54lDaYWSQVM8014FsGfSGSA0tQW6rSIl06UvB4lCAvHjMK46WlDHAVdctcpUx9YpDQwsmsdW4kqTQwLk6FSq8jqJ44qXbquMcLs65lqcHH6GWhk3VcbxPAqxPGYj+CoPTWnDBTaseZkTf7fOaXsSbtraHphLhsAa+2XNYI/olF7/KOsiqlvEZRYRsuiNWEcSMcPsbaTWUcAbvQR8wJVhofrGW2lv1BeK6LOkUqVlyPtQwQq5QTMqqd4PS9om4ZsdRHTcSsKxXu27vh/RVlYaOrb9bpm7fFmjzmw3MgEXg4vL3nDQG/6xGH5ILobJ5fv+4OP7r3CQhlYBaro+1qo7a90e/qTBbcFG00mUqbQsUDo/ns0489SPczMz81KTE0EsuCBO2bDy50lhGeQiRWmx4z7SPN1idNEfAGs4Sd1P4vjp6anP/W5fmU3cuNr4ZnI1vp2Pe+RC4ovGBvQf+sNhWNPKuoLLTpr/M7fnFdvhs4t1zoWkDB5p1YzgAzwOgUFyfCGHLLTeeSH4QVwy2CrryLGqVtzivcnrmpZ/lGiIcsvDWHkWZcLS90HHXmDcqyy8mTVC/TbqpD17hvYulbuO8gBrKLv3ppfJb+U/LsdvQOgGqEkNtsgzNJ25ugp5ewuKc4hw8kShMwSPUZqidh1bupWOxDU8CFfN06hQGVkZ/kQPGP4ECXyDb4RR+dN71fPrFeRcbkp/JUHISr//AMuzobU=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/update-launch-using-put"}},S={},g=[{value:"Request",id:"request",level:2}];function D(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Force finish launch for specified project"})}),"\n",(0,a.jsx)(t(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,a.jsx)(s.p,{children:"Force finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/c5b8a246.0e920633.js b/assets/js/c5b8a246.e186fbde.js similarity index 55% rename from assets/js/c5b8a246.0e920633.js rename to assets/js/c5b8a246.e186fbde.js index 25e5a0093..f3fa0aada 100644 --- a/assets/js/c5b8a246.0e920633.js +++ b/assets/js/c5b8a246.e186fbde.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5278],{38417:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>P,frontMatter:()=>y,metadata:()=>N,toc:()=>M});var i=a(85893),r=a(11151),l=a(58219),n=a.n(l),t=(a(62316),a(51039)),c=a.n(t),o=(a(82723),a(9487)),d=a.n(o),m=a(41429),p=a.n(m),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),g=a.n(x),b=(a(1176),a(12005),a(85162));const y={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUqqk87wFMVWW894EteyLlV0gMiVhJQEGAC0rOHw3zsLgBQlMUl9soDF7sPuew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHAp7jNIQBumzIONXmoudo9fFs8QQskUK9Cgomw1CFYgJFAq+Q1T85l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozafZHakiPO8CwIbuLsFPjLYUGgIdEkUhg6xssx5au8Yf9N0su4X5SbHNpm7+dPfZzBX7r6ha84zL5D65sHKDV2NWqSok4ajtjWNUXxTGffLxzKlGGHjBgvdr31vsJh1J2z5n6f/F48DDQtBH7XBore1kTJHJiAEfGVFSdW2LNfYhPDC8gqH2t40FwMcKFTIbOBsCCiqgjp2N/9jtnwg6tzNPy3/hHUTetYMJFOoKjEAut36sh0qdc6F5fL+LpDbIENNU2tZYWTgsjf98Q1k20pVMAMJZMxgZCiqca0456td0KUU2k1iOp5cE/NWITOYndPwXfzu18xb/HL0PBvsoaiKDareFhcGd6j6V+PCfLhx13IzLhWmFqgjRQivUSoz3KGIvJwiklPk9a4vJDKgRt02fitVoEtM+ZZjFngHsDQ0KDSXwjmJJfJPy3ZEvShP7lCg2UuyrVJq2ylynwTil2lc90yniR0okjCql9bFKpVDAhRoZCrzJonjmlVmLxU3xyZmJb+64xOWUplHqQzLA5fLAlScbXI3nzadY8WWVTm1fm9Mqa/SPbaxJ+FQIIQ+nlTTIbqm2V9Sm4CaFDCRBYQseMO3gUDMMHtLanB4g0vAJ1wZFnKkbFRpg0ZcEkPW1Kq0cnVXNWyQKVSzivq7WtM2OenTyZ3nrb2ce1834k5orUV5xp2G65i8vuxRd9BZTs9ZOlb6AG8j7lXpjKNX+aR/mI6nN9FkHE1+f568T6aT5Oa30fjDzT8kJS62sq/P/tB/wIi2w7PH+yCTaVWgMPbB8RbAUmsBHvGiKukQTb1gnEio3crHq0mEkPMUhcbe8VnJ0j0G09EYQk9ioksSx4fDYcTs7kiqXeyP6vjh/nb+eTGP6Ag5Pyrt0L8fTSZujRRUMNFH+b/0PPxQGHw1cZkzbo3XYqy9OlfwMoUQkvOPAi/QdQh7knKygrreMI1LlTcNLX+vUBEV1ye5WXZlXNP/Jwu7ANQZMLx58kb+NjivPYi5fbLFsedAEHo29xM0pNI9sozst+P7rasbPVOeU4arb5EmbE/M0hRL04ulB+PM5fzH2MZ/DHlBKHYg8rMDJPAVvhJIaa9v7ciu15AzsavYjuJdWfr7D+XreZU=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post",permalink:"/docs/api/service-api/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUqqk87wFMVWW894EteyLlV0gMiVhJQEGAC0rOHw3zsLgBQlMUl9soDF7sPuew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHAp7jNIQBumzIONXmoudo9fFs8QQskUK9Cgomw1CFYgJFAq+Q1T85l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozafZHakiPO8CwIbuLsFPjLYUGgIdEkUhg6xssx5au8Yf9N0su4X5SbHNpm7+dPfZzBX7r6ha84zL5D65sHKDV2NWqSok4ajtjWNUXxTGffLxzKlGGHjBgvdr31vsJh1J2z5n6f/F48DDQtBH7XBore1kTJHJiAEfGVFSdW2LNfYhPDC8gqH2t40FwMcKFTIbOBsCCiqgjp2N/9jtnwg6tzNPy3/hHUTetYMJFOoKjEAut36sh0qdc6F5fL+LpDbIENNU2tZYWTgsjf98Q1k20pVMAMJZMxgZCiqca0456td0KUU2k1iOp5cE/NWITOYndPwXfzu18xb/HL0PBvsoaiKDareFhcGd6j6V+PCfLhx13IzLhWmFqgjRQivUSoz3KGIvJwiklPk9a4vJDKgRt02fitVoEtM+ZZjFngHsDQ0KDSXwjmJJfJPy3ZEvShP7lCg2UuyrVJq2ylynwTil2lc90yniR0okjCql9bFKpVDAhRoZCrzJonjmlVmLxU3xyZmJb+64xOWUplHqQzLA5fLAlScbXI3nzadY8WWVTm1fm9Mqa/SPbaxJ+FQIIQ+nlTTIbqm2V9Sm4CaFDCRBYQseMO3gUDMMHtLanB4g0vAJ1wZFnKkbFRpg0ZcEkPW1Kq0cnVXNWyQKVSzivq7WtM2OenTyZ3nrb2ce1834k5orUV5xp2G65i8vuxRd9BZTs9ZOlb6AG8j7lXpjKNX+aR/mI6nN9FkHE1+f568T6aT5Oa30fjDzT8kJS62sq/P/tB/wIi2w7PH+yCTaVWgMPbB8RbAUmsBHvGiKukQTb1gnEio3crHq0mEkPMUhcbe8VnJ0j0G09EYQk9ioksSx4fDYcTs7kiqXeyP6vjh/nb+eTGP6Ag5Pyrt0L8fTSZujRRUMNFH+b/0PPxQGHw1cZkzbo3XYqy9OlfwMoUQkvOPAi/QdQh7knKygrreMI1LlTcNLX+vUBEV1ye5WXZlXNP/Jwu7ANQZMLx58kb+NjivPYi5fbLFsedAEHo29xM0pNI9sozst+P7rasbPVOeU4arb5EmbE/M0hRL04ulB+PM5fzH2MZ/DHlBKHYg8rMDJPAVvhJIaa9v7ciu15AzsavYjuJdWfr7D+XreZU=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"}},q={},M=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(f(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(f(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5278],{38417:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>v,default:()=>S,frontMatter:()=>b,metadata:()=>q,toc:()=>U});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),o=(a(82723),a(9487)),d=a.n(o),m=a(41429),p=a.n(m),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),g=a.n(f),y=(a(1176),a(12005),a(85162));const b={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVk1v2zgQ/SvCnNpCsmy3XaA6rZt4dwMEbRrHl3V9oKWxza5EqiQVxxD03xdDUrJsqx85xeRw5nHmvUfVYNhOQ7KCnFUi3UdMH0UapVIYJfMcFaxDkCUqZrgUdxkkoA1T5t5GLzUXu4fPiycIoWSKFWhQUbYaBCsQEiiV/Iap+US/QuCClpjZQwgZ6lTxktJexSn8XnGFGSRGVRiCTvdYMEhqMMcSLQbFxQ6aZu2CUZuPMjtSxHneBYEN3N0CHxlsKDQEuiQKQ4dYWeY8tXeMv2k6WfeLcpNjm8zd/PHLGcyVu2/omvPEC6S+ebByQ1ejFinqpOGobU1jFN9Uxv3ysUwpRti4wUL3a98ZLGbdCVv+5+n/w+NAw0LQR22w6G1tpMyRCQgBX1hRUrUtyzU2ITyzvMKhtjfNxQAHChUyGzgbAoqqoI7dzv+aLe+JOrfzj8u/Yd2EnjUDyRSqSgyAbrc+b4dKnXNhuby7DeQ2yFDT1FpWGBm47E1/fAPZtlIVzEACGTMYGYpqXCvO+WoXdCmFdpOYjifXxLxRyAxm5zR8E7/5NfMWvxw9zwZ7KKpig6q3xYXBHar+1bgwf7xz13IzLhWmFqgjRQgvUSoz3KGIvJwiklPk9a4vJDKgRt02fitVoEtM+ZZjFngHsDQ0KDSXwjmJJfJPy3ZEvShP7lCg2UuyrVJq2ylynwTi52lc90yniR0okjCq59bFKpVDAhRoZCrzJonjmlVmLxU3xyZmJb+64yOWUpkHqQzLA5fLAlScbXI3nzadY8WWVTm1fm9Mqa/SPbSxJ+FQIIQ+nlTTIbqm2T9Sm4CaFDCRBYQseMW3gUDMMHtNanB4g0vAJ1wZFnKkbFRpg0ZcEkPW1Kq0cnVXNWyQKVSzivq7WtM2OenjyZ3nrb2ce1834k5orUV5xp2G65i8vuxRd9BZTs9ZOlb6AG8j7lXpjKNX+aR/mI6n76LJOJpOnibjZPI2ef92NP3w4V+SEhdb2ddnf+g/YETb4dnDXZDJtCpQGPvgeAtgqbUAj3hRlXSIpl4wTiTUbuXPq0mEkPMUhcbe8VnJ0j0G09EYQk9ioksSx4fDYcTs7kiqXeyP6vj+7mb+aTGP6Ag5Pyrt0L8fTSZujRRUMNFH+Vt6Hn4oDL6YuMwZt8ZrMdZenSt4nkIIyflHgRfoOoQ9STlZQV1vmMalypuGlr9XqIiK65PcLLsyrun/k4VdAOoMGF49eiN/HZzXHsTcPtni2HMgCD2b+wkaUukeWUb22/H9xtWNnijPKcPVt0gTtidmaYql6cXSg3Hmcv5jbOM/hrwgFDsQ+dkBEvgKXwmktNe3dmTXa8iZ2FVsR/GuLP39D+tpeZc=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,q={id:"api/service-api/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post",permalink:"/docs/api/service-api/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVk1v2zgQ/SvCnNpCsmy3XaA6rZt4dwMEbRrHl3V9oKWxza5EqiQVxxD03xdDUrJsqx85xeRw5nHmvUfVYNhOQ7KCnFUi3UdMH0UapVIYJfMcFaxDkCUqZrgUdxkkoA1T5t5GLzUXu4fPiycIoWSKFWhQUbYaBCsQEiiV/Iap+US/QuCClpjZQwgZ6lTxktJexSn8XnGFGSRGVRiCTvdYMEhqMMcSLQbFxQ6aZu2CUZuPMjtSxHneBYEN3N0CHxlsKDQEuiQKQ4dYWeY8tXeMv2k6WfeLcpNjm8zd/PHLGcyVu2/omvPEC6S+ebByQ1ejFinqpOGobU1jFN9Uxv3ysUwpRti4wUL3a98ZLGbdCVv+5+n/w+NAw0LQR22w6G1tpMyRCQgBX1hRUrUtyzU2ITyzvMKhtjfNxQAHChUyGzgbAoqqoI7dzv+aLe+JOrfzj8u/Yd2EnjUDyRSqSgyAbrc+b4dKnXNhuby7DeQ2yFDT1FpWGBm47E1/fAPZtlIVzEACGTMYGYpqXCvO+WoXdCmFdpOYjifXxLxRyAxm5zR8E7/5NfMWvxw9zwZ7KKpig6q3xYXBHar+1bgwf7xz13IzLhWmFqgjRQgvUSoz3KGIvJwiklPk9a4vJDKgRt02fitVoEtM+ZZjFngHsDQ0KDSXwjmJJfJPy3ZEvShP7lCg2UuyrVJq2ylynwTi52lc90yniR0okjCq59bFKpVDAhRoZCrzJonjmlVmLxU3xyZmJb+64yOWUpkHqQzLA5fLAlScbXI3nzadY8WWVTm1fm9Mqa/SPbSxJ+FQIIQ+nlTTIbqm2T9Sm4CaFDCRBYQseMW3gUDMMHtNanB4g0vAJ1wZFnKkbFRpg0ZcEkPW1Kq0cnVXNWyQKVSzivq7WtM2OenjyZ3nrb2ce1834k5orUV5xp2G65i8vuxRd9BZTs9ZOlb6AG8j7lXpjKNX+aR/mI6n76LJOJpOnibjZPI2ef92NP3w4V+SEhdb2ddnf+g/YETb4dnDXZDJtCpQGPvgeAtgqbUAj3hRlXSIpl4wTiTUbuXPq0mEkPMUhcbe8VnJ0j0G09EYQk9ioksSx4fDYcTs7kiqXeyP6vj+7mb+aTGP6Ag5Pyrt0L8fTSZujRRUMNFH+Vt6Hn4oDL6YuMwZt8ZrMdZenSt4nkIIyflHgRfoOoQ9STlZQV1vmMalypuGlr9XqIiK65PcLLsyrun/k4VdAOoMGF49eiN/HZzXHsTcPtni2HMgCD2b+wkaUukeWUb22/H9xtWNnijPKcPVt0gTtidmaYql6cXSg3Hmcv5jbOM/hrwgFDsQ+dkBEvgKXwmktNe3dmTXa8iZ2FVsR/GuLP39D+tpeZc=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"}},N={},U=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ce8311e3.bd036fa1.js b/assets/js/ce8311e3.2efb9993.js similarity index 99% rename from assets/js/ce8311e3.bd036fa1.js rename to assets/js/ce8311e3.2efb9993.js index 5c6526345..67da94a55 100644 --- a/assets/js/ce8311e3.bd036fa1.js +++ b/assets/js/ce8311e3.2efb9993.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[56361],{25627:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>w,contentTitle:()=>f,default:()=>Q,frontMatter:()=>v,metadata:()=>q,toc:()=>N});var i=a(85893),t=a(11151),n=a(58219),l=a.n(n),r=(a(62316),a(51039)),o=a.n(r),d=(a(82723),a(9487)),m=a.n(d),c=a(41429),p=a.n(c),u=a(5397),h=a.n(u),g=a(4667),x=a.n(g),y=a(9472),b=a.n(y),j=(a(1176),a(12005),a(85162));const v={id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,q={id:"api/service-api/versions/5.10/get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",source:"@site/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/versions/5.10/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get"}},w={},N=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get log by UUID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,i.jsx)(s.p,{children:"Get log by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:45.458Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function Q(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[56361],{25627:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>w,contentTitle:()=>f,default:()=>Q,frontMatter:()=>v,metadata:()=>q,toc:()=>N});var i=a(85893),t=a(11151),n=a(58219),l=a.n(n),r=(a(62316),a(51039)),o=a.n(r),d=(a(82723),a(9487)),m=a.n(d),c=a(41429),p=a.n(c),u=a(5397),h=a.n(u),g=a(4667),x=a.n(g),y=a(9472),b=a.n(y),j=(a(1176),a(12005),a(85162));const v={id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,q={id:"api/service-api/versions/5.10/get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",source:"@site/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/versions/5.10/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get"}},w={},N=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get log by UUID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,i.jsx)(s.p,{children:"Get log by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:55.447Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function Q(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file diff --git a/assets/js/cf97a90f.27debd28.js b/assets/js/cf97a90f.f6edd48e.js similarity index 99% rename from assets/js/cf97a90f.27debd28.js rename to assets/js/cf97a90f.f6edd48e.js index b39e5a7aa..7cfb40bd4 100644 --- a/assets/js/cf97a90f.27debd28.js +++ b/assets/js/cf97a90f.f6edd48e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[83276],{26045:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>q,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"}},v={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:43.184Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:43.184Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[83276],{26045:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>q,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"}},v={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:53.425Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:53.425Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/da9723b1.e74fe664.js b/assets/js/da9723b1.3566ed1f.js similarity index 99% rename from assets/js/da9723b1.e74fe664.js rename to assets/js/da9723b1.3566ed1f.js index 3572b0d5b..9c2523a67 100644 --- a/assets/js/da9723b1.e74fe664.js +++ b/assets/js/da9723b1.3566ed1f.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[21833],{31946:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>S,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-items-using-get",permalink:"/docs/api/service-api/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:43.170Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:43.170Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[21833],{31946:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>S,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-items-using-get",permalink:"/docs/api/service-api/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:53.410Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:53.411Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/dc5e99f0.64260ea9.js b/assets/js/dc5e99f0.4ff8be66.js similarity index 65% rename from assets/js/dc5e99f0.64260ea9.js rename to assets/js/dc5e99f0.4ff8be66.js index 196531978..915872973 100644 --- a/assets/js/dc5e99f0.64260ea9.js +++ b/assets/js/dc5e99f0.4ff8be66.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[48765],{18066:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>z,frontMatter:()=>q,metadata:()=>v,toc:()=>R});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),y=i(9472),g=i.n(y),f=(i(1176),i(12005),i(85162));const q={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2jgQ/ivRfGqrQGDV3ql8Om5LdairXcqLTrotOplkALeJndqT3eVQ/vtpnECcJX1R+RScefPjmedxjkBiZ2F0D4SWepIw68VakdFpigbWIegcjSCp1TSBEWylkna/REtTwmxlpdrNVst/hxBCLozIkNBwuCMokSGMIDf6M8Z0y/9CkIqXBO0hhARtbGTOoS/sDH4tpMEERmQKDMHGe8wEjI5Ah5zDWjJS7aAsw3MmqouaJt9N1DL7+Tzryhgt/amTA1u0w1bATJ4wLnhl/hFCYCBRERuLPE9l7HCMPlv2OPrJJKWc7X0LXRejqfAeUCVL6fBJRaHi/aqQCR9RXaveMIJ8EoYPjSRal5rIyE1B1b/aVhgjDowTYWb9Ejjx+OzhSvh++C946MArBHuwhJn3aqN1ikJBCPgkspyzbUVqsQzhQaQFdqFels+OryPRCZWLdyFstckEwQgSQdgjtipDkNbW2U57dgttrJ3RkuP9GOCC9FiJ9PAfu17st+RGyLK6ES7LfyI0SqQLh5cr5acOanLp98Oz2pCdVXPWWcqG7Mqkna/ytNhJ5aaz87CLTSbpnSD/tVSEOzT+OUhFv71mB5LxF6Rp0hmt6CzCNYPcKW2wRtt0o90cXVeQ1vB0ZTdI5tAd2b2623ZDQIIK29WFqIqMW2o2Xiwm7yCE9+PpjXtYLO9ms+rpw7R+mt4uJ/P5arZ0/67Ht9eTm5v6zfs7COHv8fwW1owhWroWFjtRrOBq85tbsLlWtmqHq8HgksjuPrSZ61X0qpus7k7CcK15mh3rLX7YghlaK3bfGPZ63nODsSCu2hFECE+9WCe4Q9WrObi30cmhVxN/F/W291TxasCABTxIUI2dslKrSq0ci303z5mlOvKxOmRIe80SmRdu16w9I4gehtHR07Yy4vzRsVGhEkKwaB5OuumaH9iHdKzTchRFR1HQXhtJhzISubzY3hxzbWimDYk0qGK5co0Um7SC/RSuOu+tKFIexz1Rbi/CzU62TeuyIYS1PffeuaLLBvpLWwoYskCoJODKghdyGyjEBJOXgd4GVb3B84KbuhLMdN84q9wZ9aXmBlkzVHFR5b0/wgaFQTMuGOr7tf96we1ak55ndG66ekOuq92QOyO+TwDL87yR+slJrNpKeu6Z85ifBK/u2VO3nNp7/Rxmjx9qAYOrwdXr3nDQG/6+HL4ZXQ1Hr9/0r96+/Qc80WqrTXVtOeuLF7RTVu7bGtCYn6i/WfEZ39ukR/QDn8Ybk8KPw9t+ztlVzR5Leyzqc3MTsqbkyvFMwl5VNfc2FOtzoxdeqq32OcyfnG+M1alNx7NpkOi4YKAd7dU0KSoxrbloUeTsxAeQCemAqFb+uGjnEFIZo7LouY9zEe8xuOoPzkByp46i6PHxsS/c2742u6h2tdHN9Hpyu5j02IVvUmhsVf2b/nDQHzrt1pYyobw0HXzYfcsifKIoT4VUni5X1HYPD3zrHz274FfRRt4tex3CXltij+NxIyyuTFqWvPy1QD7W+3VDVq5FE2n5ueH/Z8Wd1QlezGuBexm06+is/3SlUgePzSGsB9kPwJ8Vv1RF6+viF4rw/Evm2T2KhGfmTDfXVdaem5wmwMX3Be+g8hjHMebk2bKitxRrtloyBdTfNZlO2MqIR5488Qgj+ASfuETt9u5I1a0fIRVqVzg5hyor//4HfBPrHA==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2jgQ/ivRfGqrQGDV3ql8Om5LdairXcqLTrotOplkALeJndqT3eVQ/vtpnECcJX1R+RScefPjmedxjkBiZ2F0D4SWepIw68VakdFpigbWIegcjSCp1TSBEWylkna/REtTwmxlpdrNVst/hxBCLozIkNBwuCMokSGMIDf6M8Z0y/9CkIqXBO0hhARtbGTOoS/sDH4tpMEERmQKDMHGe8wEjI5Ah5zDWjJS7aAsw3MmqouaJt9N1DL7+Tzryhgt/amTA1u0w1bATJ4wLnhl/hFCYCBRERuLPE9l7HCMPlv2OPrJJKWc7X0LXRejqfAeUCVL6fBJRaHi/aqQCR9RXaveMIJ8EoYPjSRal5rIyE1B1b/aVhgjDowTYWb9Ejjx+OzhSvh++C946MArBHuwhJn3aqN1ikJBCPgkspyzbUVqsQzhQaQFdqFels+OryPRCZWLdyFstckEwQgSQdgjtipDkNbW2U57dgttrJ3RkuP9GOCC9FiJ9PAfu17st+RGyLK6ES7LfyI0SqQLh5cr5acOanLp98Oz2pCdVXPWWcqG7Mqkna/ytNhJ5aaz87CLTSbpnSD/tVSEOzT+OUhFv71mB5LxF6Rp0hmt6CzCNYPcKW2wRtt0o90cXVeQ1vB0ZTdI5tAd2b2623ZDQIIK29WFqIqMW2o2Xiwm7yCE9+PpjXtYLO9ms+rpw7R+mt4uJ/P5arZ0/67Ht9eTm5v6zfs7COHv8fwW1owhWroWFjtRrOBq85tbsLlWtmqHq8HgksjuPrSZ61X0qpus7k7CcK15mh3rLX7YghlaK3bfGPZ63nODsSCu2hFECE+9WCe4Q9WrObi30cmhVxN/F/W291TxasCABTxIUI2dslKrSq0ci303z5mlOvKxOmRIe80SmRdu16w9I4gehtHR07Yy4vzRsVGhEkKwaB5OuumaH9iHdKzTchRFR1HQXhtJhzISubzY3hxzbWimDYk0qGK5co0Um7SC/RSuOu+tKFIexz1Rbi/CzU62TeuyIYS1PffeuaLLBvpLWwoYskCoJODKghdyGyjEBJOXgd4GVb3B84KbuhLMdN84q9wZ9aXmBlkzVHFR5b0/wgaFQTMuGOr7tf96we1ak55ndG66ekOuq92QOyO+TwDL87yR+slJrNpKeu6Z85ifBK/u2VO3nNp7/Rxmjx9qAYOrwdXr3nDQG/6+HL4ZXQ1Hr9/0r96+/Qc80WqrTXVtOeuLF7RTVu7bGtCYn6i/WfEZ39ukR/QDn8Ybk8KPw9t+ztlVzR5Leyzqc3MTsqbkyvFMwl5VNfc2FOtzoxdeqq32OcyfnG+M1alNx7NpkOi4YKAd7dU0KSoxrbloUeTsxAeQCemAqFb+uGjnEFIZo7LouY9zEe8xuOoPzkByp46i6PHxsS/c2742u6h2tdHN9Hpyu5j02IVvUmhsVf2b/nDQHzrt1pYyobw0HXzYfcsifKIoT4VUni5X1HYPD3zrHz274FfRRt4tex3CXltij+NxIyyuTFqWvPy1QD7W+3VDVq5FE2n5ueH/Z8Wd1QlezGuBexm06+is/3SlUgePzSGsB9kPwJ8Vv1RF6+viF4rw/Evm2T2KhGfmTDfXVdaem5wmwMX3Be+g8hjHMebk2bKitxRrtloyBdTfNZlO2MqIR5488Qgj+ASfuETt9u5I1a0fIRVqVzg5hyor//4HfBPrHA==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/versions/5.10/user-controller"}},N={},R=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function z(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[48765],{18066:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>f,default:()=>P,frontMatter:()=>v,metadata:()=>b,toc:()=>k});var a=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),o=i.n(c),d=i(41429),p=i.n(d),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),g=i(9472),y=i.n(g),N=(i(1176),i(12005),i(85162));const v={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV21v2zYQ/ivCfWoL2bKzdsD0aV7qYkaDxPMLBiw1Blo622wlUiVPSTxD/304SrboWE2L+pNM3Rsf3j0PdQASWwvxPRBa6knCvJdoRUZnGRpYhaALNIKkVpMUYthIJe1ugZYmhPnSSrWdLhf/DiGEQhiRI6HhcAdQIkeIoTD6MyZ0y/9CkIqXBO0ghBRtYmTBoS/sDH4tpcEUYjIlhmCTHeYC4gPQvuCwloxUW6iq8JSJmqIm6YuJzsx+PM+qNkZLf+h0zxbnYWtgxk+YlLwy+wtCYCBRERuLoshk4nCMPlv2OPjJJGWc7cMZui5GW+E9oEoX0uGTiVIlu2UpUz6ipla9ZgT5JAwfGkm0LjWRkeuS6n+NrTBG7Bknwtz6JXDi0cnDlfBy+C+478ArBLu3hLn3aq11hkJBCPgk8oKzbURmsQrhQWQldqFeVc+OryPREZWLdyFstMkFQQypIOwRW1UhSGubbMc9u4VzrJ3RguN9H+CS9EiJbP8fu17st+JGyPOmES7LfyI0SmRzh5cr5YcOanzp992zWpOd1nPWWcqa7NJkna+KrNxK5aaz87DLdS7pvSD/tVSEWzT+OUhFv75lB5LJF6RJ2hmt7CzCNYPcKm2wQdt0o90eXVeQs+Hpym6QzL47snt1t+mGgASVtqsLUZU5t9R0NJ+P30MIH0aTG/cwX9xNp/XTx0nzNLldjGez5XTh/l2Pbq/HNzfNmw93EMLfo9ktrBhDtHQtLHaiWMN1zm9uwRZa2bodrgaDSyK7+3jOXG+iN91kdXcUhmvN0+xYb/7dFszRWrH9xrA3814YTARx1Y4gQnjqJTrFLapew8G9tU73vYb4u6j3fE81rwYMWMCDBPXYKSu1qtXKsdiLeU4s1ZGP1SFH2mmWyKJ0u2btiSF6GEYHT9uqiPNHh1aFKgjBonk46qZrfmAf0onOqjiKDqKknTaS9lUkCnmxvRkW2tBUGxJZUMdy5Rop1lkN+zFcfd4bUWY8jjuiwl6Emx5t29ZlQwgbe+69U0WXDfSnthQwZIFQacCVBa/kJlCIKaavA70J6nqD5wW3daWY675xVoUz6kvNDbJiqJKyznt/gDUKg2ZUMtT3K//1nNu1IT3P6NR0zYZcV7shd0Z8nwCW51kr9eOjWJ0r6alnTmN+FLymZ4/dcmzv1XOYPX5oBAyuBldve8NB72q4GA7i4S/xu3f9q98G/4AnWudqU19bTvriBe2UlftzDWjNj9TfrviM723SI/qBT+OtSenH4W0/5+y6Zo+lPRb1ubkN2VBy7XgiYa+qhntbivW50Qsv1Ub7HOZPzjfG6timo+kkSHVSMtCO9hqaFLWYNlw0Lwt24gPIhXRA1Cu/X7RzCJlMUFn03EeFSHYYXPUHJyC5U+Moenx87Av3tq/NNmpcbXQzuR7fzsc9duGbFBpbV/+uPxz0h067taVcKC9NBx9237IInygqMiGVp8s1td3DA9/642cX/Dpa7N2yVyHstCX2OBzWwuLSZFXFy19L5GO9X7Vk5Vo0lZafW/5/VtxJneDVrBG418F5HZ31H69Uau+xOYTNIPsB+LPip6o4+7r4iSI8/4p5doci5Zk50c11nbXnJqcNcPF9wTuoPUZJggV5tqzoZ4o1XS6YAprvmlynbGXEI0+eeIQYPsEnLlG7vTtSdesHyITalk7Ooc7Kv/8BK/zrCw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,b={id:"api/service-api/versions/5.10/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV21v2zYQ/ivCfWoL2bKzdsD0aV7qYkaDxPMLBiw1Blo622wlUiVPSTxD/304SrboWE2L+pNM3Rsf3j0PdQASWwvxPRBa6knCvJdoRUZnGRpYhaALNIKkVpMUYthIJe1ugZYmhPnSSrWdLhf/DiGEQhiRI6HhcAdQIkeIoTD6MyZ0y/9CkIqXBO0ghBRtYmTBoS/sDH4tpcEUYjIlhmCTHeYC4gPQvuCwloxUW6iq8JSJmqIm6YuJzsx+PM+qNkZLf+h0zxbnYWtgxk+YlLwy+wtCYCBRERuLoshk4nCMPlv2OPjJJGWc7cMZui5GW+E9oEoX0uGTiVIlu2UpUz6ipla9ZgT5JAwfGkm0LjWRkeuS6n+NrTBG7Bknwtz6JXDi0cnDlfBy+C+478ArBLu3hLn3aq11hkJBCPgk8oKzbURmsQrhQWQldqFeVc+OryPREZWLdyFstMkFQQypIOwRW1UhSGubbMc9u4VzrJ3RguN9H+CS9EiJbP8fu17st+JGyPOmES7LfyI0SmRzh5cr5YcOanzp992zWpOd1nPWWcqa7NJkna+KrNxK5aaz87DLdS7pvSD/tVSEWzT+OUhFv75lB5LJF6RJ2hmt7CzCNYPcKm2wQdt0o90eXVeQs+Hpym6QzL47snt1t+mGgASVtqsLUZU5t9R0NJ+P30MIH0aTG/cwX9xNp/XTx0nzNLldjGez5XTh/l2Pbq/HNzfNmw93EMLfo9ktrBhDtHQtLHaiWMN1zm9uwRZa2bodrgaDSyK7+3jOXG+iN91kdXcUhmvN0+xYb/7dFszRWrH9xrA3814YTARx1Y4gQnjqJTrFLapew8G9tU73vYb4u6j3fE81rwYMWMCDBPXYKSu1qtXKsdiLeU4s1ZGP1SFH2mmWyKJ0u2btiSF6GEYHT9uqiPNHh1aFKgjBonk46qZrfmAf0onOqjiKDqKknTaS9lUkCnmxvRkW2tBUGxJZUMdy5Rop1lkN+zFcfd4bUWY8jjuiwl6Emx5t29ZlQwgbe+69U0WXDfSnthQwZIFQacCVBa/kJlCIKaavA70J6nqD5wW3daWY675xVoUz6kvNDbJiqJKyznt/gDUKg2ZUMtT3K//1nNu1IT3P6NR0zYZcV7shd0Z8nwCW51kr9eOjWJ0r6alnTmN+FLymZ4/dcmzv1XOYPX5oBAyuBldve8NB72q4GA7i4S/xu3f9q98G/4AnWudqU19bTvriBe2UlftzDWjNj9TfrviM723SI/qBT+OtSenH4W0/5+y6Zo+lPRb1ubkN2VBy7XgiYa+qhntbivW50Qsv1Ub7HOZPzjfG6timo+kkSHVSMtCO9hqaFLWYNlw0Lwt24gPIhXRA1Cu/X7RzCJlMUFn03EeFSHYYXPUHJyC5U+Moenx87Av3tq/NNmpcbXQzuR7fzsc9duGbFBpbV/+uPxz0h067taVcKC9NBx9237IInygqMiGVp8s1td3DA9/642cX/Dpa7N2yVyHstCX2OBzWwuLSZFXFy19L5GO9X7Vk5Vo0lZafW/5/VtxJneDVrBG418F5HZ31H69Uau+xOYTNIPsB+LPip6o4+7r4iSI8/4p5doci5Zk50c11nbXnJqcNcPF9wTuoPUZJggV5tqzoZ4o1XS6YAprvmlynbGXEI0+eeIQYPsEnLlG7vTtSdesHyITalk7Ooc7Kv/8BK/zrCw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/versions/5.10/user-controller"}},q={},k=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(N.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/def3d7ec.355efade.js b/assets/js/def3d7ec.076b6696.js similarity index 56% rename from assets/js/def3d7ec.355efade.js rename to assets/js/def3d7ec.076b6696.js index 17e5c16b2..0502c350e 100644 --- a/assets/js/def3d7ec.355efade.js +++ b/assets/js/def3d7ec.076b6696.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36415],{85223:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>S,frontMatter:()=>b,metadata:()=>v,toc:()=>E});var a=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),y=i(9472),f=i.n(y),g=(i(1176),i(12005),i(85162));const b={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9+P2jgQ/leieWqrQFhu25PydNyW6lBXuxywOukoDyYZwG1ip/ZkdznE/34aJxBnSX+oPAV7PDP+Zub7kgOQ2FqIl0BoqScJ856we5X0Eq3I6CxDA6sQdIFGkNRqkkIMG6mk3S3Q0oQwf7BSbacPCwihEEbkSGjY5QGUyBFiKIz+jAnd8b8QpOIlQTsIIUWbGFmw4ws7g19LaTCFmEyJIdhkh7mA+AC0L9itJSPVFo7H8ByJ6pQm6XcDtcx+Ps6qMkZLf+p0zxZttxUs42dMSl6Z/Q0hMIyoiI1FUWQycShGny2fOPjBJGUc7UMLW+ejyXAJqNKFdPhkolTJ7qGUKReozlWvGUGuhOGSkUTrQhMZuS6p+lfbCmPEnnEizK2fAgcenU+4FL7v/gvuO/AKwe4tYe5trbXOUCgIAZ9FXnC0jcgsHkN4FFmJXagfjy/K1xHohMrFXggbbXJBEEMqCHvEVscQpLV1tNOd3UIba2e0YH8/BrgkPVIi2//HRy/ue+RGyPO6ES7TfyY0SmRzh5dL5acKNb4898NarclOqznrTGVN9sFknVtFVm6lctPZWexynUt6L8jflopwi8avg1T07poPkEy+IE3STm9lZxKuGeRWaYM12qYb7aZ0XU5aw9MV3SCZfbdnt3W/6YaABJW2qwtRlTm31HQ0n4/fQwgfRpNb9zBf3E+n1dPHSf00uVuMZ7OH6cL9uxnd3Yxvb+udD/cQwj+j2R2sGEO0dCMsdqJYwdXmN7dgC61s1Q7DweCSyO4/tpnrTfSmm6zuT7Jwo3maHevNf9iCOVortt8Y9nreC4OJIM7aEUQIz71Ep7hF1as5uLfW6b5XE38X9bbvVPFqwIAFPEhQjZ2yUqtKrRyLfTfOmaU64rE65Eg7zQJZlO7WrD0xRI/D6OBp2zHi+NGhUaEjhGDRPJ500zU/8BnSic6OcRQdREk7bSTtj5Eo5MX1ZlhoQ1NtSGRB5cula6RYZxXsJ3dVvTeizHgcd0SFvXA3Pdk2rcuGENb23HvnjC4b6C9tKWDIAqHSgDMLXslNoBBTTF8HehNU+QYvE27ySjHXfeOsCmfUl5obZMVQJWUVd3mANQqDZlQy1MsVb7O2zhqdHp+Upi2D54KfZ/SkVnXDnUp96s3VS4y84a7VB4aD4XXvatC7+n1x9TYeXsXXv/UH767/BU9x2lJRvXOcxcFz2qkJyzaBN+Yn3m5WfLr2Lumx9MDn4Mak9P3wtV8SbpWzR7EeBfrE2ris+bQ6eGZQL6uaOBt+9InNcy/VRvsE5Lf9N2bi1GOj6SRIdVIy0I6zao4TlRLWRDIvCz7EBciFdEBUK39c9GIImUxQWfSOjwqR7DAY9gdnIHlg4ih6enrqC7fb12Yb1UdtdDu5Gd/Nxz0+wq9BaGyV/dv+1VW1VmhLuVBemA4y635FInymqMiEVJ6oVry0hMchhBC/eDuvvMXeK/IqhJ22xCcOh7Ww+GCy45GXv5bIZV2uGqZxLZpKy88Neb9I7iwt8GpWq9ProJ1HZ/6n9yG196gYwnqQfQf8TfBLWbQ+DX4hCe/8kUlyhyLlmTnTzU0Vtecmp3Fw8XHAN6hOjJIEC/JsWY5bclN9fK3rj5Jcp2xlxBNPnniCGD7BJ05Ru7s7MXDrB8iE2pZOi6GKyr//AVxQ1Vo=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put",permalink:"/docs/api/service-api/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9+P2jgQ/leieWqrQFhu25PydNyW6lBXuxywOukoDyYZwG1ip/ZkdznE/34aJxBnSX+oPAV7PDP+Zub7kgOQ2FqIl0BoqScJ856we5X0Eq3I6CxDA6sQdIFGkNRqkkIMG6mk3S3Q0oQwf7BSbacPCwihEEbkSGjY5QGUyBFiKIz+jAnd8b8QpOIlQTsIIUWbGFmw4ws7g19LaTCFmEyJIdhkh7mA+AC0L9itJSPVFo7H8ByJ6pQm6XcDtcx+Ps6qMkZLf+p0zxZttxUs42dMSl6Z/Q0hMIyoiI1FUWQycShGny2fOPjBJGUc7UMLW+ejyXAJqNKFdPhkolTJ7qGUKReozlWvGUGuhOGSkUTrQhMZuS6p+lfbCmPEnnEizK2fAgcenU+4FL7v/gvuO/AKwe4tYe5trbXOUCgIAZ9FXnC0jcgsHkN4FFmJXagfjy/K1xHohMrFXggbbXJBEEMqCHvEVscQpLV1tNOd3UIba2e0YH8/BrgkPVIi2//HRy/ue+RGyPO6ES7TfyY0SmRzh5dL5acKNb4898NarclOqznrTGVN9sFknVtFVm6lctPZWexynUt6L8jflopwi8avg1T07poPkEy+IE3STm9lZxKuGeRWaYM12qYb7aZ0XU5aw9MV3SCZfbdnt3W/6YaABJW2qwtRlTm31HQ0n4/fQwgfRpNb9zBf3E+n1dPHSf00uVuMZ7OH6cL9uxnd3Yxvb+udD/cQwj+j2R2sGEO0dCMsdqJYwdXmN7dgC61s1Q7DweCSyO4/tpnrTfSmm6zuT7Jwo3maHevNf9iCOVortt8Y9nreC4OJIM7aEUQIz71Ep7hF1as5uLfW6b5XE38X9bbvVPFqwIAFPEhQjZ2yUqtKrRyLfTfOmaU64rE65Eg7zQJZlO7WrD0xRI/D6OBp2zHi+NGhUaEjhGDRPJ500zU/8BnSic6OcRQdREk7bSTtj5Eo5MX1ZlhoQ1NtSGRB5cula6RYZxXsJ3dVvTeizHgcd0SFvXA3Pdk2rcuGENb23HvnjC4b6C9tKWDIAqHSgDMLXslNoBBTTF8HehNU+QYvE27ySjHXfeOsCmfUl5obZMVQJWUVd3mANQqDZlQy1MsVb7O2zhqdHp+Upi2D54KfZ/SkVnXDnUp96s3VS4y84a7VB4aD4XXvatC7+n1x9TYeXsXXv/UH767/BU9x2lJRvXOcxcFz2qkJyzaBN+Yn3m5WfLr2Lumx9MDn4Mak9P3wtV8SbpWzR7EeBfrE2ris+bQ6eGZQL6uaOBt+9InNcy/VRvsE5Lf9N2bi1GOj6SRIdVIy0I6zao4TlRLWRDIvCz7EBciFdEBUK39c9GIImUxQWfSOjwqR7DAY9gdnIHlg4ih6enrqC7fb12Yb1UdtdDu5Gd/Nxz0+wq9BaGyV/dv+1VW1VmhLuVBemA4y635FInymqMiEVJ6oVry0hMchhBC/eDuvvMXeK/IqhJ22xCcOh7Ww+GCy45GXv5bIZV2uGqZxLZpKy88Neb9I7iwt8GpWq9ProJ1HZ/6n9yG196gYwnqQfQf8TfBLWbQ+DX4hCe/8kUlyhyLlmTnTzU0Vtecmp3Fw8XHAN6hOjJIEC/JsWY5bclN9fK3rj5Jcp2xlxBNPnniCGD7BJ05Ru7s7MXDrB8iE2pZOi6GKyr//AVxQ1Vo=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/test-item-controller"}},q={},E=[{value:"Request",id:"request",level:2}];function I(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36415],{85223:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>w,frontMatter:()=>b,metadata:()=>v,toc:()=>M});var a=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),g=i.n(x),j=i(9472),f=i.n(j),y=(i(1176),i(12005),i(85162));const b={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9+P2jgQ/leieWqrQFjantQ8HbelOtTVLgVWJx3lwSQDuE3s1J7sLof430/jBOIs6Q+Vp2CPZ8bfzHxfcgASWwvxEggt9SRh3hN2r5JeohUZnWVoYBWCLtAIklpNUohhI5W0uwVamhDm91aq7fR+ASEUwogcCQ27PIASOUIMhdFfMKFb/heCVLwkaAchpGgTIwt2fGFn8FspDaYQkykxBJvsMBcQH4D2Bbu1ZKTawvEYniNRndIk/WGgltmvx1lVxmjpL53u2aLttoJl/IRJySuzTxACw4iK2FgURSYTh2L0xfKJgx9MUsbRPrSwdT6aDJeAKl1Ih08mSpXs7kuZcoHqXPWaEeRKGC4ZSbQuNJGR65Kqf7WtMEbsGSfC3PopcODR+YRL4cfuv+K+A68Q7N4S5t7WWusMhYIQ8EnkBUfbiMziMYQHkZXYhfrx+Kx8HYFOqFzshbDRJhcEMaSCsEdsdQxBWltHO93ZLbSxdkYL9vdzgEvSIyWy/X989OK+R26EPK8b4TL9J0KjRDZ3eLlUfqlQ48tzP63Vmuy0mrPOVNZk703WuVVk5VYqN52dxS7XuaT3gvxtqQi3aPw6SEV/vOEDJJOvSJO001vZmYRrBrlV2mCNtulGuyldl5PW8HRFN0hm3+3Zbd1tuiEgQaXt6kJUZc4tNR3N5+P3EMKH0eTGPcwXd9Np9fRxUj9Nbhfj2ex+unD/rke31+Obm3rnwx2E8M9odgsrxhAtXQuLnShWcLX5zS3YQitbtcNwMLgksruPbeZ6Fb3qJqu7kyxca55mx3rzn7ZgjtaK7XeGvZ73wmAiiLN2BBHCUy/RKW5R9WoO7q11uu/VxN9Fve07VbwaMGABDxJUY6es1KpSK8diP4xzZqmOeKwOOdJOs0AWpbs1a08M0cMwOnjadow4fnRoVOgIIVg0DyfddM0PfIZ0orNjHEUHUdJOG0n7YyQKeXG9GRba0FQbEllQ+XLpGinWWQX7yV1V740oMx7HHVFhL9xNT7ZN67IhhLU99945o8sG+ltbChiyQKg04MyCF3ITKMQU05eB3gRVvsHzhJu8Usx13zirwhn1peYGWTFUSVnFXR5gjcKgGZUM9XLF26yts0anxyelacvgueDnGT2pVd1wp1KfenP1HCNvuGv1geFg+KZ3NegNrxZXg/jqdfz2dX/47t2/4ClOWyqqd46zOHhOOzVh2SbwxvzE282KT9feJT2WHvgc3JiUvh++9nPCrXL2KNajQJ9YG5c1n1YHzwzqZVUTZ8OPPrF57qXaaJ+A/Lb/zkycemw0nQSpTkoG2nFWzXGiUsKaSOZlwYe4ALmQDohq5c+LXgwhkwkqi97xUSGSHQbD/uAMJA9MHEWPj4994Xb72myj+qiNbibX49v5uMdH+DUIja2yf9u/uqrWCm0pF8oL00Fm3a9IhE8UFZmQyhPVipeW8DCEEOJnb+eVt9h7RV6FsNOW+MThsBYW7012PPLytxK5rMtVwzSuRVNp+bkh72fJnaUFXsxqdXoZtPPozP/0PqT2HhVDWA+y74C/CX4ri9anwW8k4Z0/MknuUKQ8M2e6ua6i9tzkNA4uPg74BtWJUZJgQZ4ty3FLbqqPr3X9UZLrlK2MeOTJE48Qw2f4zClqd3cnBm79AJlQ29JpMVRR+fc/ZVDVXA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put",permalink:"/docs/api/service-api/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9+P2jgQ/leieWqrQFjantQ8HbelOtTVLgVWJx3lwSQDuE3s1J7sLof430/jBOIs6Q+Vp2CPZ8bfzHxfcgASWwvxEggt9SRh3hN2r5JeohUZnWVoYBWCLtAIklpNUohhI5W0uwVamhDm91aq7fR+ASEUwogcCQ27PIASOUIMhdFfMKFb/heCVLwkaAchpGgTIwt2fGFn8FspDaYQkykxBJvsMBcQH4D2Bbu1ZKTawvEYniNRndIk/WGgltmvx1lVxmjpL53u2aLttoJl/IRJySuzTxACw4iK2FgURSYTh2L0xfKJgx9MUsbRPrSwdT6aDJeAKl1Ih08mSpXs7kuZcoHqXPWaEeRKGC4ZSbQuNJGR65Kqf7WtMEbsGSfC3PopcODR+YRL4cfuv+K+A68Q7N4S5t7WWusMhYIQ8EnkBUfbiMziMYQHkZXYhfrx+Kx8HYFOqFzshbDRJhcEMaSCsEdsdQxBWltHO93ZLbSxdkYL9vdzgEvSIyWy/X989OK+R26EPK8b4TL9J0KjRDZ3eLlUfqlQ48tzP63Vmuy0mrPOVNZk703WuVVk5VYqN52dxS7XuaT3gvxtqQi3aPw6SEV/vOEDJJOvSJO001vZmYRrBrlV2mCNtulGuyldl5PW8HRFN0hm3+3Zbd1tuiEgQaXt6kJUZc4tNR3N5+P3EMKH0eTGPcwXd9Np9fRxUj9Nbhfj2ex+unD/rke31+Obm3rnwx2E8M9odgsrxhAtXQuLnShWcLX5zS3YQitbtcNwMLgksruPbeZ6Fb3qJqu7kyxca55mx3rzn7ZgjtaK7XeGvZ73wmAiiLN2BBHCUy/RKW5R9WoO7q11uu/VxN9Fve07VbwaMGABDxJUY6es1KpSK8diP4xzZqmOeKwOOdJOs0AWpbs1a08M0cMwOnjadow4fnRoVOgIIVg0DyfddM0PfIZ0orNjHEUHUdJOG0n7YyQKeXG9GRba0FQbEllQ+XLpGinWWQX7yV1V740oMx7HHVFhL9xNT7ZN67IhhLU99945o8sG+ltbChiyQKg04MyCF3ITKMQU05eB3gRVvsHzhJu8Usx13zirwhn1peYGWTFUSVnFXR5gjcKgGZUM9XLF26yts0anxyelacvgueDnGT2pVd1wp1KfenP1HCNvuGv1geFg+KZ3NegNrxZXg/jqdfz2dX/47t2/4ClOWyqqd46zOHhOOzVh2SbwxvzE282KT9feJT2WHvgc3JiUvh++9nPCrXL2KNajQJ9YG5c1n1YHzwzqZVUTZ8OPPrF57qXaaJ+A/Lb/zkycemw0nQSpTkoG2nFWzXGiUsKaSOZlwYe4ALmQDohq5c+LXgwhkwkqi97xUSGSHQbD/uAMJA9MHEWPj4994Xb72myj+qiNbibX49v5uMdH+DUIja2yf9u/uqrWCm0pF8oL00Fm3a9IhE8UFZmQyhPVipeW8DCEEOJnb+eVt9h7RV6FsNOW+MThsBYW7012PPLytxK5rMtVwzSuRVNp+bkh72fJnaUFXsxqdXoZtPPozP/0PqT2HhVDWA+y74C/CX4ri9anwW8k4Z0/MknuUKQ8M2e6ua6i9tzkNA4uPg74BtWJUZJgQZ4ty3FLbqqPr3X9UZLrlK2MeOTJE48Qw2f4zClqd3cnBm79AJlQ29JpMVRR+fc/ZVDVXA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/test-item-controller"}},q={},M=[{value:"Request",id:"request",level:2}];function P(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(g(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(g(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1ab4fff.5d7bbf6a.js b/assets/js/e1ab4fff.cbeb1f19.js similarity index 59% rename from assets/js/e1ab4fff.5d7bbf6a.js rename to assets/js/e1ab4fff.cbeb1f19.js index 33034bf90..f8c82ba06 100644 --- a/assets/js/e1ab4fff.5d7bbf6a.js +++ b/assets/js/e1ab4fff.cbeb1f19.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94744],{87441:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>b,default:()=>M,frontMatter:()=>f,metadata:()=>q,toc:()=>E});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),d=a.n(c),o=a(41429),p=a.n(o),h=a(5397),x=a.n(h),j=a(4667),u=a.n(j),g=a(9472),y=a.n(g),v=(a(1176),a(12005),a(85162));const f={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV12v2jgQ/SvRPLVVIMC2WilPSyndInULy8fDLkUrkwzgbmKntnPvRSj/fTV2voDc21Xv07UznjkzPj4zXMCwo4ZwCwa16XGDaY/ps4h6kRRGySRBBTsfZIaKGS7FLIYQtGHKTE48iWcG043m4riYr9bgQ8YUS9GgIp8XECxFCGkXhSFb8IELu2NO4EOMOlI8I8e3Zgq/51xhDKFROfqgoxOmDMILmHOGFoTi4ghF4TdxlPyGkflCqxcDXdn9/0g7Z4zavJfxmSyu/dq6rFHbHJZ/gg9URRSGTFmWJTyyRQy+abK/tENxk1Cs1Z2LBt4WEpaL6LTJeQy+S9ovg3L7vwW88yvgck9p0rUoukDDUVskxii+z41blbZMKXamqhlMdRsRARnXJyykl93/i+eO4vmgz5qutvm0lzJBJsAHfGJpRtEOLNFY+PDAkhy7rqAoqKgxLvHQGeTqQjq+n5heGWZ0B4zCb9f37vAtiTab2QdPHjzHWs8dJSeOjB2x24/jx3VfVNZL1DJXEd5wgcr8w6t+7i5erK9Co87dBbKf5t2lb4jYUbuDVCkzEELMDPYMWRW+FZ0J0zjrqHdR5XbvDEWeUglWm9l6Cj6s1vPlX+DDempFaDWZfhkvZ3P7ZboAH95PP86X038mn8erVbP8fTnfLFrrP6brT/MPzbpyXy5L7+OP6+myduVWtSe3rB25ZeXHraybXeFDLvj3vDv16h7awmQ3dCaFdlc7GgzvFWiikBmMr5XnTfCmW2ymwqhzeWRMqr9c/fB1dz2NoigRx5gpjCwC95R9eOrRcz2i6JXS2dvL+NwrFfteMa/zsXLoMS+iZuMRXTzu+gM+GRSaS+E6jSX6i8Fq0t8FJV1P0Zwk9bZMaps09Y0QgodRcGm1iyKg8MGlaVUFSTCqh6rl5SqBEOiMkZFMijAILiw3J6m4ORcBy/hdkkvMpDILqQxLPOfLolWc7RNX9cqdu/EDyxN6SydjMn3nblHZNg+FDMEv7Yl7NaJ7Cn2S2nhUMY+J2CNk3it+8ARijPFrUjyH17sF3OCKMZV9Za0ya9Tnkkiyo1JFuYu7vcAemUI1zqnU213784q46lJvG9XEKxOylLYSZY1oGADqrcumS0+r1nLd92rK1KJStaeStw1ZHMV3rb7zXEuot5su40aKdl9prOo3UK5vhqcbfB2ASqF2MWppbqXUKDKMBqO3veGgN/x1PXwXjobh23f9XwaDv+FahZvDZaUr8WrUqiXQXBxkW1DaTH6G5hVtxouZF8soT1EYOxSVmsUiq1llbVZ5RoeIyinj9LK02/ntjl4+JDxCobF1fJyx6ITeqD+gDOzLJOaEQfD4+Nhn9mtfqmNQHtXB59lk+mU17dER6pOotEP/rj8c9Ie2jUttUibaKJ9Vqe5xxOCTCbKEcdtTLa5LqThbeBiBD+HNKOu8ha0JeefDiaQq3MLlsmcaNyopCtr+niOxYrtrNMTyKeaa/m+k+QZc3THg1bLsPK+9q5m8E341x4hzi6Tgl/RtnadB/ecwXNXiZ0C0HBQkfydkMarWK5u4uL01+Wk83M3slIM7MY4izEzLlrrsVScpfxLty58KqYzJTLFHGuTYI4TwFb4SSGnTt2Jn9y+QMHHM2ZHsXVj6+w+HjKTs",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV12v2jgQ/SvRPLVVIMC2WilPSyndInULy8fDLkUrkwzgbmKntnPvRSj/fTV2voDc21Xv07UznjkzPj4zXMCwo4ZwCwa16XGDaY/ps4h6kRRGySRBBTsfZIaKGS7FLIYQtGHKTE48iWcG043m4riYr9bgQ8YUS9GgIp8XECxFCGkXhSFb8IELu2NO4EOMOlI8I8e3Zgq/51xhDKFROfqgoxOmDMILmHOGFoTi4ghF4TdxlPyGkflCqxcDXdn9/0g7Z4zavJfxmSyu/dq6rFHbHJZ/gg9URRSGTFmWJTyyRQy+abK/tENxk1Cs1Z2LBt4WEpaL6LTJeQy+S9ovg3L7vwW88yvgck9p0rUoukDDUVskxii+z41blbZMKXamqhlMdRsRARnXJyykl93/i+eO4vmgz5qutvm0lzJBJsAHfGJpRtEOLNFY+PDAkhy7rqAoqKgxLvHQGeTqQjq+n5heGWZ0B4zCb9f37vAtiTab2QdPHjzHWs8dJSeOjB2x24/jx3VfVNZL1DJXEd5wgcr8w6t+7i5erK9Co87dBbKf5t2lb4jYUbuDVCkzEELMDPYMWRW+FZ0J0zjrqHdR5XbvDEWeUglWm9l6Cj6s1vPlX+DDempFaDWZfhkvZ3P7ZboAH95PP86X038mn8erVbP8fTnfLFrrP6brT/MPzbpyXy5L7+OP6+myduVWtSe3rB25ZeXHraybXeFDLvj3vDv16h7awmQ3dCaFdlc7GgzvFWiikBmMr5XnTfCmW2ymwqhzeWRMqr9c/fB1dz2NoigRx5gpjCwC95R9eOrRcz2i6JXS2dvL+NwrFfteMa/zsXLoMS+iZuMRXTzu+gM+GRSaS+E6jSX6i8Fq0t8FJV1P0Zwk9bZMaps09Y0QgodRcGm1iyKg8MGlaVUFSTCqh6rl5SqBEOiMkZFMijAILiw3J6m4ORcBy/hdkkvMpDILqQxLPOfLolWc7RNX9cqdu/EDyxN6SydjMn3nblHZNg+FDMEv7Yl7NaJ7Cn2S2nhUMY+J2CNk3it+8ARijPFrUjyH17sF3OCKMZV9Za0ya9Tnkkiyo1JFuYu7vcAemUI1zqnU213784q46lJvG9XEKxOylLYSZY1oGADqrcumS0+r1nLd92rK1KJStaeStw1ZHMV3rb7zXEuot5su40aKdl9prOo3UK5vhqcbfB2ASqF2MWppbqXUKDKMBqO3veGgN/x1PXwXjobh23f9XwaDv+FahZvDZaUr8WrUqiXQXBxkW1DaTH6G5hVtxouZF8soT1EYOxSVmsUiq1llbVZ5RoeIyinj9LK02/ntjl4+JDxCobF1fJyx6ITeqD+gDOzLJOaEQfD4+Nhn9mtfqmNQHtXB59lk+mU17dER6pOotEP/rj8c9Ie2jUttUibaKJ9Vqe5xxOCTCbKEcdtTLa5LqThbeBiBD+HNKOu8ha0JeefDiaQq3MLlsmcaNyopCtr+niOxYrtrNMTyKeaa/m+k+QZc3THg1bLsPK+9q5m8E341x4hzi6Tgl/RtnadB/ecwXNXiZ0C0HBQkfydkMarWK5u4uL01+Wk83M3slIM7MY4izEzLlrrsVScpfxLty58KqYzJTLFHGuTYI4TwFb4SSGnTt2Jn9y+QMHHM2ZHsXVj6+w+HjKTs",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put"}},S={},E=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94744],{87441:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>b,default:()=>N,frontMatter:()=>y,metadata:()=>q,toc:()=>T});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),d=a.n(c),o=a(41429),p=a.n(o),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),g=a(9472),f=a.n(g),v=(a(1176),a(12005),a(85162));const y={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpgwd2c1iflhCyoSobCB+HXUJtCbsBZW3JI8kzQ1H+71st+QvwzGxlTiO51f269fS6OYNhBw3hBgxq0+MG0x7TJxH1IimMkkmCCrY+yAwVM1yKaQwhaMOUGR95Ek8NpmvNxWE+W67Ah4wplqJBRT7PIFiKENIuCkO24AMXdsccwYcYdaR4Ro6vzRTe51xhDKFROfqgoyOmDMIzmFOGFoTi4gBF4TdxlPyBkflKqxcDXdj9/0hbZ4zafJDxiSwu/dq6rFDbHBbfwAeqIgpDpizLEh7ZIgY/NNmf26G4SSjW8sZFA28DCctFdFznPAbfJe2XQbn93wLe+hVwuaM06VoUXaDhqC0SYxTf5catSlumFDtR1Qymuo2IgIzqExbSy+7/xVNH8XzQJ01X23zaSZkgE+ADPrE0o2h7lmgsfHhgSY5dV1AUVNQYF7jvDHJxIR3fj0wvDTO6A0bht+t7c/iaROv19KMn955jreeOkhNHxo7Y7cfxet3nlfUCtcxVhFdcoDK/etXP3cWL9VVo1Km7QPbTrLv0DRE7areXKmUGQoiZwZ4hq8K3ojNmGqcd9S6q3G6dochTKsFyPV1NwIflarb4C3xYTawILceTr6PFdGa/TObgw4fJp9li8s/4y2i5bJZ/LGbreWv952T1efaxWVfuy2XpffRpNVnUrtyq9uSWtSO3rPy4lXWzLXzIBb/Pu1Ov7qEtTHZDZ1Jod7XDu8GtAo0VMoPxpfK8C951i81EGHUqj4xI9RfLV19319MoihJxjJnCyCJwT9mHpx491wOKXimdvZ2MT71SsW8V8zIfK4ce8yJqNh7RxeOuP+CTQaG5FK7TWKK/GKwm/U1Q0vUUzVFSb8uktklT3wgheBgG51a7KAIKH5ybVlWQBKN6qFperhIIgc4YGcmkCIPgzHJzlIqbUxGwjN8kucBMKjOXyrDEc74sWsXZLnFVr9y5G9+zPKG3dDQm0zfu5pVt81DIEPzSnrhXI7ql0GepjUcV85iIPULmveF7TyDGGL8lxXN4vWvADa4YU9lX1iqzRn0uiSRbKlWUu7ibM+yQKVSjnEq92bY/L4mrLvW2UU28MiFLaStR1oiGAaDeumi69KRqLZd9r6ZMLSpVeyp525DFUXzb6jvPtYR6u+kybqRo95XGqn4D5fpqeLrC1wGoFGoXo5bmVkqNIsPwbvhrb3DXGw5Wg7tw8Ev4/n1/+Nvgb7hU4eZwWelKvBq1agk0F3vZFpQ2k5+heUWb0XzqxTLKUxTGDkWlZrHIalZZm2We0SGicso4vSztdn6/oZcPCY9QaGwdH2UsOqI37N9RBvZlEnPCIHh8fOwz+7Uv1SEoj+rgy3Q8+bqc9OgI9UlU2qF/3x/c9Qe2jUttUibaKJ9Vqe5xxOCTCbKEcdtTLa5zqTgbeBiCD+HVKOu8ha0JeevDkaQq3MD5vGMa1yopCtq+z5FYsdk2GmL5FHNN/zfSfAWu7hjwZlF2nrfexUzeCb+aY8SpRVLwS/q2ztOg/nMYLmrxMyBaDgqSvyOyGFXrlY1d3N6K/DQebmZ2ysGdGEURZqZlS132opOUP4l25U+FVMZkptgjDXLsEUL4Dt8JpLTpW7Gz+2dImDjk7ED2Liz9/QeK2KTt",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpgwd2c1iflhCyoSobCB+HXUJtCbsBZW3JI8kzQ1H+71st+QvwzGxlTiO51f269fS6OYNhBw3hBgxq0+MG0x7TJxH1IimMkkmCCrY+yAwVM1yKaQwhaMOUGR95Ek8NpmvNxWE+W67Ah4wplqJBRT7PIFiKENIuCkO24AMXdsccwYcYdaR4Ro6vzRTe51xhDKFROfqgoyOmDMIzmFOGFoTi4gBF4TdxlPyBkflKqxcDXdj9/0hbZ4zafJDxiSwu/dq6rFDbHBbfwAeqIgpDpizLEh7ZIgY/NNmf26G4SSjW8sZFA28DCctFdFznPAbfJe2XQbn93wLe+hVwuaM06VoUXaDhqC0SYxTf5catSlumFDtR1Qymuo2IgIzqExbSy+7/xVNH8XzQJ01X23zaSZkgE+ADPrE0o2h7lmgsfHhgSY5dV1AUVNQYF7jvDHJxIR3fj0wvDTO6A0bht+t7c/iaROv19KMn955jreeOkhNHxo7Y7cfxet3nlfUCtcxVhFdcoDK/etXP3cWL9VVo1Km7QPbTrLv0DRE7areXKmUGQoiZwZ4hq8K3ojNmGqcd9S6q3G6dochTKsFyPV1NwIflarb4C3xYTawILceTr6PFdGa/TObgw4fJp9li8s/4y2i5bJZ/LGbreWv952T1efaxWVfuy2XpffRpNVnUrtyq9uSWtSO3rPy4lXWzLXzIBb/Pu1Ov7qEtTHZDZ1Jod7XDu8GtAo0VMoPxpfK8C951i81EGHUqj4xI9RfLV19319MoihJxjJnCyCJwT9mHpx491wOKXimdvZ2MT71SsW8V8zIfK4ce8yJqNh7RxeOuP+CTQaG5FK7TWKK/GKwm/U1Q0vUUzVFSb8uktklT3wgheBgG51a7KAIKH5ybVlWQBKN6qFperhIIgc4YGcmkCIPgzHJzlIqbUxGwjN8kucBMKjOXyrDEc74sWsXZLnFVr9y5G9+zPKG3dDQm0zfu5pVt81DIEPzSnrhXI7ql0GepjUcV85iIPULmveF7TyDGGL8lxXN4vWvADa4YU9lX1iqzRn0uiSRbKlWUu7ibM+yQKVSjnEq92bY/L4mrLvW2UU28MiFLaStR1oiGAaDeumi69KRqLZd9r6ZMLSpVeyp525DFUXzb6jvPtYR6u+kybqRo95XGqn4D5fpqeLrC1wGoFGoXo5bmVkqNIsPwbvhrb3DXGw5Wg7tw8Ev4/n1/+Nvgb7hU4eZwWelKvBq1agk0F3vZFpQ2k5+heUWb0XzqxTLKUxTGDkWlZrHIalZZm2We0SGicso4vSztdn6/oZcPCY9QaGwdH2UsOqI37N9RBvZlEnPCIHh8fOwz+7Uv1SEoj+rgy3Q8+bqc9OgI9UlU2qF/3x/c9Qe2jUttUibaKJ9Vqe5xxOCTCbKEcdtTLa5zqTgbeBiCD+HVKOu8ha0JeevDkaQq3MD5vGMa1yopCtq+z5FYsdk2GmL5FHNN/zfSfAWu7hjwZlF2nrfexUzeCb+aY8SpRVLwS/q2ztOg/nMYLmrxMyBaDgqSvyOyGFXrlY1d3N6K/DQebmZ2ysGdGEURZqZlS132opOUP4l25U+FVMZkptgjDXLsEUL4Dt8JpLTpW7Gz+2dImDjk7ED2Liz9/QeK2KTt",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put"}},S={},T=[{value:"Request",id:"request",level:2}];function E(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1f0e952.6a52d373.js b/assets/js/e1f0e952.2173fbbe.js similarity index 98% rename from assets/js/e1f0e952.6a52d373.js rename to assets/js/e1f0e952.2173fbbe.js index 65be0ecd4..827e211b6 100644 --- a/assets/js/e1f0e952.6a52d373.js +++ b/assets/js/e1f0e952.2173fbbe.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80194],{42697:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>v,default:()=>_,frontMatter:()=>u,metadata:()=>f,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const u={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,f={id:"api/service-api/versions/5.10/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"}},y={},N=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:45.332Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.332Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80194],{42697:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>v,default:()=>_,frontMatter:()=>u,metadata:()=>f,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const u={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,f={id:"api/service-api/versions/5.10/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"}},y={},N=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:55.321Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.322Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/e888b9cf.0211faf5.js b/assets/js/e888b9cf.8a2b5571.js similarity index 64% rename from assets/js/e888b9cf.0211faf5.js rename to assets/js/e888b9cf.8a2b5571.js index 1e3388535..c1c0b4baf 100644 --- a/assets/js/e888b9cf.0211faf5.js +++ b/assets/js/e888b9cf.8a2b5571.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[85080],{92002:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>q,default:()=>O,frontMatter:()=>f,metadata:()=>b,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),o=a.n(l),c=(a(82723),a(9487)),m=a.n(c),p=a(41429),d=a.n(p),h=a(5397),g=a.n(h),x=a(4667),j=a.n(x),u=a(9472),v=a.n(u),y=(a(1176),a(12005),a(85162));const f={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV99z2jgQ/lc8+9R2BA6ZZq7np6MpvTLTK5yBhzvKdIS9gHq25EpyEobx/36z8k/ASfLEyqvdb1efvlVOYPneQLAGi8YOhMV0EClptUoS1LBhoDLU3AolpzEEYCzXNlTKTi2mKyPkfj5bLH+MgEHGNU/RoqZwJ5A8RQgg0+onRvYbWQyEpCVuD8AgRhNpkVHoKz+Nv3KhMYbA6hwZmOiAKYfgBPaYocOhhdxDUWxKZzT2o4qP5HEe1wFeonGAw7+BAZWH0pIrz7JERK46/6ch/1M3lbAJ5VpchWjhrSHhuYwOq1zEwMqiWZVUuN8O8IbVwNWWyqR2aeqsFWgcEmu12Oa2tCpfrjU/UtcspqaLiICMmx0O0svh/8NjT/MYmKOxmHY+bZVKkEtggE88zSjbjicGCwYPPMmx7wiKgpoaY4i73iRnB9Lz/cDNwnJremAUrNvfq82XJFqtpp88tfMyrlFar9xKQUoy9uTukvb1vs9r7xCNynWEF1ygNr961M+dxYv91Wj1sb9B7tOsv/UtEXt6t1M65RYCiLnFgSWvgjkduOcGpz39LuraroOhzFNqwWI1XU6AwWI5C/8BBsvJYknm/eTbOJzO3JfJHBh8nHyehZMf91/Hi0Vr/hnOVvOO/ddk+WX2qbXr8JVZRR9/Xk7CJlRpNZFKswlUmnWc0nJhNgWDXIpfeX/p9Tl0hcktmExJUx7t7c3oWoHuNXKL8bnyvPPf9YvNRFp9rLaMzVFG4eLV2913NYqiQhxjpjFyCMqrzOBpQNd1j3JQSedgq+LjoFLsa8U8r8fJocc9rZT1iC0e3ROnGBalEUqWA8Dx/MVcDeevcpKsp2gPimZOpoyrmcZGAP7DyD91pkXhV+kN6od6+OQ6gQDIzapIJUXg+yee24PSwh4Ln2fiqqwQM6XtXGnLE6+M5QBqwbdJ2ec6XHnGO54ndHsO1mbmKty89m2vBjkCq/yJbQ2ia9J8UcZ61CSPy9gjZN4bsfMkYozxW9K4Eq93CbjFFWOqhtp5Zc5pKBTRYkOtivIy7/oEW+Qa9Tin7q433c8LYmdZetepoVpVkCOxEyXnBMQ6mqZhO5cn9TA5n3QNSxoZqQdSxdSWHyWpN51J89wQaJbbuVI+IrqTpPVqWF/ZF8+YC3w9gCppLnM0YtwpqdVguL25fT8Y3QxGvy1Hd8HtKHh/N7z9/cO/cK677eaq07VctfrUkWQhd6orIV0mP0Pzmjbj+dSLVZSnKK17BlUqxSOnUlVvFnlGm4jKKRd0s0y58scVvRgkIkJpsLN9nPHogN7t8IYqcDeTmBP4/uPj45C7r0Ol93611fhfp/eTb4vJgLbQZERtSvR3w9HNcOQGtzI25bKL8jld6n9/WHyyfpZw4Yaog3WqNGYND/SgDS7erhRtw+BAchSs4XTacoMrnRQFLf/KkWiw3rSi4QgUC0O/W/W9gNMMBXgTVsPlrXeeuRdx/VaRxw4tgVWE7QYoSGsOyGPUHUrfl3kHS4rTRrh6Ehes3jGOIsxsx5eG2JlS0/8CwGBbvcRTFZOb5o/0TuKPEMB3+E4glSvfKYtbP0HC5T7ne/Iv09Lf/9+TSAg=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,b={id:"api/service-api/versions/5.10/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV99z2jgQ/lc8+9R2BA6ZZq7np6MpvTLTK5yBhzvKdIS9gHq25EpyEobx/36z8k/ASfLEyqvdb1efvlVOYPneQLAGi8YOhMV0EClptUoS1LBhoDLU3AolpzEEYCzXNlTKTi2mKyPkfj5bLH+MgEHGNU/RoqZwJ5A8RQgg0+onRvYbWQyEpCVuD8AgRhNpkVHoKz+Nv3KhMYbA6hwZmOiAKYfgBPaYocOhhdxDUWxKZzT2o4qP5HEe1wFeonGAw7+BAZWH0pIrz7JERK46/6ch/1M3lbAJ5VpchWjhrSHhuYwOq1zEwMqiWZVUuN8O8IbVwNWWyqR2aeqsFWgcEmu12Oa2tCpfrjU/UtcspqaLiICMmx0O0svh/8NjT/MYmKOxmHY+bZVKkEtggE88zSjbjicGCwYPPMmx7wiKgpoaY4i73iRnB9Lz/cDNwnJremAUrNvfq82XJFqtpp88tfMyrlFar9xKQUoy9uTukvb1vs9r7xCNynWEF1ygNr961M+dxYv91Wj1sb9B7tOsv/UtEXt6t1M65RYCiLnFgSWvgjkduOcGpz39LuraroOhzFNqwWI1XU6AwWI5C/8BBsvJYknm/eTbOJzO3JfJHBh8nHyehZMf91/Hi0Vr/hnOVvOO/ddk+WX2qbXr8JVZRR9/Xk7CJlRpNZFKswlUmnWc0nJhNgWDXIpfeX/p9Tl0hcktmExJUx7t7c3oWoHuNXKL8bnyvPPf9YvNRFp9rLaMzVFG4eLV2913NYqiQhxjpjFyCMqrzOBpQNd1j3JQSedgq+LjoFLsa8U8r8fJocc9rZT1iC0e3ROnGBalEUqWA8Dx/MVcDeevcpKsp2gPimZOpoyrmcZGAP7DyD91pkXhV+kN6od6+OQ6gQDIzapIJUXg+yee24PSwh4Ln2fiqqwQM6XtXGnLE6+M5QBqwbdJ2ec6XHnGO54ndHsO1mbmKty89m2vBjkCq/yJbQ2ia9J8UcZ61CSPy9gjZN4bsfMkYozxW9K4Eq93CbjFFWOqhtp5Zc5pKBTRYkOtivIy7/oEW+Qa9Tin7q433c8LYmdZetepoVpVkCOxEyXnBMQ6mqZhO5cn9TA5n3QNSxoZqQdSxdSWHyWpN51J89wQaJbbuVI+IrqTpPVqWF/ZF8+YC3w9gCppLnM0YtwpqdVguL25fT8Y3QxGvy1Hd8HtKHh/N7z9/cO/cK677eaq07VctfrUkWQhd6orIV0mP0Pzmjbj+dSLVZSnKK17BlUqxSOnUlVvFnlGm4jKKRd0s0y58scVvRgkIkJpsLN9nPHogN7t8IYqcDeTmBP4/uPj45C7r0Ol93611fhfp/eTb4vJgLbQZERtSvR3w9HNcOQGtzI25bKL8jld6n9/WHyyfpZw4Yaog3WqNGYND/SgDS7erhRtw+BAchSs4XTacoMrnRQFLf/KkWiw3rSi4QgUC0O/W/W9gNMMBXgTVsPlrXeeuRdx/VaRxw4tgVWE7QYoSGsOyGPUHUrfl3kHS4rTRrh6Ehes3jGOIsxsx5eG2JlS0/8CwGBbvcRTFZOb5o/0TuKPEMB3+E4glSvfKYtbP0HC5T7ne/Iv09Lf/9+TSAg=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/versions/5.10/delete-test-items-using-delete"}},E={},N=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function O(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[85080],{92002:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>q,default:()=>S,frontMatter:()=>v,metadata:()=>b,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),y=a(9472),f=a.n(y),g=(a(1176),a(12005),a(85162));const v={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV99v2zYQ/leEe2oL2oqzBdj0NDd1VwNd7cn2w+YaBS2dbXUSqZBUEsPQ/z4cqV+2lSRPPup4993x43fMCQzfawjWYFCbQWIwG0RSGCXTFBVsGMgcFTeJFNMYAtCGKxNKaaYGs5VOxH4+Wyx/jIBBzhXP0KCicCcQPEMIIFfyJ0bmG1kMEkFL3ByAQYw6UklOoa/8FD4UicIYAqMKZKCjA2YcghOYY44Wh0rEHspy45xRm48yPpLHeVwLeInaAg7/BgZUHgpDrjzP0ySy1fk/NfmfuqkSk1KuxVWIFt4aUl6I6LAqkhiYK5pVSRP72wLesBq43FKZ1C5FnTUJaovEGJVsC+OsypcrxY/UNYOZ7iIiIONmh4X0evj/8NjTPAb6qA1mnU9bKVPkAhjgM89yyrbjqcaSwSNPC+w7grKkpsYY4q43ydmB9Hw/cL0w3OgeGCXr9vdq8yWJVqvpJ0/uvJwrFMZzWymII2NP7i5p3+77vPYOUctCRXjBBWrzm0f90lm82l+FRh37G2Q/zfpb3xKxp3c7qTJuIICYGxwY8iqZ1YF7rnHa0++yru06GIoioxYsVtPlBBgslrPwH2CwnCyWZN5Pvo3D6cx+mcyBwcfJ51k4+XH/dbxYtOaf4Ww179h/TZZfZp9auw5fmVX08eflJGxCOauJ5MwmkDPrOM6yYTYlg0IkD0V/6fU5dIXJLuhcCu2O9vZmdK1A9wq5wfhceT74H/rFZiKMOlZbxvooonDx5u3uuxplWSGOMVcYWQTuKjN4HtB13aMYVNI52Mr4OKgU+1oxz+uxcuhxT0lpPGKLR/fEKoZBoRMp3ACwPH81V8P5q5wk6xmag6SZk0tta6axEYD/OPJPnWlR+lV6jeqxHj6FSiEAcjMykmkZ+P6JF+YgVWKOpc/z5KqsEHOpzFwqw1PPxbIAVcK3qetzHc6d8Y4XKd2egzG5vgo3r33bq0GOwCp/YluD6Jo0X6Q2HjXJ4yL2CJn3Ltl5AjHG+D1pnMPrXQJuccWYyaGyXrl1GiaSaLGhVkWFy7s+wRa5QjUuqLvrTffzgtjpSu86NVSrCrIktqJknYBYR9M0bOfypB4m55OuYUkjI/VAqpja8sORetOZNC8NgWa5nSvuEdGdJK1Xw/rKvnjGXODrAVRJs8vRiHGnpFaD4fbm9tfB6GZwO1qOboLRL8Hd3fD2t9//hXPdbTdXna7lqtWnjiQnYie7EtJl8gs0r2kznk+9WEZFhsLYZ1ClUjyyKlX1ZlHktImonPGEbpZ2K39c0YtBmkQoNHa2j3MeHdC7Hd5QBfZmEnMC3396ehpy+3Uo1d6vtmr/6/R+8m0xGdAWmoyotEN/NxzdDEd2cEttMi66KF/Spf73h8Fn4+cpT+wQtbBOlcas4ZEetMHF25WibRgcSI6CNZxOW65xpdKypOWHAokG600rGpZAcaLpd6u+F3CaoQDvwmq4vPfOM/cirt8q4tihJbCKsN0AJWnNAXmMqkPpe5d3sKQ4bYSrJ3HJ6h3jKMLcdHxpiJ0pNf0vAAy21Us8kzG5Kf5E7yT+BAF8h+8EUtryrbLY9ROkXOwLvid/l5b+/gfGY0gA",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,b={id:"api/service-api/versions/5.10/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV99v2zYQ/leEe2oL2oqzBdj0NDd1VwNd7cn2w+YaBS2dbXUSqZBUEsPQ/z4cqV+2lSRPPup4993x43fMCQzfawjWYFCbQWIwG0RSGCXTFBVsGMgcFTeJFNMYAtCGKxNKaaYGs5VOxH4+Wyx/jIBBzhXP0KCicCcQPEMIIFfyJ0bmG1kMEkFL3ByAQYw6UklOoa/8FD4UicIYAqMKZKCjA2YcghOYY44Wh0rEHspy45xRm48yPpLHeVwLeInaAg7/BgZUHgpDrjzP0ySy1fk/NfmfuqkSk1KuxVWIFt4aUl6I6LAqkhiYK5pVSRP72wLesBq43FKZ1C5FnTUJaovEGJVsC+OsypcrxY/UNYOZ7iIiIONmh4X0evj/8NjTPAb6qA1mnU9bKVPkAhjgM89yyrbjqcaSwSNPC+w7grKkpsYY4q43ydmB9Hw/cL0w3OgeGCXr9vdq8yWJVqvpJ0/uvJwrFMZzWymII2NP7i5p3+77vPYOUctCRXjBBWrzm0f90lm82l+FRh37G2Q/zfpb3xKxp3c7qTJuIICYGxwY8iqZ1YF7rnHa0++yru06GIoioxYsVtPlBBgslrPwH2CwnCyWZN5Pvo3D6cx+mcyBwcfJ51k4+XH/dbxYtOaf4Ww179h/TZZfZp9auw5fmVX08eflJGxCOauJ5MwmkDPrOM6yYTYlg0IkD0V/6fU5dIXJLuhcCu2O9vZmdK1A9wq5wfhceT74H/rFZiKMOlZbxvooonDx5u3uuxplWSGOMVcYWQTuKjN4HtB13aMYVNI52Mr4OKgU+1oxz+uxcuhxT0lpPGKLR/fEKoZBoRMp3ACwPH81V8P5q5wk6xmag6SZk0tta6axEYD/OPJPnWlR+lV6jeqxHj6FSiEAcjMykmkZ+P6JF+YgVWKOpc/z5KqsEHOpzFwqw1PPxbIAVcK3qetzHc6d8Y4XKd2egzG5vgo3r33bq0GOwCp/YluD6Jo0X6Q2HjXJ4yL2CJn3Ltl5AjHG+D1pnMPrXQJuccWYyaGyXrl1GiaSaLGhVkWFy7s+wRa5QjUuqLvrTffzgtjpSu86NVSrCrIktqJknYBYR9M0bOfypB4m55OuYUkjI/VAqpja8sORetOZNC8NgWa5nSvuEdGdJK1Xw/rKvnjGXODrAVRJs8vRiHGnpFaD4fbm9tfB6GZwO1qOboLRL8Hd3fD2t9//hXPdbTdXna7lqtWnjiQnYie7EtJl8gs0r2kznk+9WEZFhsLYZ1ClUjyyKlX1ZlHktImonPGEbpZ2K39c0YtBmkQoNHa2j3MeHdC7Hd5QBfZmEnMC3396ehpy+3Uo1d6vtmr/6/R+8m0xGdAWmoyotEN/NxzdDEd2cEttMi66KF/Spf73h8Fn4+cpT+wQtbBOlcas4ZEetMHF25WibRgcSI6CNZxOW65xpdKypOWHAokG600rGpZAcaLpd6u+F3CaoQDvwmq4vPfOM/cirt8q4tihJbCKsN0AJWnNAXmMqkPpe5d3sKQ4bYSrJ3HJ6h3jKMLcdHxpiJ0pNf0vAAy21Us8kzG5Kf5E7yT+BAF8h+8EUtryrbLY9ROkXOwLvid/l5b+/gfGY0gA",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/versions/5.10/delete-test-items-using-delete"}},E={},N=[{value:"Request",id:"request",level:2}];function O(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(O,{...e})}):O(e)}}}]); \ No newline at end of file diff --git a/assets/js/e98178f6.a6a18c46.js b/assets/js/e98178f6.01f9f763.js similarity index 99% rename from assets/js/e98178f6.a6a18c46.js rename to assets/js/e98178f6.01f9f763.js index 9afff7d96..0d3426099 100644 --- a/assets/js/e98178f6.a6a18c46.js +++ b/assets/js/e98178f6.01f9f763.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[3396],{82102:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>w,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),j=a.n(h),x=a(4667),g=a.n(x),u=a(9472),y=a.n(u),f=(a(1176),a(12005),a(85162));const v={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/versions/5.10/get-project-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete project",permalink:"/docs/api/service-api/versions/5.10/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/versions/5.10/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-17T15:21:45.358Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-17T15:21:45.358Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:45.358Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[3396],{82102:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>w,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),j=a.n(h),x=a(4667),g=a.n(x),u=a(9472),y=a.n(u),f=(a(1176),a(12005),a(85162));const v={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/versions/5.10/get-project-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete project",permalink:"/docs/api/service-api/versions/5.10/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/versions/5.10/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-21T10:13:55.348Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-21T10:13:55.348Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:55.348Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ea798e5d.25b19134.js b/assets/js/ea798e5d.5bac07ed.js similarity index 99% rename from assets/js/ea798e5d.25b19134.js rename to assets/js/ea798e5d.5bac07ed.js index 12dd46112..bc40ff895 100644 --- a/assets/js/ea798e5d.25b19134.js +++ b/assets/js/ea798e5d.5bac07ed.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[45087],{19567:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>I,frontMatter:()=>q,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const q={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-items-using-get",permalink:"/docs/api/service-api/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-using-get"}},b={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:43.180Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:43.180Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:43.180Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[45087],{19567:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>I,frontMatter:()=>q,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const q={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-items-using-get",permalink:"/docs/api/service-api/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-using-get"}},b={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:53.420Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:53.420Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:53.421Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ef389cd6.7c599830.js b/assets/js/ef389cd6.d0c1619d.js similarity index 98% rename from assets/js/ef389cd6.7c599830.js rename to assets/js/ef389cd6.d0c1619d.js index 821980522..03e859dd9 100644 --- a/assets/js/ef389cd6.7c599830.js +++ b/assets/js/ef389cd6.d0c1619d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94396],{85902:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>k,contentTitle:()=>v,default:()=>P,frontMatter:()=>y,metadata:()=>N,toc:()=>B});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),c=(s(82723),s(9487)),d=s.n(c),p=s(41429),m=s.n(p),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),x=s(9472),b=s.n(x),f=(s(1176),s(12005),s(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integration-using-get",permalink:"/docs/api/service-api/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/update-global-integration-using-put"}},k={},B=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-17T15:21:43.110Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.110Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94396],{85902:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>k,contentTitle:()=>v,default:()=>P,frontMatter:()=>y,metadata:()=>N,toc:()=>B});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),c=(s(82723),s(9487)),d=s.n(c),p=s(41429),m=s.n(p),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),x=s(9472),b=s.n(x),f=(s(1176),s(12005),s(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integration-using-get",permalink:"/docs/api/service-api/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/update-global-integration-using-put"}},k={},B=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-21T10:13:53.342Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.342Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/f0f5300a.b33f8623.js b/assets/js/f0f5300a.3ae62f83.js similarity index 60% rename from assets/js/f0f5300a.b33f8623.js rename to assets/js/f0f5300a.3ae62f83.js index 947b367f3..05953e1a0 100644 --- a/assets/js/f0f5300a.b33f8623.js +++ b/assets/js/f0f5300a.3ae62f83.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16688],{43793:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu4zYQ/RVhnnYXsmVnLwX0VGeTtkH3kubyUq9R0OLY5lYiteQwFxj692Koi+VYCRJg3+onm54ZHs6cGR5ugcTaQTqHXHidbUaZ0WRNnqOFRQymRCtIGX0mIYUC7Ro/BTt0107p9fnXy6t/phBDKawokNByrC1oUSCkUFrzHTP6wr9iUJqXBG0gBokus6rk0Ad2Fn94ZVFCStZjDC7bYCEg3QLdlxzWkVV6DVW1qI3R0bGR92yxH/czA47yBnHU2EZLNo6Bj4qa2E2UZa6ycNLku2PfbX9bRTm24drzX/y1B3UOeEeo5aVXhO6kByOGFgDEdWIWcXsSs+Rzc/4sp5oUugCHyKqlp/pXYyusFQxbERauD+uMsJi1HhfojLcZ5/HpPf7F+4GUxnAjco9Dya6qB2UbcEYtr1Qx4B7DythCEKQgBeGI2IodHknaLsDSmByFZuMuj08lpV5XmnCNtr+v0vThHfApAo+vguEhTtS+4HIezy7PPkIMJ6en57BgLyOfdDg5/W12/ekquBxf/x586j4YSJQjYeklqarzv98aYcGVRrs6J0eTyWEPfP1zn+pvkjfD7K6J3eNPn9xKtuSNQftiGVK7O0T4Tp4Z7r2Sz2C4Fvk9T5Bn1LJjYMx9as2dKgThia8nU8+wA7ZLoPHLPBDt/9NSG+EukKzaO2mvi5R8Vp9wuzn6bKRaKZTP375AElJQf14Pp6v62T3VlP95hzO3es92F8ai9Y8MoBd3bd0XypHK9vh12a0+m1wSV5iRG0qrkFIxf0R+vufyQrvhdL09gsBTvMPMs/fPDl11w2OoGmGcDLZO0z2lxUwQM3Qlcocx3I0yI3GNetTc9yO+70eNJCkO7vAhyeCQIrOKXIlZoP9OQygdZaYojI6M5qKFC8zVaZk3I+BJCN04OIDCcqZA2hjWWqVxgQMsl1JIbqbJtqeSqqQGlIQYPH7R3rTiy9scUmBzMpnJqzRJtsLTxlhF91UiSnVw6gssjaVzY0nkUR0rALVKLPO6km24hovC51zFDVHpDsKdt7a7TmZDiBt7buMO0eGV9YdxFHGyIqFlxMiiV2oVaUSJ8jUXpsYbPQS8wyWxMGMbrMpgNFaGWbPgVGW+3ne+hSUKi3bmOcvzBf/N8u9iJypP70RR5vhQlXWl7tq/rWrL0MXDpPSGWzPR4Why9G40nYymv1xN36dH0/Td2/Hkw9u/4QlhVGvinRSaTxZ7iqYTLvVs7Y3QpgM6HL1p9jgSvjD0yvSHV58sjzCprczs/CySJvMFahKNGmYtIrKgRRpEl75kJz51IRST19Urvx5UMIZcZagd9txnpcg2GB2NJyw/AvmZZmmS3N7ejkX4d2zsOmlcXfLp7OPpl8vTEbvw/YzW1ejfj6fTeo37rxC6t81LJ8PwxU54R0mZCxUulIB223T5HG74KZXuv4bq+NDUmJXVhkdDOoftdikcXtu8qnj5h0fLpF7sGjfwVCrH33cD8gGwThvCq4tG8b2O9jEMYm81lL7vsR/ipi/6ASru9w0KyTdu1zkf631Hgba7CAdPsSpuPWZZhiX1bFnL7k1Nfo9CDMvmNdi0gBW3LGfFLaTwDb4xSFN2V1lY30Iu9NqLNdvX2/LnPyIaK+k=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post-1",permalink:"/docs/api/service-api/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu4zYQ/RVhnnYXsmVnLwX0VGeTtkH3kubyUq9R0OLY5lYiteQwFxj692Koi+VYCRJg3+onm54ZHs6cGR5ugcTaQTqHXHidbUaZ0WRNnqOFRQymRCtIGX0mIYUC7Ro/BTt0107p9fnXy6t/phBDKawokNByrC1oUSCkUFrzHTP6wr9iUJqXBG0gBokus6rk0Ad2Fn94ZVFCStZjDC7bYCEg3QLdlxzWkVV6DVW1qI3R0bGR92yxH/czA47yBnHU2EZLNo6Bj4qa2E2UZa6ycNLku2PfbX9bRTm24drzX/y1B3UOeEeo5aVXhO6kByOGFgDEdWIWcXsSs+Rzc/4sp5oUugCHyKqlp/pXYyusFQxbERauD+uMsJi1HhfojLcZ5/HpPf7F+4GUxnAjco9Dya6qB2UbcEYtr1Qx4B7DythCEKQgBeGI2IodHknaLsDSmByFZuMuj08lpV5XmnCNtr+v0vThHfApAo+vguEhTtS+4HIezy7PPkIMJ6en57BgLyOfdDg5/W12/ekquBxf/x586j4YSJQjYeklqarzv98aYcGVRrs6J0eTyWEPfP1zn+pvkjfD7K6J3eNPn9xKtuSNQftiGVK7O0T4Tp4Z7r2Sz2C4Fvk9T5Bn1LJjYMx9as2dKgThia8nU8+wA7ZLoPHLPBDt/9NSG+EukKzaO2mvi5R8Vp9wuzn6bKRaKZTP375AElJQf14Pp6v62T3VlP95hzO3es92F8ai9Y8MoBd3bd0XypHK9vh12a0+m1wSV5iRG0qrkFIxf0R+vufyQrvhdL09gsBTvMPMs/fPDl11w2OoGmGcDLZO0z2lxUwQM3Qlcocx3I0yI3GNetTc9yO+70eNJCkO7vAhyeCQIrOKXIlZoP9OQygdZaYojI6M5qKFC8zVaZk3I+BJCN04OIDCcqZA2hjWWqVxgQMsl1JIbqbJtqeSqqQGlIQYPH7R3rTiy9scUmBzMpnJqzRJtsLTxlhF91UiSnVw6gssjaVzY0nkUR0rALVKLPO6km24hovC51zFDVHpDsKdt7a7TmZDiBt7buMO0eGV9YdxFHGyIqFlxMiiV2oVaUSJ8jUXpsYbPQS8wyWxMGMbrMpgNFaGWbPgVGW+3ne+hSUKi3bmOcvzBf/N8u9iJypP70RR5vhQlXWl7tq/rWrL0MXDpPSGWzPR4Why9G40nYymv1xN36dH0/Td2/Hkw9u/4QlhVGvinRSaTxZ7iqYTLvVs7Y3QpgM6HL1p9jgSvjD0yvSHV58sjzCprczs/CySJvMFahKNGmYtIrKgRRpEl75kJz51IRST19Urvx5UMIZcZagd9txnpcg2GB2NJyw/AvmZZmmS3N7ejkX4d2zsOmlcXfLp7OPpl8vTEbvw/YzW1ejfj6fTeo37rxC6t81LJ8PwxU54R0mZCxUulIB223T5HG74KZXuv4bq+NDUmJXVhkdDOoftdikcXtu8qnj5h0fLpF7sGjfwVCrH33cD8gGwThvCq4tG8b2O9jEMYm81lL7vsR/ipi/6ASru9w0KyTdu1zkf631Hgba7CAdPsSpuPWZZhiX1bFnL7k1Nfo9CDMvmNdi0gBW3LGfFLaTwDb4xSFN2V1lY30Iu9NqLNdvX2/LnPyIaK+k=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/get-debug-launches-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-17T15:21:43.199Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-17T15:21:43.199Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-17T15:21:43.199Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16688],{43793:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>q,default:()=>k,frontMatter:()=>b,metadata:()=>v,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu4zYQ/RVhnnYXsmU7u0WrpzqXtkH3ksbJS71GQYtjm1uJ1JKjOIGhfy+GuliOlSAB9q1+sumZ4eHMmeHhDkisHcRzSEWhk80gMZqsSVO0sAjB5GgFKaMvJcSQoV3jR2+H7tYpvb76Mrv5Zwwh5MKKDAktx9qBFhlCDLk13zChz/wrBKV5SdAGQpDoEqtyDn1kZ/F7oSxKiMkWGIJLNpgJiHdADzmHdWSVXkNZLipjdHRq5ANbHMb9xICDtEYc1LbBko1D4KOiJnYTeZ6qxJ80+ubYd9fdVlGKTbjm/Nd/HUCdA94TajkrFKE778AIoQEAYZWYRdicxCz53Jw/y6kmhc7DIbJqWVD1q7YV1gqGrQgz14V1SZhNG49rdKawCefx+T3+xYeelIZwJ9IC+5Jdlo/K1uOMWt6orMc9hJWxmSCIQQrCAbEVOzyRtH2ApTEpCs3GbR6fS0q1rjThGm13X6Xpp/fAp/A8vvGGxzhRFxmX83Q6uzyDEM4vLq5gwV5GPutwfvHb9PbjjXc5vf3d+1R90JMoR8LSa1JV5f+wNfyCy412VU4mo9FxD3z585Dq76J3/eyuiN3hT5fcSjbkDUEX2dKndn8I/50KZnhRKPkChmuRPvAEeUEtWwaG3KfW3KtMEJ4X1WTqGLbA9gk0xTL1RPv/tNRGuGskqw5O2ukiJV/UJ9xujj4ZqVYK5cu3z5CEFNSd1/3pKn90T9Xlf9nhzFYf2O7DWLTFEwPo1V1b9YVypJIDfs3a1ReTS+IKE3J9aRVSKuaPSK8OXF5p15+ukwl4nuI9JgV7/+jQZTs8+qrhx0lv69Tdk1tMBDFDVyJ1GML9IDES16gH9X0/4Pt+UEuS7OgO75MMDikwq8DlmHj67zWE0kFisszowGgumr/AXJWWeT0CnoXQjoMjKCxnMqSNYa2VG+c5wHIphuhuHO06KqmMKkCRj8HjF+1dI74Km0IMbE4mMWkZR9FOFLQxVtFDGYlcHZ36GnNj6cpYEmlQxfJArRLLtKpkE67moihSruKGKHdH4a4a230nsyGEtT23cYvo+Mr6wzgKOFmB0DJgZMEbtQo0okT5lgtT4Q0eA97jkpiZofVWuTcaKsOsWXCqkqLad76DJQqLdlpwlucL/pvl3/VeVF7ciyxP8bEqa0vdtn9T1Yahi8dJ6Qy3eqLDZDR5PxiPBpPxzXgUj0/iDyfDyS8//w3PCKNKE++l0Hy0OFA0rXCpZmtnhNYd0OLoTLOnkfCFoVemO7y6ZHmCSU1lpleXgTRJkaEmUath1iIi8VqkRjQrcnbiU2dCMXldtfLrUQVDSFWC2mHHfZqLZIPBZDhi+eHJzzSLo2i73Q6F/3do7DqqXV308fLs4vPsYsAufD+jdRX6D8PxuFrj/suE7mzz2snQf7ET3lOUp0L5C8Wj3dVdPoc7fkrFh6+hKj7UNWZlteHREM9ht1sKh7c2LUte/l6gZVIv9o3reSqV4+/7AfkIWKsN4c11rfjeBocYerE3Gko/dNgPYd0X3QAl9/sGheQbt+2cs2rfgaftPsLRU6wMG49pkmBOHVvWsgdTk9+jEMKyfg3WLWDFluWs2EIMX+ErgzR5e5X59R2kQq8LsWb7alv+/Acucivt",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},q=void 0,v={id:"api/service-api/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post-1",permalink:"/docs/api/service-api/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu4zYQ/RVhnnYXsmU7u0WrpzqXtkH3ksbJS71GQYtjm1uJ1JKjOIGhfy+GuliOlSAB9q1+sumZ4eHMmeHhDkisHcRzSEWhk80gMZqsSVO0sAjB5GgFKaMvJcSQoV3jR2+H7tYpvb76Mrv5Zwwh5MKKDAktx9qBFhlCDLk13zChz/wrBKV5SdAGQpDoEqtyDn1kZ/F7oSxKiMkWGIJLNpgJiHdADzmHdWSVXkNZLipjdHRq5ANbHMb9xICDtEYc1LbBko1D4KOiJnYTeZ6qxJ80+ubYd9fdVlGKTbjm/Nd/HUCdA94TajkrFKE778AIoQEAYZWYRdicxCz53Jw/y6kmhc7DIbJqWVD1q7YV1gqGrQgz14V1SZhNG49rdKawCefx+T3+xYeelIZwJ9IC+5Jdlo/K1uOMWt6orMc9hJWxmSCIQQrCAbEVOzyRtH2ApTEpCs3GbR6fS0q1rjThGm13X6Xpp/fAp/A8vvGGxzhRFxmX83Q6uzyDEM4vLq5gwV5GPutwfvHb9PbjjXc5vf3d+1R90JMoR8LSa1JV5f+wNfyCy412VU4mo9FxD3z585Dq76J3/eyuiN3hT5fcSjbkDUEX2dKndn8I/50KZnhRKPkChmuRPvAEeUEtWwaG3KfW3KtMEJ4X1WTqGLbA9gk0xTL1RPv/tNRGuGskqw5O2ukiJV/UJ9xujj4ZqVYK5cu3z5CEFNSd1/3pKn90T9Xlf9nhzFYf2O7DWLTFEwPo1V1b9YVypJIDfs3a1ReTS+IKE3J9aRVSKuaPSK8OXF5p15+ukwl4nuI9JgV7/+jQZTs8+qrhx0lv69Tdk1tMBDFDVyJ1GML9IDES16gH9X0/4Pt+UEuS7OgO75MMDikwq8DlmHj67zWE0kFisszowGgumr/AXJWWeT0CnoXQjoMjKCxnMqSNYa2VG+c5wHIphuhuHO06KqmMKkCRj8HjF+1dI74Km0IMbE4mMWkZR9FOFLQxVtFDGYlcHZ36GnNj6cpYEmlQxfJArRLLtKpkE67moihSruKGKHdH4a4a230nsyGEtT23cYvo+Mr6wzgKOFmB0DJgZMEbtQo0okT5lgtT4Q0eA97jkpiZofVWuTcaKsOsWXCqkqLad76DJQqLdlpwlucL/pvl3/VeVF7ciyxP8bEqa0vdtn9T1Yahi8dJ6Qy3eqLDZDR5PxiPBpPxzXgUj0/iDyfDyS8//w3PCKNKE++l0Hy0OFA0rXCpZmtnhNYd0OLoTLOnkfCFoVemO7y6ZHmCSU1lpleXgTRJkaEmUath1iIi8VqkRjQrcnbiU2dCMXldtfLrUQVDSFWC2mHHfZqLZIPBZDhi+eHJzzSLo2i73Q6F/3do7DqqXV308fLs4vPsYsAufD+jdRX6D8PxuFrj/suE7mzz2snQf7ET3lOUp0L5C8Wj3dVdPoc7fkrFh6+hKj7UNWZlteHREM9ht1sKh7c2LUte/l6gZVIv9o3reSqV4+/7AfkIWKsN4c11rfjeBocYerE3Gko/dNgPYd0X3QAl9/sGheQbt+2cs2rfgaftPsLRU6wMG49pkmBOHVvWsgdTk9+jEMKyfg3WLWDFluWs2EIMX+ErgzR5e5X59R2kQq8LsWb7alv+/Acucivt",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/get-debug-launches-using-get"}},N={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-21T10:13:53.442Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-21T10:13:53.442Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-21T10:13:53.442Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/f58ab7d7.9eb95a78.js b/assets/js/f58ab7d7.1e71e95f.js similarity index 99% rename from assets/js/f58ab7d7.9eb95a78.js rename to assets/js/f58ab7d7.1e71e95f.js index 5c0733e03..eb8bc89f4 100644 --- a/assets/js/f58ab7d7.9eb95a78.js +++ b/assets/js/f58ab7d7.1e71e95f.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63128],{79196:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get"}},q={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:45.417Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:45.418Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:45.418Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63128],{79196:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get"}},q={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:55.409Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:55.409Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:55.409Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/f5968bd7.2d3555a8.js b/assets/js/f5968bd7.6d7cbc1a.js similarity index 98% rename from assets/js/f5968bd7.2d3555a8.js rename to assets/js/f5968bd7.6d7cbc1a.js index 6b26010b9..7932f4b0a 100644 --- a/assets/js/f5968bd7.2d3555a8.js +++ b/assets/js/f5968bd7.6d7cbc1a.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[73580],{93201:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>G,frontMatter:()=>q,metadata:()=>N,toc:()=>P});var i=s(85893),t=s(11151),n=s(58219),r=s.n(n),o=(s(62316),s(51039)),l=s.n(o),c=(s(82723),s(9487)),m=s.n(c),d=s(41429),p=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),f=s(9472),x=s.n(f),y=(s(1176),s(12005),s(85162));const q={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-info-using-get",permalink:"/docs/api/service-api/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/get-all-project-names-using-get"}},b={},P=[{value:"Request",id:"request",level:2}];function Q(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(a.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-17T15:21:43.124Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-17T15:21:43.124Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function G(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(Q,{...e})}):Q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[73580],{93201:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>G,frontMatter:()=>q,metadata:()=>N,toc:()=>P});var i=s(85893),t=s(11151),n=s(58219),r=s.n(n),o=(s(62316),s(51039)),l=s.n(o),c=(s(82723),s(9487)),m=s.n(c),d=s(41429),p=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),f=s(9472),x=s.n(f),y=(s(1176),s(12005),s(85162));const q={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-info-using-get",permalink:"/docs/api/service-api/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/get-all-project-names-using-get"}},b={},P=[{value:"Request",id:"request",level:2}];function Q(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(a.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-21T10:13:53.357Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-21T10:13:53.357Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function G(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(Q,{...e})}):Q(e)}}}]); \ No newline at end of file diff --git a/assets/js/f7aeb356.31c1f57b.js b/assets/js/f7aeb356.31c1f57b.js deleted file mode 100644 index 137954b45..000000000 --- a/assets/js/f7aeb356.31c1f57b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67689],{50760:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>q,contentTitle:()=>N,default:()=>M,frontMatter:()=>y,metadata:()=>b,toc:()=>S});var a=s(85893),r=s(11151),l=s(58219),n=s.n(l),t=(s(62316),s(51039)),c=s.n(t),p=(s(82723),s(9487)),d=s.n(p),m=s(41429),h=s.n(m),o=s(5397),u=s.n(o),x=s(4667),f=s.n(x),j=s(9472),g=s.n(j),v=(s(1176),s(12005),s(85162));const y={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm1v2zYQ/ivCfWoL2bLTtAP0qV7mYEaDxLMdDGhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLNgbSByhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9sbB7w3XGym94t/hhCDYpqVaFGTpxoEKxHS4HGSQwxcQAqK2S3EkKPJNFfk9Rik8UfFNeaQWl1hDCbbYskgrcHuFDk0VnOxgaaJ9zGUlt8ws7f077Uwx7ifj7T0YDT2d5nvCHHst0vJ7C+IgfhDYQnJlCp45uhLvhmC191I3BYU6tp5GD9jVhHSOTnk9wAo8gUvkaoRkpMrOgrRrqk+lqNx4azVfFVZ/y9gmdZsR8xYLE037MRiOdpbuKivu/+OuzMExWB2xmLZ2VpJWSATEAM+s1JRtDUrDDYxPLKiwnM0N82Lgp0J1BJxshfDWuqSWUghZxZ7llCUmWW2MufwKKqSuJ2O5vPxHxDD9Why4z7mi7vp1H99noSvye1iPJvdTxfu39Xo9mp8cxN2ru8ghr9Hs1tYNv4Yx73lFoySwngWLwaD0ya6+3zcOO+Sd6/1Sui2+f+WjOdniSy4+H52Q1TlCnVniwuLG9RdhrmwHy9dxULRlMaMWTqvq3IMz71M5rhB0QuT01vJfNcLA3syMMdU+BNGXhWitdSRUZjxNcc8CjPsGsuiMFwKrzeuNV+Nu2+9l/FpwEu0W0n6pirHIelHCsnjMKk7stEkPqmkbiWrSbwziMGgfmzVr9IFpECmVmayaNIkqVllt1Jzu2sSpvjJqWeopLZTqS0rIu/Lpaw5WxW+lq073z1rVhVUja21ypy4m7bYQ6cTEOKAXzYx7DM6bcc/pbER0RYxkUeUWfSGryOBmGP+NpLryOcbvUz4kFeOpexrh1IO1OeSmmZJVGWVj/tQwwqZRj2qiPGHJW2TUM4OijtuJeRY3/ZF3490K0OhCdtyt829fMlRRwuCrMDF4OKyNxz0hr8thh/Si2F6+b4/+Pj+CxykpFWMhu6atezOZreG/1HglrDRdBLlMqtKFNZdD2H8WebGP0zKvFJkRCmWjFNPGb/y6YRYmukMhcGO+UixbIvRRX8AcehJqn6aJE9PT33mdvtSb5JgapKbydX4dj7ukQmJNWrjs//QHw79mpLGlkx0wvzcwJ7XdovPNlEF44J8uxzrMH4P8EgPi/T43vZRaL3zbAhDuIxhK40l07peMYP3umgaWv5RoaZ2Wx5GynVQzg19H5TrRZZ7RYY3syDqb6NO4LOnaO9dseuIDsShXffW9IT5pfjHhPxCCl0HDSnBFllOqr+fqSsft7cgPwcPJ88ZOoO3GGUZKtvB0g12JK3T+wXEsApvqFLmhNLsiR477AlS+ApfKUfpTu8Uz63XUDCxqdiG8D4q/f4FI5yl7Q==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put-1",permalink:"/docs/api/service-api/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm1v2zYQ/ivCfWoL2bLTtAP0qV7mYEaDxLMdDGhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLNgbSByhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9sbB7w3XGym94t/hhCDYpqVaFGTpxoEKxHS4HGSQwxcQAqK2S3EkKPJNFfk9Rik8UfFNeaQWl1hDCbbYskgrcHuFDk0VnOxgaaJ9zGUlt8ws7f077Uwx7ifj7T0YDT2d5nvCHHst0vJ7C+IgfhDYQnJlCp45uhLvhmC191I3BYU6tp5GD9jVhHSOTnk9wAo8gUvkaoRkpMrOgrRrqk+lqNx4azVfFVZ/y9gmdZsR8xYLE037MRiOdpbuKivu/+OuzMExWB2xmLZ2VpJWSATEAM+s1JRtDUrDDYxPLKiwnM0N82Lgp0J1BJxshfDWuqSWUghZxZ7llCUmWW2MufwKKqSuJ2O5vPxHxDD9Why4z7mi7vp1H99noSvye1iPJvdTxfu39Xo9mp8cxN2ru8ghr9Hs1tYNv4Yx73lFoySwngWLwaD0ya6+3zcOO+Sd6/1Sui2+f+WjOdniSy4+H52Q1TlCnVniwuLG9RdhrmwHy9dxULRlMaMWTqvq3IMz71M5rhB0QuT01vJfNcLA3syMMdU+BNGXhWitdSRUZjxNcc8CjPsGsuiMFwKrzeuNV+Nu2+9l/FpwEu0W0n6pirHIelHCsnjMKk7stEkPqmkbiWrSbwziMGgfmzVr9IFpECmVmayaNIkqVllt1Jzu2sSpvjJqWeopLZTqS0rIu/Lpaw5WxW+lq073z1rVhVUja21ypy4m7bYQ6cTEOKAXzYx7DM6bcc/pbER0RYxkUeUWfSGryOBmGP+NpLryOcbvUz4kFeOpexrh1IO1OeSmmZJVGWVj/tQwwqZRj2qiPGHJW2TUM4OijtuJeRY3/ZF3490K0OhCdtyt829fMlRRwuCrMDF4OKyNxz0hr8thh/Si2F6+b4/+Pj+CxykpFWMhu6atezOZreG/1HglrDRdBLlMqtKFNZdD2H8WebGP0zKvFJkRCmWjFNPGb/y6YRYmukMhcGO+UixbIvRRX8AcehJqn6aJE9PT33mdvtSb5JgapKbydX4dj7ukQmJNWrjs//QHw79mpLGlkx0wvzcwJ7XdovPNlEF44J8uxzrMH4P8EgPi/T43vZRaL3zbAhDuIxhK40l07peMYP3umgaWv5RoaZ2Wx5GynVQzg19H5TrRZZ7RYY3syDqb6NO4LOnaO9dseuIDsShXffW9IT5pfjHhPxCCl0HDSnBFllOqr+fqSsft7cgPwcPJ88ZOoO3GGUZKtvB0g12JK3T+wXEsApvqFLmhNLsiR477AlS+ApfKUfpTu8Uz63XUDCxqdiG8D4q/f4FI5yl7Q==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"}},q={},S=[{value:"Request",id:"request",level:2}];function D(e){const i={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(h(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(h(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(f(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:i}={...(0,r.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/f7aeb356.adde6d46.js b/assets/js/f7aeb356.adde6d46.js new file mode 100644 index 000000000..bee8a977c --- /dev/null +++ b/assets/js/f7aeb356.adde6d46.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67689],{50760:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>q,contentTitle:()=>g,default:()=>I,frontMatter:()=>b,metadata:()=>N,toc:()=>k});var a=s(85893),r=s(11151),l=s(58219),n=s.n(l),t=(s(62316),s(51039)),c=s.n(t),p=(s(82723),s(9487)),d=s.n(p),m=s(41429),o=s.n(m),h=s(5397),u=s.n(h),j=s(4667),x=s.n(j),f=s(9472),y=s.n(f),v=(s(1176),s(12005),s(85162));const b={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm2P2jgQ/ivRfGqrQIC2JzWfjttjdairXQ5YnXRbdDLJAG4T27Wd3UVR/vtpbAfCwu1V5VOwn3nxMzOPXYNlWwPpAxSsEtmul0lhtSwK1LCKQSrUzHIppjmksOGCm92NA94bLraz++U/Q4hBMc1KtKjJUw2ClQhp8DjNIQYuIAXF7A5iyNFkmivyegrS+L3iGnNIra4wBpPtsGSQ1mD3ihwaq7nYQtPEhxhKy6+Y2Vv691qYU9yPR1p5MBr7m8z3hDj126Vk/ifEQPyhsIRkShU8c/QlXw3B624kbgsKde08TJ4xqwjpnBzzewAU+ZKXSNUIyck1HYVo11Qfy9G4cNZqvq6s/xewTGu2J2YslqYbdmqxHB8sXNTX3X/D/QWCYjB7Y7HsbK2lLJAJiAGfWako2oYVBpsYHllR4SWam+ZFwS4Eaok424thI3XJLKSQM4s9SyjKzDJbmUt4FFVJ3M7Gi8Xkd4jhejy9cR+L5d1s5r8+T8PX9HY5mc/vZ0v372p8ezW5uQk713cQw1/j+S2sGn+M095yC0ZJYTyLo8HgvInuPp82zrvk3Wu9Erpt8b8l4/lFIgsuvl3cEFW5Rt3Z4sLiFnWXYS7sLx9cxULRlMaMWTqvq3IMz71M5rhF0QuT01vLfN8LA3s2MKdU+BNGXhWijdSRUZjxDcc8CjPsGsuiMFwKrzeuNV+Ne2i9l/FpwEu0O0n6pirHIelHCsnjMKk7stEkPqmkbiWrSbwziMGgfmzVr9IFpECmVmayaNIkqVlld1Jzu28SpvjZqeeopLYzqS0rIu/Lpaw5Wxe+lq073z0bVhVUjZ21ypy5m7XYY6cTEOKAXzUxHDI6b8c/pLER0RYxkUeUWfSGbyKBmGP+NpKbyOcbvUz4mFeOpexrh1IO1OeSmmZFVGWVj/tQwxqZRj2uiPGHFW2TUM6PijtpJeRU3w5FP4x0K0OhCdtyt829eslRRwuCrMBoMPrQGw56o+FyOEiH79OP7/ujT5/+hqOUtIrR0F2zkd3Z7NbwPwrcEjaeTaNcZlWJwrrrIYw/y9z4h0lZVIqMKMWSceop41d+PSOWZjpDYbBjPlYs22E06g8gDj1J1U+T5Onpqc/cbl/qbRJMTXIzvZrcLiY9MiGxRm189h/7w6FfU9LYkolOmB8b2MvabvHZJqpgXJBvl2Mdxu8BHulhkZ7e2z4KrXeeDWEIVzHspLFkWtdrZvBeF01Dy98r1NRuq+NIuQ7KuaHvo3K9yPKgyPBmHkT9bdQJfPEU7b0r9h3RgTi068GanjA/Ff+UkJ9IoeugISXYIctJ9Q8zdeXj9pbk5+jh7DlDZ/AW4yxDZTtYusFOpHV2v4QY1uENVcqcUJo90WOHPUEKX+AL5Sjd6Z3iufUaCia2FdsS3kel378t+6Xw",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},g=void 0,N={id:"api/service-api/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put-1",permalink:"/docs/api/service-api/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm2P2jgQ/ivRfGqrQIC2JzWfjttjdairXQ5YnXRbdDLJAG4T27Wd3UVR/vtpbAfCwu1V5VOwn3nxMzOPXYNlWwPpAxSsEtmul0lhtSwK1LCKQSrUzHIppjmksOGCm92NA94bLraz++U/Q4hBMc1KtKjJUw2ClQhp8DjNIQYuIAXF7A5iyNFkmivyegrS+L3iGnNIra4wBpPtsGSQ1mD3ihwaq7nYQtPEhxhKy6+Y2Vv691qYU9yPR1p5MBr7m8z3hDj126Vk/ifEQPyhsIRkShU8c/QlXw3B624kbgsKde08TJ4xqwjpnBzzewAU+ZKXSNUIyck1HYVo11Qfy9G4cNZqvq6s/xewTGu2J2YslqYbdmqxHB8sXNTX3X/D/QWCYjB7Y7HsbK2lLJAJiAGfWako2oYVBpsYHllR4SWam+ZFwS4Eaok424thI3XJLKSQM4s9SyjKzDJbmUt4FFVJ3M7Gi8Xkd4jhejy9cR+L5d1s5r8+T8PX9HY5mc/vZ0v372p8ezW5uQk713cQw1/j+S2sGn+M095yC0ZJYTyLo8HgvInuPp82zrvk3Wu9Erpt8b8l4/lFIgsuvl3cEFW5Rt3Z4sLiFnWXYS7sLx9cxULRlMaMWTqvq3IMz71M5rhF0QuT01vLfN8LA3s2MKdU+BNGXhWijdSRUZjxDcc8CjPsGsuiMFwKrzeuNV+Ne2i9l/FpwEu0O0n6pirHIelHCsnjMKk7stEkPqmkbiWrSbwziMGgfmzVr9IFpECmVmayaNIkqVlld1Jzu28SpvjZqeeopLYzqS0rIu/Lpaw5Wxe+lq073z0bVhVUjZ21ypy5m7XYY6cTEOKAXzUxHDI6b8c/pLER0RYxkUeUWfSGbyKBmGP+NpKbyOcbvUz4mFeOpexrh1IO1OeSmmZFVGWVj/tQwxqZRj2uiPGHFW2TUM6PijtpJeRU3w5FP4x0K0OhCdtyt829eslRRwuCrMBoMPrQGw56o+FyOEiH79OP7/ujT5/+hqOUtIrR0F2zkd3Z7NbwPwrcEjaeTaNcZlWJwrrrIYw/y9z4h0lZVIqMKMWSceop41d+PSOWZjpDYbBjPlYs22E06g8gDj1J1U+T5Onpqc/cbl/qbRJMTXIzvZrcLiY9MiGxRm189h/7w6FfU9LYkolOmB8b2MvabvHZJqpgXJBvl2Mdxu8BHulhkZ7e2z4KrXeeDWEIVzHspLFkWtdrZvBeF01Dy98r1NRuq+NIuQ7KuaHvo3K9yPKgyPBmHkT9bdQJfPEU7b0r9h3RgTi068GanjA/Ff+UkJ9IoeugISXYIctJ9Q8zdeXj9pbk5+jh7DlDZ/AW4yxDZTtYusFOpHV2v4QY1uENVcqcUJo90WOHPUEKX+AL5Sjd6Z3iufUaCia2FdsS3kel378t+6Xw",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function w(e){const i={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,r.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/fbd97956.8e97a9d5.js b/assets/js/fbd97956.b6085465.js similarity index 99% rename from assets/js/fbd97956.8e97a9d5.js rename to assets/js/fbd97956.b6085465.js index b3e08a93d..449438fef 100644 --- a/assets/js/fbd97956.8e97a9d5.js +++ b/assets/js/fbd97956.b6085465.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77829],{65980:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>L,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-17T15:21:45.421Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-17T15:21:45.421Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-17T15:21:45.421Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77829],{65980:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>L,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-21T10:13:55.412Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-21T10:13:55.413Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-21T10:13:55.413Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/fc3a4118.4b833a92.js b/assets/js/fc3a4118.97aa958c.js similarity index 98% rename from assets/js/fc3a4118.4b833a92.js rename to assets/js/fc3a4118.97aa958c.js index 0476faa41..744ff96f1 100644 --- a/assets/js/fc3a4118.4b833a92.js +++ b/assets/js/fc3a4118.97aa958c.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74639],{25860:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>N,default:()=>S,frontMatter:()=>b,metadata:()=>y,toc:()=>_});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),j=i(5397),h=i.n(j),g=i(4667),u=i.n(g),x=i(9472),v=i.n(x),f=(i(1176),i(12005),i(85162));const b={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-17T15:21:43.108Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-17T15:21:43.108Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74639],{25860:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>N,default:()=>S,frontMatter:()=>b,metadata:()=>y,toc:()=>_});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),j=i(5397),h=i.n(j),g=i(4667),u=i.n(g),x=i(9472),v=i.n(x),f=(i(1176),i(12005),i(85162));const b={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-21T10:13:53.340Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-21T10:13:53.340Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/main.4e277079.js b/assets/js/main.4e277079.js new file mode 100644 index 000000000..2243948db --- /dev/null +++ b/assets/js/main.4e277079.js @@ -0,0 +1,2 @@ +/*! For license information please see main.4e277079.js.LICENSE.txt */ +(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[40179],{20830:(e,t,i)=>{"use strict";i.d(t,{W:()=>a});var s=i(67294);function a(){return s.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20","aria-hidden":"true"},s.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}},57052:(e,t,i)=>{"use strict";i.d(t,{D:()=>a});var s=i(67294);function a(e){var t=e.isOpen,i=e.onOpen,a=e.onClose,n=e.onInput,r=e.searchButtonRef;s.useEffect((function(){function e(e){var s;(27===e.keyCode&&t||"k"===(null===(s=e.key)||void 0===s?void 0:s.toLowerCase())&&(e.metaKey||e.ctrlKey)||!function(e){var t=e.target,i=t.tagName;return t.isContentEditable||"INPUT"===i||"SELECT"===i||"TEXTAREA"===i}(e)&&"/"===e.key&&!t)&&(e.preventDefault(),t?a():document.body.classList.contains("DocSearch--active")||document.body.classList.contains("DocSearch--active")||i()),r&&r.current===document.activeElement&&n&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&n(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}}),[t,i,a,n,r])}},69282:(e,t,i)=>{"use strict";var s=i(34155),a=i(25108);function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function r(e,t){for(var i=0;i1?i-1:0),a=1;a1?i-1:0),a=1;a1?i-1:0),a=1;a1?i-1:0),a=1;a{"use strict";var s=i(34155);function a(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,s)}return i}function n(e){for(var t=1;te.length)&&(i=e.length),e.substring(i-t.length,i)===t}var x="",w="",_="",k="",P={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function A(e){var t=Object.keys(e),i=Object.create(Object.getPrototypeOf(e));return t.forEach((function(t){i[t]=e[t]})),Object.defineProperty(i,"message",{value:e.message}),i}function S(e){return b(e,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function E(e,t,i){var a="",n="",r=0,o="",c=!1,p=S(e),d=p.split("\n"),l=S(t).split("\n"),u=0,g="";if("strictEqual"===i&&"object"===m(e)&&"object"===m(t)&&null!==e&&null!==t&&(i="strictEqualObject"),1===d.length&&1===l.length&&d[0]!==l[0]){var f=d[0].length+l[0].length;if(f<=10){if(!("object"===m(e)&&null!==e||"object"===m(t)&&null!==t||0===e&&0===t))return"".concat(P[i],"\n\n")+"".concat(d[0]," !== ").concat(l[0],"\n")}else if("strictEqualObject"!==i){if(f<(s.stderr&&s.stderr.isTTY?s.stderr.columns:80)){for(;d[0][u]===l[0][u];)u++;u>2&&(g="\n ".concat(function(e,t){if(t=Math.floor(t),0==e.length||0==t)return"";var i=e.length*t;for(t=Math.floor(Math.log(t)/Math.log(2));t;)e+=e,t--;return e+e.substring(0,i-e.length)}(" ",u),"^"),u=0)}}}for(var v=d[d.length-1],b=l[l.length-1];v===b&&(u++<2?o="\n ".concat(v).concat(o):a=v,d.pop(),l.pop(),0!==d.length&&0!==l.length);)v=d[d.length-1],b=l[l.length-1];var h=Math.max(d.length,l.length);if(0===h){var A=p.split("\n");if(A.length>30)for(A[26]="".concat(x,"...").concat(k);A.length>27;)A.pop();return"".concat(P.notIdentical,"\n\n").concat(A.join("\n"),"\n")}u>3&&(o="\n".concat(x,"...").concat(k).concat(o),c=!0),""!==a&&(o="\n ".concat(a).concat(o),a="");var E=0,T=P[i]+"\n".concat(w,"+ actual").concat(k," ").concat(_,"- expected").concat(k),C=" ".concat(x,"...").concat(k," Lines skipped");for(u=0;u1&&u>2&&(I>4?(n+="\n".concat(x,"...").concat(k),c=!0):I>3&&(n+="\n ".concat(l[u-2]),E++),n+="\n ".concat(l[u-1]),E++),r=u,a+="\n".concat(_,"-").concat(k," ").concat(l[u]),E++;else if(l.length1&&u>2&&(I>4?(n+="\n".concat(x,"...").concat(k),c=!0):I>3&&(n+="\n ".concat(d[u-2]),E++),n+="\n ".concat(d[u-1]),E++),r=u,n+="\n".concat(w,"+").concat(k," ").concat(d[u]),E++;else{var R=l[u],j=d[u],O=j!==R&&(!y(j,",")||j.slice(0,-1)!==R);O&&y(R,",")&&R.slice(0,-1)===j&&(O=!1,j+=","),O?(I>1&&u>2&&(I>4?(n+="\n".concat(x,"...").concat(k),c=!0):I>3&&(n+="\n ".concat(d[u-2]),E++),n+="\n ".concat(d[u-1]),E++),r=u,n+="\n".concat(w,"+").concat(k," ").concat(j),a+="\n".concat(_,"-").concat(k," ").concat(R),E+=2):(n+=a,a="",1!==I&&0!==u||(n+="\n ".concat(j),E++))}if(E>20&&u30)for(g[26]="".concat(x,"...").concat(k);g.length>27;)g.pop();t=1===g.length?u.call(this,"".concat(l," ").concat(g[0])):u.call(this,"".concat(l,"\n\n").concat(g.join("\n"),"\n"))}else{var f=S(r),v="",b=P[a];"notDeepEqual"===a||"notEqual"===a?(f="".concat(P[a],"\n\n").concat(f)).length>1024&&(f="".concat(f.slice(0,1021),"...")):(v="".concat(S(o)),f.length>512&&(f="".concat(f.slice(0,509),"...")),v.length>512&&(v="".concat(v.slice(0,509),"...")),"deepEqual"===a||"equal"===a?f="".concat(b,"\n\n").concat(f,"\n\nshould equal\n\n"):v=" ".concat(a," ").concat(v)),t=u.call(this,"".concat(f).concat(v))}return Error.stackTraceLimit=c,t.generatedMessage=!i,Object.defineProperty(d(t),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),t.code="ERR_ASSERTION",t.actual=r,t.expected=o,t.operator=a,Error.captureStackTrace&&Error.captureStackTrace(d(t),n),t.stack,t.name="AssertionError",p(t)}return r=y,(c=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:t,value:function(e,t){return b(this,n(n({},t),{},{customInspect:!1,depth:0}))}}])&&o(r.prototype,c),l&&o(r,l),Object.defineProperty(r,"prototype",{writable:!1}),y}(l(Error),b.custom);e.exports=T},62136:(e,t,i)=>{"use strict";function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function a(e,t){for(var i=0;i2?"one of ".concat(t," ").concat(e.slice(0,i-1).join(", "),", or ")+e[i-1]:2===i?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}l("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),l("ERR_INVALID_ARG_TYPE",(function(e,t,a){var n,r,o,p;if(void 0===c&&(c=i(69282)),c("string"==typeof e,"'name' must be a string"),"string"==typeof t&&(r="not ",t.substr(!o||o<0?0:+o,r.length)===r)?(n="must not be",t=t.replace(/^not /,"")):n="must be",function(e,t,i){return(void 0===i||i>e.length)&&(i=e.length),e.substring(i-t.length,i)===t}(e," argument"))p="The ".concat(e," ").concat(n," ").concat(u(t,"type"));else{var d=function(e,t,i){return"number"!=typeof i&&(i=0),!(i+t.length>e.length)&&-1!==e.indexOf(t,i)}(e,".")?"property":"argument";p='The "'.concat(e,'" ').concat(d," ").concat(n," ").concat(u(t,"type"))}return p+=". Received type ".concat(s(a))}),TypeError),l("ERR_INVALID_ARG_VALUE",(function(e,t){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===p&&(p=i(89539));var a=p.inspect(t);return a.length>128&&(a="".concat(a.slice(0,128),"...")),"The argument '".concat(e,"' ").concat(s,". Received ").concat(a)}),TypeError,RangeError),l("ERR_INVALID_RETURN_VALUE",(function(e,t,i){var a;return a=i&&i.constructor&&i.constructor.name?"instance of ".concat(i.constructor.name):"type ".concat(s(i)),"Expected ".concat(e,' to be returned from the "').concat(t,'"')+" function but got ".concat(a,".")}),TypeError),l("ERR_MISSING_ARGS",(function(){for(var e=arguments.length,t=new Array(e),s=0;s0,"At least one arg needs to be specified");var a="The ",n=t.length;switch(t=t.map((function(e){return'"'.concat(e,'"')})),n){case 1:a+="".concat(t[0]," argument");break;case 2:a+="".concat(t[0]," and ").concat(t[1]," arguments");break;default:a+=t.slice(0,n-1).join(", "),a+=", and ".concat(t[n-1]," arguments")}return"".concat(a," must be specified")}),TypeError),e.exports.codes=d},19158:(e,t,i)=>{"use strict";function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=i){var s,a,n,r,o=[],c=!0,p=!1;try{if(n=(i=i.call(e)).next,0===t){if(Object(i)!==i)return;c=!1}else for(;!(c=(s=n.call(i)).done)&&(o.push(s.value),o.length!==t);c=!0);}catch(e){p=!0,a=e}finally{try{if(!c&&null!=i.return&&(r=i.return(),Object(r)!==r))return}finally{if(p)throw a}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return a(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,s=new Array(t);i10)return!0;for(var t=0;t57)return!0}return 10===e.length&&e>=Math.pow(2,32)}function O(e){return Object.keys(e).filter(j).concat(d(e).filter(Object.prototype.propertyIsEnumerable.bind(e)))}function L(e,t){if(e===t)return 0;for(var i=e.length,s=t.length,a=0,n=Math.min(i,s);a{"use strict";i.d(t,{Z:()=>u});i(67294);var s=i(68356),a=i.n(s),n=i(16887);const r={"00126636":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99133)]).then(i.bind(i,18857)),"@site/docs/api/service-api/get-attribute-keys-using-get.api.mdx",18857],"00685d85":[()=>Promise.all([i.e(68592),i.e(29417)]).then(i.bind(i,81879)),"@site/docs/quality-gates/UploadQualityGateToReportPortal.mdx",81879],"00e6edd3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98141)]).then(i.bind(i,78143)),"@site/docs/api/service-api/update-test-item-using-put.api.mdx",78143],"00e97bf6":[()=>Promise.all([i.e(68592),i.e(44946)]).then(i.bind(i,95298)),"@site/docs/dashboards-and-widgets/TableComponentHealthCheck.mdx",95298],"0132c79f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(63345)]).then(i.bind(i,70037)),"@site/docs/api/service-api/versions/5.10/get-plugins-using-get.api.mdx",70037],"01e280d4":[()=>Promise.all([i.e(68592),i.e(87537)]).then(i.bind(i,52190)),"@site/docs/developers-guides/ReportPortalAPI.mdx",52190],"02335ff3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(20530)]).then(i.bind(i,28774)),"@site/docs/plugins/index.md",28774],"02365595":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14099)]).then(i.bind(i,59469)),"@site/docs/api/service-api/versions/5.10/finish-launch-using-put.api.mdx",59469],"027748e9":[()=>Promise.all([i.e(68592),i.e(75973)]).then(i.bind(i,31366)),"@site/docs/dashboards-and-widgets/MostFailedTestCasesTableTop50.mdx",31366],"027cf034":[()=>Promise.all([i.e(68592),i.e(79168)]).then(i.bind(i,6656)),"@site/docs/log-data-in-reportportal/ImplementOwnIntegration.md",6656],"029b57e9":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98077)]).then(i.bind(i,30569)),"@site/docs/api/service-api/search-for-user-using-get.api.mdx",30569],"030dac36":[()=>Promise.all([i.e(40532),i.e(68592),i.e(92651)]).then(i.bind(i,22319)),"@site/docs/api/service-api/get-allowable-issue-types-using-get-1.api.mdx",22319],"04069cf2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(74863)]).then(i.bind(i,65962)),"@site/docs/api/service-api/bulk-update-using-put.api.mdx",65962],"04330a60":[()=>Promise.all([i.e(40532),i.e(68592),i.e(13511)]).then(i.bind(i,21294)),"@site/docs/api/service-api/get-project-using-get.api.mdx",21294],"05b7ca84":[()=>Promise.all([i.e(40532),i.e(68592),i.e(91536)]).then(i.bind(i,90871)),"@site/docs/api/service-api/versions/5.10/update-launches-using-put.api.mdx",90871],"05eab60d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(12042)]).then(i.bind(i,58269)),"@site/docs/api/service-api/versions/5.10/get-items-history-using-get.api.mdx",58269],"05f6be15":[()=>Promise.all([i.e(40532),i.e(68592),i.e(28592)]).then(i.bind(i,90102)),"@site/docs/api/service-api/get-test-items-v-2-using-get.api.mdx",90102],"061f4a01":[()=>i.e(80259).then(i.t.bind(i,41588,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-api-service-uat-ed5.json",41588],"062c085f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(24288)]).then(i.bind(i,84884)),"@site/docs/api/service-api/get-analyzer-indexing-status-using-get.api.mdx",84884],"064214cc":[()=>Promise.all([i.e(40532),i.e(68592),i.e(45350)]).then(i.bind(i,36964)),"@site/docs/api/service-api/versions/5.10/export-using-get.api.mdx",36964],"064d67f5":[()=>Promise.all([i.e(68592),i.e(89178)]).then(i.bind(i,87584)),"@site/docs/developers-guides/BackEndJavaContributionGuide.mdx",87584],"0687cea2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(26973)]).then(i.bind(i,30053)),"@site/docs/api/service-api/get-users-using-get-1.api.mdx",30053],"069ddc90":[()=>Promise.all([i.e(68592),i.e(21006)]).then(i.bind(i,58191)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/RestAssured.md",58191],"069eb6a1":[()=>Promise.all([i.e(40532),i.e(68592),i.e(48584)]).then(i.bind(i,92716)),"@site/docs/api/service-api/delete-user-using-delete.api.mdx",92716],"06ac45ec":[()=>Promise.all([i.e(68592),i.e(27081)]).then(i.bind(i,84326)),"@site/docs/plugins/RobotFramework.mdx",84326],"06eebeb7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(59873)]).then(i.bind(i,16461)),"@site/docs/api/service-api/get-users-api-keys-using-get.api.mdx",16461],"06f47a0f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(64426)]).then(i.bind(i,44270)),"@site/docs/api/service-api/versions/5.10/reset-password-using-post.api.mdx",44270],"07801322":[()=>Promise.all([i.e(68592),i.e(79413)]).then(i.bind(i,61367)),"@site/docs/issues-troubleshooting/IssuesWithLDAPSHowToResolve.md",61367],"07d78bf6":[()=>Promise.all([i.e(68592),i.e(60747)]).then(i.bind(i,76738)),"@site/docs/dashboards-and-widgets/MostTimeConsumingTestCasesWidgetTop20.mdx",76738],"086e8e8b":[()=>Promise.all([i.e(68592),i.e(65296)]).then(i.bind(i,93812)),"@site/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingVacuumFull.md",93812],"08fa23f5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(71300)]).then(i.bind(i,8098)),"@site/docs/api/service-api/versions/5.10/link-external-issues-using-put.api.mdx",8098],"098953f3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(49986)]).then(i.bind(i,36222)),"@site/docs/api/service-api/get-users-using-get.api.mdx",36222],"09e06a52":[()=>Promise.all([i.e(40532),i.e(68592),i.e(19295)]).then(i.bind(i,17114)),"@site/docs/api/service-api/reset-password-using-post-1.api.mdx",17114],"09e558b2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98339)]).then(i.bind(i,90167)),"@site/docs/api/service-api/launch-controller.tag.mdx",90167],"0a009b8e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(83020)]).then(i.bind(i,8340)),"@site/docs/api/service-api/compare-launches-using-get.api.mdx",8340],"0a099a4f":[()=>Promise.all([i.e(68592),i.e(41995)]).then(i.bind(i,51085)),"@site/docs/work-with-reports/UniqueId.md",51085],"0b8b932b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14234)]).then(i.bind(i,30848)),"@site/docs/api/service-uat/versions/5.10/create-auth-integration.api.mdx",30848],"0cc29a7b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(70781)]).then(i.bind(i,14089)),"@site/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get.api.mdx",14089],"0d905e60":[()=>Promise.all([i.e(40532),i.e(68592),i.e(93315)]).then(i.bind(i,8510)),"@site/docs/api/service-api/start-child-item-using-post-1.api.mdx",8510],"0dbcde81":[()=>Promise.all([i.e(40532),i.e(68592),i.e(85418)]).then(i.bind(i,91214)),"@site/docs/api/service-api/delete-api-key-using-delete.api.mdx",91214],"0e384e19":[()=>Promise.all([i.e(68592),i.e(59671)]).then(i.bind(i,26003)),"@site/docs/intro.md",26003],"0e7f8e29":[()=>Promise.all([i.e(68592),i.e(93633)]).then(i.bind(i,30073)),"@site/docs/configuration/UserManagement.mdx",30073],"0eff0a6f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(868)]).then(i.bind(i,80492)),"@site/docs/api/service-api/versions/5.10/create-project-integration-using-post.api.mdx",80492],"0f27f1b8":[()=>Promise.all([i.e(40532),i.e(68592),i.e(32288)]).then(i.bind(i,49678)),"@site/docs/api/service-api/versions/5.10/search-project-names-using-get.api.mdx",49678],"0f462506":[()=>Promise.all([i.e(68592),i.e(86143)]).then(i.bind(i,15166)),"@site/docs/installation-steps/HardwareRequirements.mdx",15166],"10159dbf":[()=>Promise.all([i.e(68592),i.e(23398)]).then(i.bind(i,83732)),"@site/docs/plugins/authorization/GitHub.md",83732],"10394ccd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(79762)]).then(i.bind(i,51969)),"@site/docs/api/service-api/get-clusters-using-get.api.mdx",51969],"10e04114":[()=>Promise.all([i.e(40532),i.e(68592),i.e(75511)]).then(i.bind(i,37213)),"@site/docs/api/service-api/dashboard-controller.tag.mdx",37213],"1116756a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(96561)]).then(i.bind(i,95362)),"@site/docs/api/service-api/get-user-preference-using-get.api.mdx",95362],"1176889b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(39754)]).then(i.bind(i,15691)),"@site/docs/api/service-api/delete-users-using-delete-1.api.mdx",15691],"118191b6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(96570)]).then(i.bind(i,15060)),"@site/docs/api/service-api/versions/5.10/index-project-data-using-put.api.mdx",15060],"11b43341":[()=>i.e(29585).then(i.t.bind(i,67793,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-7fc.json",67793],"12356e50":[()=>Promise.all([i.e(40532),i.e(68592),i.e(16619)]).then(i.bind(i,98501)),"@site/docs/api/service-api/versions/5.10/finish-launch-using-put-1.api.mdx",98501],"13097e04":[()=>Promise.all([i.e(40532),i.e(68592),i.e(7968)]).then(i.bind(i,49945)),"@site/docs/api/service-api/versions/5.10/delete-filter-using-delete.api.mdx",49945],"13d70063":[()=>Promise.all([i.e(40532),i.e(68592),i.e(83006)]).then(i.bind(i,83438)),"@site/docs/api/service-api/versions/5.10/save-analytics-settings-using-post.api.mdx",83438],"13f43e0d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(86007)]).then(i.bind(i,58900)),"@site/docs/api/service-api/get-logs-using-get.api.mdx",58900],"145e5b9f":[()=>Promise.all([i.e(68592),i.e(65106)]).then(i.bind(i,35784)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/index.md",35784],"14d19b54":[()=>Promise.all([i.e(40532),i.e(68592),i.e(97810)]).then(i.bind(i,82984)),"@site/docs/api/service-api/get-test-item-using-get.api.mdx",82984],"14eb3368":[()=>Promise.all([i.e(40532),i.e(68592),i.e(9817)]).then(i.bind(i,55541)),"@theme/DocCategoryGeneratedIndexPage",55541],"158f8d96":[()=>Promise.all([i.e(40532),i.e(68592),i.e(4721)]).then(i.bind(i,54930)),"@site/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put.api.mdx",54930],"17cee6e7":[()=>Promise.all([i.e(68592),i.e(77810)]).then(i.bind(i,61521)),"@site/docs/issues-troubleshooting/HowToAvoidLocalExecutionReportedIntoProjectSpace.md",61521],"17e33bf8":[()=>Promise.all([i.e(68592),i.e(4216)]).then(i.bind(i,11827)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Nightwatch.md",11827],"17fda0e6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(52002)]).then(i.bind(i,48529)),"@site/docs/api/service-api/delete-pattern-template-using-delete.api.mdx",48529],"18047e7a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(52281)]).then(i.bind(i,27197)),"@site/docs/api/service-api/remove-user-preference-using-delete.api.mdx",27197],"1885d511":[()=>Promise.all([i.e(40532),i.e(68592),i.e(31874)]).then(i.bind(i,42745)),"@site/docs/api/service-api/versions/5.10/user-filter-controller.tag.mdx",42745],"189ef51f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(30096)]).then(i.bind(i,98628)),"@site/docs/api/service-api/get-plugins-using-get-1.api.mdx",98628],"18bdeddf":[()=>Promise.all([i.e(40532),i.e(68592),i.e(9506)]).then(i.bind(i,83980)),"@site/docs/api/service-api/versions/5.10/search-logs-using-post.api.mdx",83980],"18fa88f3":[()=>Promise.all([i.e(68592),i.e(53099)]).then(i.bind(i,65706)),"@site/docs/releases/Version5.3.0.md",65706],"1914b754":[()=>Promise.all([i.e(68592),i.e(14745)]).then(i.bind(i,19275)),"@site/docs/dashboards-and-widgets/FlakyTestCasesTableTop50.mdx",19275],"191b5491":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14385)]).then(i.bind(i,33154)),"@site/docs/api/service-uat/versions/5.10/update-auth-integration.api.mdx",33154],"19d1f479":[()=>Promise.all([i.e(40532),i.e(68592),i.e(96432)]).then(i.bind(i,63891)),"@site/docs/api/service-uat/versions/5.10/user-3.api.mdx",63891],"1a4e3797":[()=>Promise.all([i.e(40532),i.e(68592),i.e(97920)]).then(i.bind(i,39172)),"@theme/SearchPage",39172],"1ab52cc4":[()=>Promise.all([i.e(40532),i.e(68592),i.e(4333)]).then(i.bind(i,1728)),"@site/docs/quality-gates/index.md",1728],"1b126a6f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(88456)]).then(i.bind(i,58535)),"@site/docs/api/service-api/versions/5.10/plugin-controller.tag.mdx",58535],"1b295c6d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(24547)]).then(i.bind(i,4695)),"@site/docs/api/service-api/versions/5.10/log-async-controller.tag.mdx",4695],"1b3ac3cc":[()=>Promise.all([i.e(68592),i.e(51478)]).then(i.bind(i,73820)),"@site/docs/developers-guides/PluginDevelopersGuide/PluginAPIDevelopersGuide.mdx",73820],"1b9c28ca":[()=>Promise.all([i.e(68592),i.e(46527)]).then(i.bind(i,21791)),"@site/docs/developers-guides/AsynchronousReporting.mdx",21791],"1c73409e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(5607)]).then(i.bind(i,18259)),"@site/docs/api/service-api/get-statuses-using-get.api.mdx",18259],"1cbfa080":[()=>Promise.all([i.e(40532),i.e(68592),i.e(22765)]).then(i.bind(i,23159)),"@site/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete.api.mdx",23159],"1ccd3c84":[()=>Promise.all([i.e(40532),i.e(68592),i.e(9021)]).then(i.bind(i,68528)),"@site/docs/api/service-api/versions/5.10/merge-launches-using-post.api.mdx",68528],"1d49b9a7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(4803)]).then(i.bind(i,75)),"@site/docs/api/service-uat/user-using-post.api.mdx",75],"1d8506ff":[()=>Promise.all([i.e(40532),i.e(68592),i.e(56686)]).then(i.bind(i,51055)),"@site/docs/api/service-api/get-attribute-keys-using-get-2.api.mdx",51055],"1d9da1f4":[()=>Promise.all([i.e(68592),i.e(72387)]).then(i.bind(i,93855)),"@site/docs/features/UnifiedTestReporting.md",93855],"1dad5260":[()=>Promise.all([i.e(40532),i.e(68592),i.e(8953)]).then(i.bind(i,64735)),"@site/docs/api/service-api/versions/5.10/get-ticket-using-get.api.mdx",64735],"1def0b76":[()=>Promise.all([i.e(40532),i.e(68592),i.e(29115)]).then(i.bind(i,27938)),"@site/docs/api/service-api/versions/5.10/get-statuses-using-get.api.mdx",27938],"1e1599cb":[()=>Promise.all([i.e(68592),i.e(42630)]).then(i.bind(i,83407)),"@site/docs/log-data-in-reportportal/test-framework-integration/PHP/Behat.md",83407],"1e19da88":[()=>Promise.all([i.e(40532),i.e(68592),i.e(74599)]).then(i.bind(i,75663)),"@site/docs/external-integrations/index.md",75663],"1e7f07e5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(94676)]).then(i.bind(i,98910)),"@site/docs/api/service-uat/get-settings-using-get.api.mdx",98910],"1ebf5cdd":[()=>Promise.all([i.e(68592),i.e(93844)]).then(i.bind(i,99614)),"@site/docs/installation-steps/DeployWithDocker.md",99614],"1f2d2cdd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(57434)]).then(i.bind(i,47606)),"@site/docs/api/service-api/activity-controller.tag.mdx",47606],"1f98178b":[()=>Promise.all([i.e(68592),i.e(99714)]).then(i.bind(i,70097)),"@site/docs/quality-gates/IntegrationWithCICD/IntegrationWithJenkins.mdx",70097],"1fa24217":[()=>Promise.all([i.e(40532),i.e(68592),i.e(16951)]).then(i.bind(i,67742)),"@site/docs/api/service-uat/versions/5.10/user.api.mdx",67742],"1ffa81c2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(36020)]).then(i.bind(i,52854)),"@site/docs/api/service-api/deprecated-user-controller.tag.mdx",52854],"2159b8b3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(53688)]).then(i.bind(i,825)),"@site/docs/api/service-api/find-users-using-get.api.mdx",825],"219e4260":[()=>Promise.all([i.e(40532),i.e(68592),i.e(53443)]).then(i.bind(i,65902)),"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get.api.mdx",65902],"21a63d69":[()=>Promise.all([i.e(40532),i.e(68592),i.e(91763)]).then(i.bind(i,62331)),"@site/docs/api/service-api/create-project-issue-sub-type-using-post.api.mdx",62331],"21bd6469":[()=>Promise.all([i.e(40532),i.e(68592),i.e(61935)]).then(i.bind(i,62253)),"@site/docs/api/service-api/create-user-bid-using-post-1.api.mdx",62253],"220207ff":[()=>Promise.all([i.e(68592),i.e(32147)]).then(i.bind(i,85410)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Cypress.md",85410],"2226fe36":[()=>Promise.all([i.e(40532),i.e(68592),i.e(39920)]).then(i.bind(i,4874)),"@site/docs/api/service-api/versions/5.10/add-user-preference-using-put.api.mdx",4874],"223301d0":[()=>Promise.all([i.e(68592),i.e(59709)]).then(i.bind(i,84386)),"@site/docs/releases/Version5.7.2.md",84386],"22c2f671":[()=>Promise.all([i.e(40532),i.e(68592),i.e(9890)]).then(i.bind(i,49423)),"@site/docs/api/service-api/versions/5.10/start-root-item-using-post.api.mdx",49423],"234b7c65":[()=>Promise.all([i.e(40532),i.e(68592),i.e(93785)]).then(i.bind(i,26846)),"@site/docs/api/service-api/versions/5.10/create-pattern-template-using-post.api.mdx",26846],"2355c4de":[()=>Promise.all([i.e(40532),i.e(68592),i.e(3066)]).then(i.bind(i,95333)),"@site/docs/api/service-api/versions/5.10/integration-controller.tag.mdx",95333],"23e3b261":[()=>Promise.all([i.e(40532),i.e(68592),i.e(42195)]).then(i.bind(i,4796)),"@site/docs/admin-panel/index.md",4796],"244d38fb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(12700)]).then(i.bind(i,66279)),"@site/docs/api/service-api/get-ticket-using-get.api.mdx",66279],"2469bf52":[()=>Promise.all([i.e(40532),i.e(68592),i.e(93582)]).then(i.bind(i,55224)),"@site/docs/api/service-api/define-test-item-issue-type-using-put.api.mdx",55224],"24cb5394":[()=>Promise.all([i.e(40532),i.e(68592),i.e(37354)]).then(i.bind(i,44833)),"@site/docs/api/service-api/start-launch-using-post-1.api.mdx",44833],"2529997c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(79466)]).then(i.bind(i,77897)),"@site/docs/api/service-api/get-launch-by-uuid-using-get.api.mdx",77897],"253936df":[()=>Promise.all([i.e(40532),i.e(68592),i.e(3726)]).then(i.bind(i,46442)),"@site/docs/api/service-api/widget-controller.tag.mdx",46442],"255e8cf3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(45047)]).then(i.bind(i,57845)),"@site/docs/api/service-api/versions/5.10/create-user-bid-using-post.api.mdx",57845],"25628c10":[()=>Promise.all([i.e(40532),i.e(68592),i.e(89081)]).then(i.bind(i,97931)),"@site/docs/api/service-api/add-widget-using-put.api.mdx",97931],"263dbc6d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(55319)]).then(i.bind(i,30236)),"@site/docs/api/service-api/execute-public-plugin-command-using-put.api.mdx",30236],"267ccbc6":[()=>Promise.all([i.e(68592),i.e(62169)]).then(i.bind(i,53012)),"@site/docs/log-data-in-reportportal/test-framework-integration/Other/index.md",53012],"269e975a":[()=>Promise.all([i.e(68592),i.e(63079)]).then(i.bind(i,25332)),"@site/docs/log-data-in-reportportal/test-framework-integration/Python/behave.md",25332],27355691:[()=>Promise.all([i.e(40532),i.e(68592),i.e(58599)]).then(i.bind(i,71178)),"@site/docs/api/service-api/start-child-item-using-post.api.mdx",71178],"289325ad":[()=>Promise.all([i.e(68592),i.e(98834)]).then(i.bind(i,72031)),"@site/docs/installation-steps-advanced/DeployWithAWSECSFargate.md",72031],"295d89fa":[()=>Promise.all([i.e(68592),i.e(60452)]).then(i.bind(i,66726)),"@site/docs/dashboards-and-widgets/UniqueBugsTable.mdx",66726],"2a0a1cbb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99419)]).then(i.bind(i,27672)),"@site/docs/api/service-api/versions/5.10/get-all-filters-using-get.api.mdx",27672],"2a35639c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(21097)]).then(i.bind(i,16652)),"@site/docs/api/service-api/get-test-item-activities-using-get.api.mdx",16652],"2a424e83":[()=>Promise.all([i.e(68592),i.e(12310)]).then(i.bind(i,51186)),"@site/docs/quality-gates/QualityRulesConfiguration.mdx",51186],"2ac62c9a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(41931)]).then(i.bind(i,26186)),"@site/docs/api/service-api/get-project-integration-using-get.api.mdx",26186],"2b123ddd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(30032)]).then(i.bind(i,52298)),"@site/docs/api/service-api/log-controller.tag.mdx",52298],"2b4d3916":[()=>Promise.all([i.e(40532),i.e(68592),i.e(86307)]).then(i.bind(i,12088)),"@site/docs/api/service-api/get-all-launch-names-using-get.api.mdx",12088],"2baa0d2f":[()=>Promise.all([i.e(68592),i.e(95400)]).then(i.bind(i,52445)),"@site/docs/dashboards-and-widgets/ComponentHealthCheck.mdx",52445],"2c1711ce":[()=>Promise.all([i.e(40532),i.e(68592),i.e(49455)]).then(i.bind(i,13277)),"@site/docs/api/service-api/versions/5.10/get-filter-using-get.api.mdx",13277],"2c55f2e5":[()=>Promise.all([i.e(68592),i.e(49824)]).then(i.bind(i,99381)),"@site/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitHubActions.md",99381],"2c6eda14":[()=>Promise.all([i.e(68592),i.e(99866)]).then(i.bind(i,8687)),"@site/docs/FAQ/index.md",8687],"2c8c99fe":[()=>Promise.all([i.e(40532),i.e(68592),i.e(24434)]).then(i.bind(i,1576)),"@site/docs/api/service-api/unassign-project-users-using-put.api.mdx",1576],"2c8f08e7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(58442)]).then(i.bind(i,37364)),"@site/docs/api/api-design/reportportal-api.info.mdx",37364],"2d2199e6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(31515)]).then(i.bind(i,8453)),"@site/docs/api/service-api/delete-project-issue-sub-type-using-delete.api.mdx",8453],"2d3e138b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(93575)]).then(i.bind(i,10102)),"@site/docs/api/api-design/get-user-api-keys.api.mdx",10102],"2e7c08db":[()=>Promise.all([i.e(40532),i.e(68592),i.e(73505)]).then(i.bind(i,30896)),"@site/docs/api/service-api/get-test-items-using-get-2.api.mdx",30896],"2e87b851":[()=>Promise.all([i.e(40532),i.e(68592),i.e(59476)]).then(i.bind(i,15708)),"@site/docs/api/service-api/get-users-api-keys-using-get-1.api.mdx",15708],"2eabd8e4":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98796)]).then(i.bind(i,69383)),"@site/docs/api/service-api/get-activity-using-get.api.mdx",69383],"2ffd2327":[()=>Promise.all([i.e(40532),i.e(68592),i.e(47778)]).then(i.bind(i,70418)),"@site/docs/api/service-api/versions/5.10/get-all-project-names-using-get.api.mdx",70418],"306aee24":[()=>Promise.all([i.e(68592),i.e(50414)]).then(i.bind(i,80875)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/xUnit.md",80875],"3299b82b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(80509)]).then(i.bind(i,13063)),"@site/docs/api/service-api/versions/5.10/get-project-info-using-get.api.mdx",13063],"32d0d625":[()=>Promise.all([i.e(40532),i.e(68592),i.e(31833)]).then(i.bind(i,4131)),"@site/docs/api/service-api/versions/5.10/get-attribute-keys-using-get.api.mdx",4131],"32d685a7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(55392)]).then(i.bind(i,11126)),"@site/docs/api/service-uat/versions/5.10/user-2.api.mdx",11126],"338561f9":[()=>Promise.all([i.e(68592),i.e(83885)]).then(i.bind(i,41751)),"@site/docs/dashboards-and-widgets/PassingRateSummary.mdx",41751],"33b6b144":[()=>Promise.all([i.e(40532),i.e(68592),i.e(44135)]).then(i.bind(i,82033)),"@site/docs/api/service-api/get-project-users-using-get.api.mdx",82033],"33fbd6a1":[()=>Promise.all([i.e(40532),i.e(68592),i.e(48979)]).then(i.bind(i,67137)),"@site/docs/api/service-api/get-attribute-values-using-get-2.api.mdx",67137],"346c9335":[()=>Promise.all([i.e(40532),i.e(68592),i.e(77692)]).then(i.bind(i,68579)),"@site/docs/api/service-api/bug-tracking-system-controller.tag.mdx",68579],"35a126af":[()=>Promise.all([i.e(40532),i.e(68592),i.e(5608)]).then(i.bind(i,36246)),"@site/docs/api/service-api/restore-password-using-post-1.api.mdx",36246],"35b6bff0":[()=>Promise.all([i.e(68592),i.e(77819)]).then(i.bind(i,72560)),"@site/docs/case-studies/ImprovingTestAutomationStability.mdx",72560],"3614178f":[()=>Promise.all([i.e(68592),i.e(52291)]).then(i.bind(i,13081)),"@site/docs/releases/Version24.1.md",13081],"37a6abbb":[()=>Promise.all([i.e(68592),i.e(80742)]).then(i.bind(i,33506)),"@site/docs/analysis/SearchForTheSimilarToInvestigateItems.mdx",33506],"37a6acf4":[()=>Promise.all([i.e(40532),i.e(68592),i.e(29112)]).then(i.bind(i,65950)),"@site/docs/api/service-api/create-filter-using-post.api.mdx",65950],"37e2c88f":[()=>Promise.all([i.e(68592),i.e(81688)]).then(i.bind(i,80308)),"@site/docs/installation-steps/DeployOnUbuntuOS.md",80308],"382a2208":[()=>Promise.all([i.e(68592),i.e(99069)]).then(i.bind(i,67534)),"@site/docs/api/intro.mdx",67534],"39155dff":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98655)]).then(i.bind(i,28716)),"@site/docs/api/service-api/versions/5.10/get-project-launches-using-get.api.mdx",28716],"3938886d":[()=>Promise.all([i.e(68592),i.e(51434)]).then(i.bind(i,17601)),"@site/docs/dashboards-and-widgets/MostPopularPatternTableTop20.mdx",17601],"39c639a5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(26166)]).then(i.bind(i,22016)),"@site/docs/api/service-api/versions/5.10/update-test-item-using-put.api.mdx",22016],"39df2a2d":[()=>Promise.all([i.e(68592),i.e(19836)]).then(i.bind(i,31170)),"@site/docs/installation-steps/DeployWithKubernetes.md",31170],"3a1788ea":[()=>Promise.all([i.e(40532),i.e(68592),i.e(24553)]).then(i.bind(i,7020)),"@site/docs/saved-searches-filters/index.md",7020],"3b1cebf6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14158)]).then(i.bind(i,49699)),"@site/docs/installation-steps-advanced/index.md",49699],"3b29ff56":[()=>Promise.all([i.e(40532),i.e(68592),i.e(4135)]).then(i.bind(i,38121)),"@site/docs/api/service-api/is-restore-password-bid-exist-using-get.api.mdx",38121],"3c341aac":[()=>Promise.all([i.e(40532),i.e(68592),i.e(6754)]).then(i.bind(i,78194)),"@site/docs/api/service-api/upload-photo-using-post.api.mdx",78194],"3c784d85":[()=>Promise.all([i.e(68592),i.e(74419)]).then(i.bind(i,9368)),"@site/docs/log-data-in-reportportal/HowToGetAnAccessTokenInReportPortal.mdx",9368],"3d4bcc05":[()=>Promise.all([i.e(68592),i.e(89159)]).then(i.bind(i,38887)),"@site/docs/installation-steps-advanced/ComponentsOverview.md",38887],"3d7d2ef4":[()=>Promise.all([i.e(68592),i.e(84580)]).then(i.bind(i,13484)),"@site/docs/work-with-reports/TestCaseId.md",13484],"3ebc342d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(49483)]).then(i.bind(i,86330)),"@site/docs/api/service-api/get-user-projects-using-get.api.mdx",86330],"3f68dbf9":[()=>Promise.all([i.e(40532),i.e(68592),i.e(2029)]).then(i.bind(i,7144)),"@site/docs/api/service-api/versions/5.10/get-clusters-using-get.api.mdx",7144],"3f8e3eb1":[()=>Promise.all([i.e(40532),i.e(68592),i.e(54159)]).then(i.bind(i,51590)),"@site/docs/api/service-api/versions/5.10/create-api-key-using-post.api.mdx",51590],"3fc8e804":[()=>Promise.all([i.e(40532),i.e(68592),i.e(52075)]).then(i.bind(i,40151)),"@site/docs/api/service-api/get-myself-using-get.api.mdx",40151],"402a601e":[()=>Promise.all([i.e(68592),i.e(41229)]).then(i.bind(i,81490)),"@site/docs/releases/Version5.0.0.md",81490],"40a26964":[()=>Promise.all([i.e(40532),i.e(68592),i.e(6447)]).then(i.bind(i,97911)),"@site/docs/api/service-uat/versions/5.10/synchronize.api.mdx",97911],"40d679e2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(72319)]).then(i.bind(i,42846)),"@site/docs/api/service-api/versions/5.10/get-my-photo-using-get.api.mdx",42846],"4154c60d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(21857)]).then(i.bind(i,33793)),"@site/docs/issues-troubleshooting/index.md",33793],"41a0b225":[()=>Promise.all([i.e(68592),i.e(51392)]).then(i.bind(i,83618)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Log4J.md",83618],"42117c13":[()=>Promise.all([i.e(40532),i.e(68592),i.e(92508)]).then(i.bind(i,19638)),"@site/docs/api/service-api/plugin-controller.tag.mdx",19638],"42ef02de":[()=>Promise.all([i.e(40532),i.e(68592),i.e(46198)]).then(i.bind(i,36977)),"@site/docs/api/service-api/versions/5.10/generate-using-post.api.mdx",36977],43011389:[()=>Promise.all([i.e(68592),i.e(73110)]).then(i.bind(i,23767)),"@site/docs/external-integrations/testRigor.mdx",23767],"4301bf12":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87759)]).then(i.bind(i,38440)),"@site/docs/api/service-api/create-log-using-post-1.api.mdx",38440],"43fae343":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99555)]).then(i.bind(i,1249)),"@site/docs/api/service-api/create-log-using-post.api.mdx",1249],"449350f4":[()=>Promise.all([i.e(68592),i.e(50064)]).then(i.bind(i,27418)),"@site/docs/work-with-reports/InvestigationOfFailure.mdx",27418],"44a0b814":[()=>Promise.all([i.e(40532),i.e(68592),i.e(92871)]).then(i.bind(i,39693)),"@site/docs/api/service-api/versions/5.10/delete-plugin-using-delete.api.mdx",39693],"4539774b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(72698)]).then(i.bind(i,93210)),"@site/docs/api/service-api/finish-test-item-using-put-1.api.mdx",93210],"45f9d1d8":[()=>Promise.all([i.e(68592),i.e(43890)]).then(i.bind(i,34243)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Karate.md",34243],"46006f66":[()=>Promise.all([i.e(68592),i.e(51750)]).then(i.bind(i,31528)),"@site/docs/plugins/authorization/ActiveDirectory.md",31528],"4656db35":[()=>Promise.all([i.e(68592),i.e(87260)]).then(i.bind(i,23442)),"@site/docs/log-data-in-reportportal/ReportingSDK.md",23442],"468a76eb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(28242)]).then(i.bind(i,96948)),"@site/docs/api/service-api/restore-password-using-post.api.mdx",96948],"46ef8a18":[()=>Promise.all([i.e(68592),i.e(25090)]).then(i.bind(i,73383)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/ApacheHttpComponents.md",73383],"4779d29a":[()=>Promise.all([i.e(68592),i.e(50110)]).then(i.bind(i,69548)),"@site/docs/releases/Version4.3.md",69548],"477ce73e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(22671)]).then(i.bind(i,29374)),"@site/docs/api/service-api/bulk-force-finish-using-put.api.mdx",29374],"47aa7b91":[()=>Promise.all([i.e(68592),i.e(26365)]).then(i.bind(i,79759)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jest.md",79759],"4859ca05":[()=>Promise.all([i.e(68592),i.e(5635)]).then(i.bind(i,79431)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/SoapUI.md",79431],"491e614f":[()=>Promise.all([i.e(68592),i.e(67003)]).then(i.bind(i,15725)),"@site/docs/releases/Version5.7.0.md",15725],"49b90edf":[()=>i.e(72086).then(i.t.bind(i,55206,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-saml-providers-833.json",55206],"4a2f39f7":[()=>Promise.all([i.e(68592),i.e(88395)]).then(i.bind(i,56067)),"@site/docs/installation-steps-advanced/BasicMonitoringConfiguration.md",56067],"4aa16476":[()=>Promise.all([i.e(40532),i.e(68592),i.e(90342)]).then(i.bind(i,7538)),"@site/docs/api/service-api/delete-users-using-delete.api.mdx",7538],"4af5a5a2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(64463)]).then(i.bind(i,50266)),"@site/docs/api/service-api/get-global-integrations-using-get-1.api.mdx",50266],"4b05701a":[()=>Promise.all([i.e(68592),i.e(72822)]).then(i.bind(i,48087)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/TraceListener.md",48087],"4b3b6417":[()=>Promise.all([i.e(68592),i.e(96834)]).then(i.bind(i,73947)),"@site/docs/analysis/ImmediatePatternAnalysis.mdx",73947],"4b6bfbe5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(82857)]).then(i.bind(i,84927)),"@site/docs/api/service-api/versions/5.10/remove-attachments-by-csv-using-post.api.mdx",84927],"4bdb5884":[()=>Promise.all([i.e(40532),i.e(68592),i.e(52290)]).then(i.bind(i,43092)),"@site/docs/api/service-api/update-project-integration-using-put.api.mdx",43092],"4bdd7a5c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(1386)]).then(i.bind(i,88023)),"@site/docs/api/service-api/versions/5.10/get-all-owners-using-get.api.mdx",88023],"4c5e977b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99516),i.e(1893)]).then(i.t.bind(i,94682,23)),"@theme/ApiItem",94682],"4cae6594":[()=>Promise.all([i.e(40532),i.e(68592),i.e(38772)]).then(i.bind(i,22892)),"@site/docs/api/service-api/start-launch-analyzer-using-post.api.mdx",22892],"4d028742":[()=>Promise.all([i.e(40532),i.e(68592),i.e(18589)]).then(i.bind(i,22883)),"@site/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get.api.mdx",22883],"4d273619":[()=>Promise.all([i.e(40532),i.e(68592),i.e(20335)]).then(i.bind(i,97214)),"@site/docs/api/service-uat/update-auth-integration-using-put.api.mdx",97214],"4d4a4ba7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(34196)]).then(i.bind(i,77667)),"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get.api.mdx",77667],"4da02df6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14833)]).then(i.bind(i,98631)),"@site/docs/api/service-api/versions/5.10/delete-log-using-delete.api.mdx",98631],"4e405eb7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(91693)]).then(i.bind(i,14473)),"@site/docs/api/service-api/project-settings-controller.tag.mdx",14473],"4e66f8e1":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99662)]).then(i.bind(i,70541)),"@site/docs/api/service-api/versions/5.10/get-test-items-using-get.api.mdx",70541],"4e8481fe":[()=>Promise.all([i.e(40532),i.e(68592),i.e(12197)]).then(i.bind(i,83329)),"@site/docs/api/service-api/create-dashboard-using-post.api.mdx",83329],"4ecca97f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(19725)]).then(i.bind(i,31275)),"@site/docs/api/service-api/file-storage-controller.tag.mdx",31275],"4ed4ccdd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(41224)]).then(i.bind(i,16852)),"@site/docs/api/service-api/versions/5.10/get-logs-under-using-post.api.mdx",16852],"4f548564":[()=>Promise.all([i.e(40532),i.e(68592),i.e(13005)]).then(i.bind(i,69616)),"@site/docs/api/service-api/onboarding-controller.tag.mdx",69616],"4f8ec7a6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87398)]).then(i.bind(i,87611)),"@site/docs/api/service-api/export-projects-using-get.api.mdx",87611],50343655:[()=>Promise.all([i.e(68592),i.e(9878)]).then(i.bind(i,30270)),"@site/docs/plugins/AtlassianJiraServer.mdx",30270],50624596:[()=>Promise.all([i.e(68592),i.e(187)]).then(i.bind(i,87237)),"@site/docs/developers-guides/InteractionsBetweenAPIAndAnalyzer.mdx",87237],"509d9e86":[()=>Promise.all([i.e(40532),i.e(68592),i.e(60444)]).then(i.bind(i,38028)),"@site/docs/api/service-api/versions/5.10/assign-project-users-using-put.api.mdx",38028],"50df0f53":[()=>Promise.all([i.e(68592),i.e(27778)]).then(i.bind(i,48770)),"@site/docs/features/RESTAPI.md",48770],"51058c35":[()=>Promise.all([i.e(40532),i.e(68592),i.e(8476)]).then(i.bind(i,66224)),"@site/docs/api/service-api/versions/5.10/activity-controller.tag.mdx",66224],"5123f067":[()=>Promise.all([i.e(40532),i.e(68592),i.e(13926)]).then(i.bind(i,76695)),"@site/docs/api/service-api/get-user-photo-using-get.api.mdx",76695],"512e5a2f":[()=>Promise.all([i.e(68592),i.e(98960)]).then(i.bind(i,49317)),"@site/docs/releases/Version5.2.0.md",49317],"517a0098":[()=>Promise.all([i.e(40532),i.e(68592),i.e(9927)]).then(i.bind(i,74532)),"@site/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete.api.mdx",74532],"5200637f":[()=>Promise.all([i.e(68592),i.e(9106)]).then(i.bind(i,81406)),"@site/docs/log-data-in-reportportal/test-framework-integration/PHP/PHPUnit.md",81406],"525802b3":[()=>Promise.all([i.e(68592),i.e(68934)]).then(i.bind(i,99050)),"@site/docs/user-account/RestoreAPassword.mdx",99050],"5269bd21":[()=>Promise.all([i.e(40532),i.e(68592),i.e(60028)]).then(i.bind(i,87394)),"@site/docs/api/service-uat/reportportal.info.mdx",87394],"527a0828":[()=>Promise.all([i.e(68592),i.e(90104)]).then(i.bind(i,95342)),"@site/docs/plugins/Rally.mdx",95342],"52b7003d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99883)]).then(i.bind(i,38574)),"@site/docs/api/service-api/get-project-settings-using-get.api.mdx",38574],"52eb011d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(56008)]).then(i.bind(i,20234)),"@site/docs/api/service-api/get-users-for-assign-using-get.api.mdx",20234],"539d7c87":[()=>Promise.all([i.e(40532),i.e(68592),i.e(35692)]).then(i.bind(i,77439)),"@site/docs/api/service-uat/versions/5.10/auth-configuration-endpoint.tag.mdx",77439],"53ae10ed":[()=>Promise.all([i.e(40532),i.e(68592),i.e(64329)]).then(i.bind(i,72639)),"@site/docs/api/service-api/add-user-preference-using-put.api.mdx",72639],"53e81573":[()=>Promise.all([i.e(68592),i.e(45421)]).then(i.bind(i,3074)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Mocha.md",3074],"54146d47":[()=>Promise.all([i.e(68592),i.e(50150)]).then(i.bind(i,99482)),"@site/docs/analysis/UniqueErrorAnalysis.mdx",99482],"550f8adb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(18792)]).then(i.bind(i,49531)),"@site/docs/api/service-api/versions/5.10/get-project-users-using-get.api.mdx",49531],"5542c472":[()=>Promise.all([i.e(40532),i.e(68592),i.e(85561)]).then(i.bind(i,41630)),"@site/docs/api/service-uat/versions/5.10/update-o-auth-settings-1.api.mdx",41630],55962708:[()=>Promise.all([i.e(40532),i.e(68592),i.e(26780)]).then(i.bind(i,53348)),"@site/docs/api/service-api/versions/5.10/get-error-page-using-get.api.mdx",53348],"55f3aeca":[()=>Promise.all([i.e(68592),i.e(44116)]).then(i.bind(i,17636)),"@site/docs/releases/Version23.1.md",17636],"56a2ba07":[()=>Promise.all([i.e(40532),i.e(68592),i.e(76141)]).then(i.bind(i,14449)),"@site/docs/api/service-api/search-logs-using-post.api.mdx",14449],"56b19f5d":[()=>Promise.all([i.e(68592),i.e(75261)]).then(i.bind(i,99659)),"@site/docs/issues-troubleshooting/EmailNotificationIssues.md",99659],"5718d6db":[()=>Promise.all([i.e(68592),i.e(55222)]).then(i.bind(i,79133)),"@site/docs/issues-troubleshooting/HowToResolveIssuesWithMigrationToTheNewVersion.md",79133],"57d216c5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(27356)]).then(i.bind(i,96339)),"@site/docs/api/service-api/versions/5.10/remove-user-preference-using-delete.api.mdx",96339],"57fb9f17":[()=>Promise.all([i.e(40532),i.e(68592),i.e(19688)]).then(i.bind(i,48115)),"@site/docs/api/service-api/versions/5.10/get-log-using-get.api.mdx",48115],"58f41459":[()=>Promise.all([i.e(68592),i.e(58658)]).then(i.bind(i,45695)),"@site/docs/analysis/MLSuggestions.md",45695],"596312fd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87362)]).then(i.bind(i,78139)),"@site/docs/api/service-api/create-global-integration-using-post.api.mdx",78139],59796031:[()=>Promise.all([i.e(40532),i.e(68592),i.e(14593)]).then(i.bind(i,48768)),"@site/docs/api/service-api/update-plugin-state-using-put.api.mdx",48768],"5a30cf7e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(77279)]).then(i.bind(i,18529)),"@site/docs/api/service-api/versions/5.10/get-project-integration-using-get.api.mdx",18529],"5a4cd927":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14571)]).then(i.bind(i,68424)),"@site/docs/api/api-design/projects.tag.mdx",68424],"5a54d93f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(48589)]).then(i.bind(i,78616)),"@site/docs/api/service-api/get-ticket-ids-for-project-using-get.api.mdx",78616],"5a8bd788":[()=>Promise.all([i.e(40532),i.e(68592),i.e(88581)]).then(i.bind(i,92359)),"@site/docs/api/service-api/get-public-file-using-get.api.mdx",92359],"5aa350ff":[()=>Promise.all([i.e(68592),i.e(70195)]).then(i.bind(i,89847)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jasmine.md",89847],"5aa39d6f":[()=>Promise.all([i.e(68592),i.e(28194)]).then(i.bind(i,24189)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest.md",24189],"5ac41226":[()=>Promise.all([i.e(40532),i.e(68592),i.e(2740)]).then(i.bind(i,90901)),"@site/docs/api/service-api/versions/5.10/file-storage-controller.tag.mdx",90901],"5b0ef785":[()=>Promise.all([i.e(40532),i.e(68592),i.e(13141)]).then(i.bind(i,40256)),"@site/docs/api/service-api/create-user-using-post-1.api.mdx",40256],"5bca89a7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(44007)]).then(i.bind(i,90158)),"@site/docs/releases/index.md",90158],"5c2df135":[()=>Promise.all([i.e(68592),i.e(62629)]).then(i.bind(i,71367)),"@site/docs/plugins/SauceLabs.mdx",71367],"5c9ef298":[()=>Promise.all([i.e(40532),i.e(68592),i.e(67635)]).then(i.bind(i,18700)),"@site/docs/api/service-uat/versions/5.10/reportportal.info.mdx",18700],"5ce704b9":[()=>Promise.all([i.e(68592),i.e(2439)]).then(i.bind(i,30787)),"@site/docs/analysis/ManualAnalysis.mdx",30787],"5cf7b0e9":[()=>Promise.all([i.e(40532),i.e(68592),i.e(19226)]).then(i.bind(i,48950)),"@site/docs/api/service-api/get-widget-using-get-1.api.mdx",48950],"5d277be3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(96639)]).then(i.bind(i,20741)),"@site/docs/api/service-api/test-integration-connection-using-get.api.mdx",20741],"5d5e5e64":[()=>Promise.all([i.e(40532),i.e(68592),i.e(76195)]).then(i.bind(i,39106)),"@site/docs/api/service-uat/versions/5.10/get-o-auth-settings.api.mdx",39106],"5e24e3bc":[()=>Promise.all([i.e(68592),i.e(92539)]).then(i.bind(i,73825)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/OkHttp3.md",73825],"5e45289c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(82040)]).then(i.bind(i,80833)),"@site/docs/api/service-api/versions/5.10/start-launch-using-post.api.mdx",80833],"5e7a1239":[()=>Promise.all([i.e(40532),i.e(68592),i.e(51743)]).then(i.bind(i,33518)),"@site/docs/api/service-api/is-restore-password-bid-exist-using-get-1.api.mdx",33518],"5e95c892":[()=>i.e(29661).then(i.bind(i,41892)),"@theme/DocsRoot",41892],"5ecdf48a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(44618)]).then(i.bind(i,95233)),"@site/docs/api/service-api/delete-test-item-using-delete.api.mdx",95233],"5f7bf53e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87057)]).then(i.bind(i,29183)),"@site/docs/api/service-api/upload-plugin-using-post.api.mdx",29183],"60a7d27a":[()=>Promise.all([i.e(68592),i.e(89741)]).then(i.bind(i,9230)),"@site/docs/plugins/authorization/SamlProviders/Overview.mdx",9230],"60ab5c4c":[()=>Promise.all([i.e(68592),i.e(98877)]).then(i.bind(i,93095)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Log4Net.md",93095],"614ec589":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98878)]).then(i.bind(i,77605)),"@site/docs/api/service-api/versions/5.10/delete-photo-using-delete.api.mdx",77605],"61ad0ab8":[()=>Promise.all([i.e(40532),i.e(68592),i.e(58927)]).then(i.bind(i,31012)),"@site/docs/api/service-api/versions/5.10/user-controller.tag.mdx",31012],"61d84721":[()=>Promise.all([i.e(68592),i.e(2813)]).then(i.bind(i,92360)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/TestCafe.md",92360],"61ef3688":[()=>Promise.all([i.e(68592),i.e(93350)]).then(i.bind(i,15809)),"@site/docs/plugins/JUnit.mdx",15809],"62bbaed5":[()=>Promise.all([i.e(68592),i.e(41385)]).then(i.bind(i,26238)),"@site/docs/installation-steps-advanced/MaintainCommandsCheatSheet.md",26238],"63a1965b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(86137)]).then(i.bind(i,11806)),"@site/docs/api/service-api/start-root-item-using-post-1.api.mdx",11806],"63a8a649":[()=>Promise.all([i.e(68592),i.e(59145)]).then(i.bind(i,80621)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Spock.md",80621],"6417b00a":[()=>Promise.all([i.e(68592),i.e(20039)]).then(i.bind(i,76031)),"@site/docs/quality-gates/HowToInstallQualityGates.md",76031],"6434182c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(45231)]).then(i.bind(i,42311)),"@site/docs/api/service-api/get-attribute-keys-using-get-1.api.mdx",42311],"647f4a2b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(23923)]).then(i.bind(i,67877)),"@site/docs/api/service-api/get-launch-using-get.api.mdx",67877],65174236:[()=>Promise.all([i.e(40532),i.e(68592),i.e(1880)]).then(i.bind(i,29701)),"@site/docs/api/api-design/delete-users-user-id-api-keys-key-id.api.mdx",29701],"65aa3c0f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(80997)]).then(i.bind(i,61849)),"@site/docs/api/service-api/get-ticket-ids-using-get.api.mdx",61849],"65b83197":[()=>Promise.all([i.e(68592),i.e(41622)]).then(i.bind(i,55484)),"@site/docs/installation-steps-advanced/MigrateOneInstanceToAnother.md",55484],"65cd3ed0":[()=>Promise.all([i.e(40532),i.e(68592),i.e(92958)]).then(i.bind(i,62175)),"@site/docs/api/service-api/versions/5.10/log-controller.tag.mdx",62175],"65f8d083":[()=>Promise.all([i.e(40532),i.e(68592),i.e(46601)]).then(i.bind(i,65228)),"@site/docs/api/service-api/get-log-by-uuid-using-get.api.mdx",65228],"661e81a0":[()=>Promise.all([i.e(68592),i.e(72066)]).then(i.bind(i,75285)),"@site/docs/log-data-in-reportportal/test-framework-integration/PHP/index.md",75285],"666ab627":[()=>Promise.all([i.e(40532),i.e(68592),i.e(20119)]).then(i.bind(i,20209)),"@site/docs/api/service-uat/user-using-get.api.mdx",20209],"67854d34":[()=>Promise.all([i.e(68592),i.e(99944)]).then(i.bind(i,59086)),"@site/docs/quality-gates/QualityGatePurpose.mdx",59086],"67d29b54":[()=>Promise.all([i.e(68592),i.e(67162)]).then(i.bind(i,33722)),"@site/docs/releases/Version4.2.0.md",33722],"6883f3de":[()=>Promise.all([i.e(68592),i.e(87466)]).then(i.bind(i,96363)),"@site/docs/developers-guides/PluginDevelopersGuide/DevelopACustomImportPlugin.md",96363],"6998a2e0":[()=>Promise.all([i.e(40532),i.e(68592),i.e(77977)]).then(i.bind(i,40645)),"@site/docs/api/service-api/create-clusters-using-post.api.mdx",40645],"69c1213a":[()=>Promise.all([i.e(68592),i.e(99052)]).then(i.bind(i,21038)),"@site/docs/analysis/AutoAnalysisOfLaunches.mdx",21038],"69c42b9a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(19634)]).then(i.bind(i,2434)),"@site/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-1.api.mdx",2434],"69cd44f6":[()=>Promise.all([i.e(68592),i.e(88448)]).then(i.bind(i,96134)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/NLog.md",96134],"69ffdf14":[()=>Promise.all([i.e(40532),i.e(68592),i.e(65401)]).then(i.bind(i,73218)),"@site/docs/api/service-api/get-dashboard-using-get.api.mdx",73218],"6ac75deb":[()=>Promise.all([i.e(68592),i.e(3903)]).then(i.bind(i,33086)),"@site/docs/developers-guides/APIDifferencesBetweenV4AndV5.md",33086],"6b35904b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(10072)]).then(i.bind(i,29528)),"@site/docs/api/service-api/versions/5.10/get-ticket-ids-using-get.api.mdx",29528],"6b6f3d7f":[()=>i.e(39074).then(i.t.bind(i,69366,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-loggers-1-f2c.json",69366],"6b8a5e04":[()=>Promise.all([i.e(40532),i.e(68592),i.e(8878)]).then(i.bind(i,60481)),"@site/docs/api/service-api/log-async-controller.tag.mdx",60481],"6bc80c47":[()=>Promise.all([i.e(68592),i.e(34021)]).then(i.bind(i,18765)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/index.md",18765],"6be148ac":[()=>Promise.all([i.e(40532),i.e(68592),i.e(20847)]).then(i.bind(i,38811)),"@site/docs/api/service-api/edit-user-using-put.api.mdx",38811],"6d1ffffd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(25966)]).then(i.bind(i,47759)),"@site/docs/api/service-api/get-project-integrations-using-get.api.mdx",47759],"6d4322eb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(8274)]).then(i.bind(i,44187)),"@site/docs/api/service-api/versions/5.10/delete-users-using-delete.api.mdx",44187],"6d82c72f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(78115)]).then(i.bind(i,38661)),"@site/docs/api/service-uat/versions/5.10/get-o-auth-settings-1.api.mdx",38661],"6ddcd9e6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(31714)]).then(i.bind(i,15778)),"@site/docs/api/service-api/versions/5.10/create-widget-using-post.api.mdx",15778],"6e16c901":[()=>Promise.all([i.e(68592),i.e(61613)]).then(i.bind(i,54681)),"@site/docs/issues-troubleshooting/ResolveAnalyzerKnownIssues.mdx",54681],"6e54351f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(13512)]).then(i.bind(i,83025)),"@site/docs/api/service-api/versions/5.10/delete-project-integration-using-delete.api.mdx",83025],"6f37af33":[()=>Promise.all([i.e(68592),i.e(17971)]).then(i.bind(i,58385)),"@site/docs/releases/Version5.2.2.md",58385],"6fd46f6c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(52821)]).then(i.bind(i,3338)),"@site/docs/api/service-api/get-widget-preview-using-post.api.mdx",3338],"6fd9a23c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(32781)]).then(i.bind(i,89301)),"@site/docs/api/service-api/versions/5.10/bulk-update-using-put.api.mdx",89301],"70037a21":[()=>Promise.all([i.e(40532),i.e(68592),i.e(97370)]).then(i.bind(i,50326)),"@site/docs/api/service-api/update-project-issue-sub-type-using-put.api.mdx",50326],"703f23e5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(30832)]).then(i.bind(i,16005)),"@site/docs/api/service-api/versions/5.10/get-myself-using-get-1.api.mdx",16005],70837794:[()=>Promise.all([i.e(40532),i.e(68592),i.e(96226)]).then(i.bind(i,68507)),"@site/docs/api/service-api/versions/5.10/get-all-projects-info-using-get.api.mdx",68507],"70aa9574":[()=>Promise.all([i.e(68592),i.e(53710)]).then(i.bind(i,94417)),"@site/docs/installation-steps-advanced/AmazonALBNGINXIngressController.md",94417],"71025f9d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(15569)]).then(i.bind(i,52460)),"@site/docs/api/service-api/versions/5.10/get-widget-names-using-get.api.mdx",52460],"7116dcd1":[()=>Promise.all([i.e(40532),i.e(68592),i.e(95846)]).then(i.bind(i,18966)),"@site/docs/api/service-api/versions/5.10/create-log-using-post-1.api.mdx",18966],"7131c338":[()=>Promise.all([i.e(40532),i.e(68592),i.e(99014)]).then(i.bind(i,58321)),"@site/docs/api/service-api/versions/5.10/execute-plugin-command-using-put.api.mdx",58321],"71498ad5":[()=>Promise.all([i.e(68592),i.e(11413)]).then(i.bind(i,71282)),"@site/docs/log-data-in-reportportal/ImportDataToReportPortal.mdx",71282],"722d3b69":[()=>Promise.all([i.e(40532),i.e(68592),i.e(85853)]).then(i.bind(i,45364)),"@site/docs/api/service-api/versions/5.10/update-widget-using-put.api.mdx",45364],"72305ffa":[()=>Promise.all([i.e(40532),i.e(68592),i.e(91614)]).then(i.bind(i,2979)),"@site/docs/api/service-uat/user-using-get-1.api.mdx",2979],"7236dcb4":[()=>Promise.all([i.e(68592),i.e(17213)]).then(i.bind(i,50398)),"@site/docs/terms-and-conditions/GoogleAnalyticsUsageByReportPortal.mdx",50398],"728499a5":[()=>Promise.all([i.e(40532),i.e(68592),i.e(8423)]).then(i.bind(i,92709)),"@site/docs/api/service-api/update-widget-using-put.api.mdx",92709],"7350612e":[()=>Promise.all([i.e(68592),i.e(98664)]).then(i.bind(i,25607)),"@site/docs/configuration/ProjectSettings.mdx",25607],73844499:[()=>Promise.all([i.e(40532),i.e(68592),i.e(3801)]).then(i.bind(i,78032)),"@site/docs/api/service-uat/synchronize-using-post.api.mdx",78032],"73bb90fb":[()=>Promise.all([i.e(68592),i.e(55326)]).then(i.bind(i,38327)),"@site/docs/quality-gates/IntegrationWithCICD/index.md",38327],"73fb3b8c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(41557)]).then(i.bind(i,5971)),"@site/docs/api/service-api/remove-attachments-by-csv-using-post.api.mdx",5971],"7403278a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(86369)]).then(i.bind(i,81934)),"@site/docs/api/service-api/get-debug-launches-using-get.api.mdx",81934],"74048f5a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(79844)]).then(i.bind(i,99212)),"@site/docs/api/service-api/delete-all-project-integrations-using-delete.api.mdx",99212],"74cbe0b8":[()=>Promise.all([i.e(68592),i.e(367)]).then(i.bind(i,62403)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/CucumberJS.md",62403],"74f6cc54":[()=>Promise.all([i.e(40532),i.e(68592),i.e(60561)]).then(i.bind(i,74269)),"@site/docs/api/service-api/versions/5.10/get-debug-launches-using-get.api.mdx",74269],"750f4760":[()=>Promise.all([i.e(40532),i.e(68592),i.e(16914)]).then(i.bind(i,19508)),"@site/docs/api/service-api/get-widget-using-get.api.mdx",19508],"75581c38":[()=>Promise.all([i.e(68592),i.e(30130)]).then(i.bind(i,82233)),"@site/docs/releases/Version5.3.1..md",82233],75688136:[()=>Promise.all([i.e(68592),i.e(32240)]).then(i.bind(i,50718)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll.md",50718],"756b6e7b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(53906)]).then(i.bind(i,9973)),"@site/docs/api/service-api/versions/5.10/delete-launches-using-delete.api.mdx",9973],"75737ba1":[()=>i.e(42348).then(i.t.bind(i,33767,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-api-api-design-a08.json",33767],"757f50af":[()=>Promise.all([i.e(40532),i.e(68592),i.e(32728)]).then(i.bind(i,90453)),"@site/docs/api/service-uat/update-o-auth-settings-using-put.api.mdx",90453],"75ee4e8f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(65745)]).then(i.bind(i,65584)),"@site/docs/api/service-api/versions/5.10/onboarding-controller.tag.mdx",65584],"763d581e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(94048)]).then(i.bind(i,5872)),"@site/docs/api/service-api/delete-user-using-delete-1.api.mdx",5872],"76aeaa79":[()=>Promise.all([i.e(40532),i.e(68592),i.e(2413)]).then(i.bind(i,55440)),"@site/docs/api/service-api/update-dashboard-using-put.api.mdx",55440],"76d80f02":[()=>Promise.all([i.e(40532),i.e(68592),i.e(27943)]).then(i.bind(i,30478)),"@site/docs/api/service-api/get-global-integrations-using-get.api.mdx",30478],"76f78662":[()=>Promise.all([i.e(40532),i.e(68592),i.e(24006)]).then(i.bind(i,3228)),"@site/docs/api/service-api/create-issue-using-post.api.mdx",3228],"773c9be2":[()=>Promise.all([i.e(68592),i.e(548)]).then(i.bind(i,59355)),"@site/docs/configuration/LaunchesRetentionPolicy.mdx",59355],"7781a674":[()=>Promise.all([i.e(40532),i.e(68592),i.e(6204)]).then(i.bind(i,35914)),"@site/docs/api/service-api/test-item-async-controller.tag.mdx",35914],"77f794d9":[()=>Promise.all([i.e(40532),i.e(68592),i.e(36416)]).then(i.bind(i,44612)),"@site/docs/api/service-api/get-suggested-cluster-items-using-get.api.mdx",44612],"7805734c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(62023)]).then(i.bind(i,68061)),"@site/docs/api/service-uat/github-endpoint.tag.mdx",68061],"781adc30":[()=>Promise.all([i.e(68592),i.e(53761)]).then(i.bind(i,74326)),"@site/docs/releases/Version3.3.2.md",74326],"7821a10c":[()=>Promise.all([i.e(68592),i.e(61490)]).then(i.bind(i,93141)),"@site/docs/issues-troubleshooting/TuningCITool.mdx",93141],"78c16d4e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(77625)]).then(i.bind(i,48988)),"@site/docs/api/service-api/create-user-by-admin-using-post.api.mdx",48988],"78dfb7e9":[()=>Promise.all([i.e(68592),i.e(10795)]).then(i.bind(i,248)),"@site/docs/quality-gates/QualityGateEdit.md",248],"7937cd58":[()=>Promise.all([i.e(40532),i.e(68592),i.e(50085)]).then(i.bind(i,74262)),"@site/docs/api/service-api/get-all-owners-using-get.api.mdx",74262],"79b46cc3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(41956)]).then(i.bind(i,3943)),"@site/docs/api/service-api/versions/5.10/update-project-issue-sub-type-using-put.api.mdx",3943],"7a3e07c8":[()=>Promise.all([i.e(68592),i.e(50288)]).then(i.bind(i,72080)),"@site/docs/releases/Version5.4.0.md",72080],"7ad27f37":[()=>Promise.all([i.e(40532),i.e(68592),i.e(55747)]).then(i.bind(i,47791)),"@site/docs/api/service-api/create-project-integration-using-post.api.mdx",47791],"7b338c23":[()=>Promise.all([i.e(40532),i.e(68592),i.e(17817)]).then(i.bind(i,13831)),"@site/docs/api/service-api/versions/5.10/import-launch-using-post.api.mdx",13831],"7b982834":[()=>Promise.all([i.e(40532),i.e(68592),i.e(14949)]).then(i.bind(i,63492)),"@site/docs/api/service-uat/delete-settings-using-delete.api.mdx",63492],"7bbaf234":[()=>Promise.all([i.e(68592),i.e(27318)]).then(i.bind(i,50293)),"@site/docs/user-role-guides/index.md",50293],"7bfc815f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(96996)]).then(i.bind(i,27405)),"@site/docs/api/service-api/update-user-filter-using-put.api.mdx",27405],"7c3d6589":[()=>Promise.all([i.e(40532),i.e(68592),i.e(98687)]).then(i.bind(i,89596)),"@site/docs/api/service-api/demo-data-controller.tag.mdx",89596],"7c4251fd":[()=>Promise.all([i.e(40532),i.e(68592),i.e(18911)]).then(i.bind(i,25821)),"@site/docs/api/service-api/get-project-widget-using-get.api.mdx",25821],"7cd7dff4":[()=>Promise.all([i.e(40532),i.e(68592),i.e(39)]).then(i.bind(i,39654)),"@site/docs/api/service-api/get-allowable-issue-types-using-get.api.mdx",39654],"7ce8e9eb":[()=>Promise.all([i.e(68592),i.e(58939)]).then(i.bind(i,67320)),"@site/docs/releases/Version5.2.1.md",67320],"7d141066":[()=>Promise.all([i.e(68592),i.e(63931)]).then(i.bind(i,21827)),"@site/docs/issues-troubleshooting/IssuesWithJIRABugTrackingSystemHowToResolve.md",21827],"7d4d206b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(94674)]).then(i.bind(i,88545)),"@site/docs/api/service-api/versions/5.10/restore-password-using-post.api.mdx",88545],"7d52d695":[()=>Promise.all([i.e(40532),i.e(68592),i.e(43901)]).then(i.bind(i,44116)),"@site/docs/api/service-api/versions/5.10/create-user-by-admin-using-post.api.mdx",44116],"7dadb812":[()=>Promise.all([i.e(40532),i.e(68592),i.e(18778)]).then(i.bind(i,33906)),"@site/docs/api/service-api/get-filter-using-get.api.mdx",33906],"7ddbc678":[()=>Promise.all([i.e(40532),i.e(68592),i.e(35979)]).then(i.bind(i,25175)),"@site/docs/api/service-api/get-error-page-using-get.api.mdx",25175],"7de4166c":[()=>Promise.all([i.e(68592),i.e(83477)]).then(i.bind(i,50054)),"@site/docs/quality-gates/DeleteQualityGates.md",50054],"7e5f1599":[()=>Promise.all([i.e(40532),i.e(68592),i.e(31903)]).then(i.bind(i,82381)),"@site/docs/api/service-api/get-all-dashboards-using-get.api.mdx",82381],"7ef0b1f8":[()=>Promise.all([i.e(68592),i.e(68734)]).then(i.bind(i,2430)),"@site/docs/analysis/PatternAnalysis.mdx",2430],"7f5c8eef":[()=>Promise.all([i.e(40532),i.e(68592),i.e(79356)]).then(i.bind(i,46764)),"@site/docs/api/service-api/create-log-entry-using-post-1.api.mdx",46764],"7f9bbddb":[()=>Promise.all([i.e(68592),i.e(94275)]).then(i.bind(i,20715)),"@site/docs/releases/Version4.1.0.md",20715],"802254bf":[()=>Promise.all([i.e(40532),i.e(68592),i.e(17772)]).then(i.bind(i,79138)),"@site/docs/api/service-uat/versions/5.10/sso-endpoint.tag.mdx",79138],"806e95e3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(34696)]).then(i.bind(i,36208)),"@site/docs/api/service-api/versions/5.10/export-projects-using-get.api.mdx",36208],"8140523c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(15415)]).then(i.bind(i,88194)),"@site/docs/api/service-api/delete-project-using-delete-1.api.mdx",88194],"8169b3c6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(48379)]).then(i.bind(i,52214)),"@site/docs/api/service-api/versions/5.10/delete-launch-using-delete.api.mdx",52214],"819d5147":[()=>Promise.all([i.e(40532),i.e(68592),i.e(66095)]).then(i.bind(i,61344)),"@site/docs/api/service-api/validate-info-using-get-1.api.mdx",61344],"81ab4bc2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(94745)]).then(i.bind(i,45693)),"@site/docs/api/service-api/index-project-data-using-put.api.mdx",45693],"8272edfd":[()=>Promise.all([i.e(68592),i.e(58007)]).then(i.bind(i,27312)),"@site/docs/dashboards-and-widgets/DifferentLaunchesComparisonChart.mdx",27312],"8274afaf":[()=>Promise.all([i.e(40532),i.e(68592),i.e(57350)]).then(i.bind(i,73060)),"@site/docs/api/service-api/versions/5.10/on-boarding-using-get.api.mdx",73060],"8280346e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(48070)]).then(i.bind(i,69638)),"@site/docs/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get.api.mdx",69638],"82bdf892":[()=>Promise.all([i.e(40532),i.e(68592),i.e(68278)]).then(i.bind(i,39337)),"@site/docs/api/service-api/versions/5.10/delete-test-items-using-delete.api.mdx",39337],"8338fc75":[()=>Promise.all([i.e(40532),i.e(68592),i.e(92609)]).then(i.bind(i,31370)),"@site/docs/api/service-api/versions/5.10/bulk-force-finish-using-put.api.mdx",31370],"838a8de2":[()=>Promise.all([i.e(68592),i.e(68943)]).then(i.bind(i,35610)),"@site/docs/features/CategorisationOfFailures.md",35610],"83fc7a70":[()=>Promise.all([i.e(40532),i.e(68592),i.e(86724)]).then(i.bind(i,44912)),"@site/docs/api/service-api/versions/5.10/create-log-using-post.api.mdx",44912],"841f5a4e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(28149)]).then(i.bind(i,16623)),"@site/docs/api/service-api/versions/5.10/unlink-external-issues-using-put.api.mdx",16623],"846e4211":[()=>Promise.all([i.e(40532),i.e(68592),i.e(26331)]).then(i.bind(i,4977)),"@site/docs/api/service-api/on-boarding-using-get.api.mdx",4977],"84982dca":[()=>Promise.all([i.e(68592),i.e(24472)]).then(i.bind(i,20158)),"@site/docs/dashboards-and-widgets/NonPassedTestCasesTrendChart.mdx",20158],"849f9212":[()=>Promise.all([i.e(68592),i.e(21320)]).then(i.bind(i,27486)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/VSTest.md",27486],"84b89e63":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87360)]).then(i.bind(i,2186)),"@site/docs/api/service-uat/o-auth-configuration-endpoint.tag.mdx",2186],"84d47c34":[()=>Promise.all([i.e(68592),i.e(35445)]).then(i.bind(i,72862)),"@site/docs/issues-troubleshooting/HowToAddATestStackTraceToADescriptionAutomatically.mdx",72862],"84e29575":[()=>Promise.all([i.e(68592),i.e(86412)]).then(i.bind(i,31950)),"@site/docs/work-with-reports/ViewLaunches.mdx",31950],"855239bf":[()=>Promise.all([i.e(68592),i.e(74695)]).then(i.bind(i,5748)),"@site/docs/dashboards-and-widgets/InvestigatedPercentageOfLaunches.mdx",5748],"855c8e88":[()=>Promise.all([i.e(68592),i.e(80102)]).then(i.bind(i,37819)),"@site/docs/dashboards-and-widgets/OverallStatistics.mdx",37819],85722057:[()=>Promise.all([i.e(40532),i.e(68592),i.e(67252)]).then(i.bind(i,65314)),"@site/docs/api/service-api/get-notifications-using-get.api.mdx",65314],"85d780d7":[()=>Promise.all([i.e(68592),i.e(27762)]).then(i.bind(i,41748)),"@site/docs/dashboards-and-widgets/PossibleDashboardsInReportPortal.mdx",41748],"8660488c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(31989)]).then(i.bind(i,67360)),"@site/docs/api/service-api/get-project-launches-using-get.api.mdx",67360],"87014e7c":[()=>Promise.all([i.e(68592),i.e(81168)]).then(i.bind(i,14403)),"@site/docs/releases/Version4.0.0.md",14403],87298834:[()=>Promise.all([i.e(40532),i.e(68592),i.e(19100)]).then(i.bind(i,37221)),"@site/docs/api/service-api/update-global-integration-using-put.api.mdx",37221],"87a73dcc":[()=>Promise.all([i.e(40532),i.e(68592),i.e(12150)]).then(i.bind(i,44604)),"@site/docs/api/service-api/execute-integration-command-using-put.api.mdx",44604],"87c982b6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(83998)]).then(i.bind(i,68021)),"@site/docs/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get.api.mdx",68021],"882bd5c3":[()=>Promise.all([i.e(68592),i.e(56255)]).then(i.bind(i,71086)),"@site/docs/dashboards-and-widgets/FailedCasesTrendChart.mdx",71086],"884c007e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(24703)]).then(i.bind(i,61750)),"@site/docs/api/service-api/update-user-filters-using-put.api.mdx",61750],"8853ba72":[()=>Promise.all([i.e(40532),i.e(68592),i.e(33242)]).then(i.bind(i,51546)),"@site/docs/api/service-api/get-launch-report-using-get.api.mdx",51546],"8858ccd2":[()=>Promise.all([i.e(40532),i.e(68592),i.e(61654)]).then(i.bind(i,5054)),"@site/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get.api.mdx",5054],"886f6b5c":[()=>Promise.all([i.e(68592),i.e(96535)]).then(i.bind(i,7712)),"@site/docs/quality-gates/IntegrationWithCICD/IntegrationWithAzureDevOps.md",7712],"88c419bb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(33814)]).then(i.bind(i,61579)),"@site/docs/api/service-api/get-user-bid-info-using-get.api.mdx",61579],"88f92607":[()=>Promise.all([i.e(40532),i.e(68592),i.e(20469)]).then(i.bind(i,96323)),"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put.api.mdx",96323],"892ea308":[()=>Promise.all([i.e(68592),i.e(1768)]).then(i.bind(i,75935)),"@site/docs/plugins/Slack.mdx",75935],"89b4dc5b":[()=>Promise.all([i.e(68592),i.e(75502)]).then(i.bind(i,7736)),"@site/docs/releases/Version5.0RC.md",7736],"8a0d7266":[()=>Promise.all([i.e(68592),i.e(53608)]).then(i.bind(i,12314)),"@site/docs/saved-searches-filters/CreateFilters.mdx",12314],"8a4e4477":[()=>Promise.all([i.e(40532),i.e(68592),i.e(12799)]).then(i.bind(i,70699)),"@site/docs/api/service-api/versions/5.10/update-user-filters-using-put.api.mdx",70699],"8a921158":[()=>Promise.all([i.e(68592),i.e(31065)]).then(i.bind(i,10811)),"@site/docs/plugins/GitLab.mdx",10811],"8b57dad7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(42190)]).then(i.bind(i,21227)),"@site/docs/api/service-api/bulk-update-using-put-1.api.mdx",21227],"8b79729b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(40441)]).then(i.bind(i,22325)),"@site/docs/api/service-api/generate-using-post.api.mdx",22325],"8bb03b64":[()=>Promise.all([i.e(40532),i.e(68592),i.e(56429)]).then(i.bind(i,13863)),"@site/docs/api/service-api/delete-notification-using-delete.api.mdx",13863],"8bc78012":[()=>Promise.all([i.e(40532),i.e(68592),i.e(26349)]).then(i.bind(i,7287)),"@site/docs/api/service-api/unlink-external-issues-using-put.api.mdx",7287],"8bcf2f56":[()=>Promise.all([i.e(40532),i.e(68592),i.e(53905)]).then(i.bind(i,49681)),"@site/docs/api/service-api/versions/5.10/start-launch-using-post-1.api.mdx",49681],"8c292d3e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(67486)]).then(i.bind(i,98816)),"@site/docs/api/service-api/versions/5.10/get-dashboard-using-get.api.mdx",98816],"8c63d4ea":[()=>Promise.all([i.e(68592),i.e(39911)]).then(i.bind(i,27396)),"@site/docs/features/QualityGates.md",27396],"8dc66840":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87393)]).then(i.bind(i,11555)),"@site/docs/api/api-design/activities-search.api.mdx",11555],"8dc7c7b8":[()=>Promise.all([i.e(68592),i.e(4485)]).then(i.bind(i,96584)),"@site/docs/saved-searches-filters/FiltersPage.md",96584],"8dd72728":[()=>Promise.all([i.e(40532),i.e(68592),i.e(42611)]).then(i.bind(i,16109)),"@site/docs/api/service-api/versions/5.10/add-widget-using-put.api.mdx",16109],"8ec1cce8":[()=>Promise.all([i.e(68592),i.e(8709)]).then(i.bind(i,96176)),"@site/docs/developers-guides/AttachmentsGuide.mdx",96176],"8eea8428":[()=>Promise.all([i.e(40532),i.e(68592),i.e(2743)]).then(i.bind(i,50659)),"@site/docs/api/service-api/delete-launch-using-delete.api.mdx",50659],"8ef1e3bb":[()=>Promise.all([i.e(40532),i.e(68592),i.e(85944)]).then(i.bind(i,61495)),"@site/docs/api/service-api/create-pattern-template-using-post.api.mdx",61495],"8f41e9a9":[()=>Promise.all([i.e(40532),i.e(68592),i.e(54022)]).then(i.bind(i,13002)),"@site/docs/api/service-api/create-api-key-using-post.api.mdx",13002],"8f72d77c":[()=>Promise.all([i.e(68592),i.e(67467)]).then(i.bind(i,33192)),"@site/docs/plugins/authorization/LDAP.mdx",33192],"8f7aa1e6":[()=>Promise.all([i.e(68592),i.e(12073)]).then(i.bind(i,30152)),"@site/docs/installation-steps-advanced/JobsConfiguration.md",30152],"8f8e7d7f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(94333)]).then(i.bind(i,12806)),"@site/docs/terms-and-conditions/index.md",12806],"8f8fcdca":[()=>Promise.all([i.e(68592),i.e(35618)]).then(i.bind(i,4591)),"@site/docs/user-account/DeleteAccount.mdx",4591],"8fa9f998":[()=>Promise.all([i.e(40532),i.e(68592),i.e(87638)]).then(i.bind(i,39391)),"@site/docs/api/service-uat/versions/5.10/delete-settings.api.mdx",39391],"8fda0747":[()=>Promise.all([i.e(68592),i.e(78916)]).then(i.bind(i,91628)),"@site/docs/log-data-in-reportportal/test-framework-integration/Python/index.md",91628],"8ff8e535":[()=>Promise.all([i.e(68592),i.e(11608)]).then(i.bind(i,67971)),"@site/docs/releases/Version5.6.2.md",67971],"901254d8":[()=>Promise.all([i.e(68592),i.e(55957)]).then(i.bind(i,58747)),"@site/docs/installation-steps-advanced/BackupRestoreGuide.md",58747],"902ce872":[()=>Promise.all([i.e(40532),i.e(68592),i.e(71319)]).then(i.bind(i,32521)),"@site/docs/api/service-api/get-page-number-using-get.api.mdx",32521],"90abdf6b":[()=>Promise.all([i.e(68592),i.e(17531)]).then(i.bind(i,5364)),"@site/docs/releases/Version5.2.3.md",5364],"90eb8716":[()=>Promise.all([i.e(68592),i.e(26834)]).then(i.bind(i,77559)),"@site/docs/quality-gates/IntegrationWithCICD/IntegrationWithCircleCI.md",77559],"910d5a4e":[()=>Promise.all([i.e(68592),i.e(56059)]).then(i.bind(i,26363)),"@site/docs/plugins/EmailServer.mdx",26363],"91620dbc":[()=>Promise.all([i.e(40532),i.e(68592),i.e(61384)]).then(i.bind(i,98181)),"@site/docs/api/service-api/versions/5.10/get-test-items-using-get-1.api.mdx",98181],"925ba56d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(22753)]).then(i.bind(i,59478)),"@site/docs/api/service-api/edit-user-using-put-1.api.mdx",59478],"9285eb74":[()=>Promise.all([i.e(40532),i.e(68592),i.e(80562)]).then(i.bind(i,92732)),"@site/docs/api/service-api/get-attribute-keys-for-project-using-get.api.mdx",92732],"936d7d86":[()=>Promise.all([i.e(40532),i.e(68592),i.e(91431)]).then(i.bind(i,68633)),"@site/docs/api/service-api/get-items-history-using-get.api.mdx",68633],"939d772d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(72971)]).then(i.bind(i,99772)),"@site/docs/api/service-api/get-user-filters-using-get.api.mdx",99772],"93dc8e22":[()=>Promise.all([i.e(40532),i.e(68592),i.e(77776)]).then(i.bind(i,24357)),"@site/docs/api/service-api/get-set-of-integration-system-fields-using-get-1.api.mdx",24357],"943ee7a0":[()=>Promise.all([i.e(40532),i.e(68592),i.e(81840)]).then(i.bind(i,1519)),"@site/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put.api.mdx",1519],"94ea8699":[()=>Promise.all([i.e(40532),i.e(68592),i.e(65542)]).then(i.bind(i,57655)),"@site/docs/api/service-api/versions/5.10/update-user-filter-using-put.api.mdx",57655],"9521f4b3":[()=>Promise.all([i.e(40532),i.e(68592),i.e(48729)]).then(i.bind(i,11883)),"@site/docs/api/service-api/get-myself-using-get-1.api.mdx",11883],"95f9ec4d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(12427)]).then(i.bind(i,54833)),"@site/docs/api/service-api/versions/5.10/find-users-using-get.api.mdx",54833],"9730c5c0":[()=>Promise.all([i.e(40532),i.e(68592),i.e(74247)]).then(i.bind(i,51715)),"@site/docs/api/api-design/post-users-user-id-api-keys.api.mdx",51715],"974240c7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(4073)]).then(i.bind(i,39482)),"@site/docs/api/service-api/get-plugins-using-get.api.mdx",39482],"97b6d501":[()=>Promise.all([i.e(68592),i.e(19559)]).then(i.bind(i,35801)),"@site/docs/releases/Version5.1.0.md",35801],"97f06d1f":[()=>Promise.all([i.e(40532),i.e(68592),i.e(82248)]).then(i.bind(i,34738)),"@site/docs/api/service-api/versions/5.10/widget-controller.tag.mdx",34738],"981e583b":[()=>Promise.all([i.e(40532),i.e(68592),i.e(29605)]).then(i.bind(i,19819)),"@site/docs/api/service-api/delete-api-key-using-delete-1.api.mdx",19819],"98a1fcd9":[()=>Promise.all([i.e(68592),i.e(82516)]).then(i.bind(i,72784)),"@site/docs/dashboards-and-widgets/ManageWidgets.mdx",72784],"98aeac89":[()=>Promise.all([i.e(40532),i.e(68592),i.e(65055)]).then(i.bind(i,82776)),"@site/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get.api.mdx",82776],"98b03dc7":[()=>Promise.all([i.e(68592),i.e(52719)]).then(i.bind(i,92145)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/TestNG.md",92145],"99a4b5ad":[()=>Promise.all([i.e(40532),i.e(68592),i.e(22357)]).then(i.bind(i,54250)),"@site/docs/api/service-api/versions/5.10/delete-project-index-using-delete.api.mdx",54250],"99d5b11a":[()=>Promise.all([i.e(40532),i.e(68592),i.e(66032)]).then(i.bind(i,69713)),"@site/docs/api/service-api/search-project-names-using-get.api.mdx",69713],"99e6b25e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(33849)]).then(i.bind(i,69831)),"@site/docs/api/service-api/get-server-settings-using-get.api.mdx",69831],"99e7ae84":[()=>Promise.all([i.e(40532),i.e(68592),i.e(22977)]).then(i.bind(i,62387)),"@site/docs/api/service-api/versions/5.10/bug-tracking-system-controller.tag.mdx",62387],"9a13fb7d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(38317)]).then(i.bind(i,29577)),"@site/docs/api/service-api/versions/5.10/get-activity-using-get.api.mdx",29577],"9a364eec":[()=>Promise.all([i.e(68592),i.e(53155)]).then(i.bind(i,2545)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Selenide.md",2545],"9a5047d6":[()=>Promise.all([i.e(40532),i.e(68592),i.e(29214)]).then(i.bind(i,50046)),"@site/docs/api/service-api/reset-password-using-post.api.mdx",50046],"9a9bd620":[()=>Promise.all([i.e(40532),i.e(68592),i.e(30848)]).then(i.bind(i,9019)),"@site/docs/api/service-api/versions/5.10/get-launch-report-using-get.api.mdx",9019],"9b665e50":[()=>Promise.all([i.e(40532),i.e(68592),i.e(47678)]).then(i.bind(i,99950)),"@site/docs/api/service-api/versions/5.10/merge-launches-using-post-1.api.mdx",99950],"9bf2f1ad":[()=>Promise.all([i.e(68592),i.e(90026)]).then(i.bind(i,37302)),"@site/docs/dashboards-and-widgets/LaunchStatisticsChart.mdx",37302],"9bfb314f":[()=>Promise.all([i.e(68592),i.e(83897)]).then(i.bind(i,70731)),"@site/docs/releases/Version5.6.1.md",70731],"9c665132":[()=>Promise.all([i.e(40532),i.e(68592),i.e(37842)]).then(i.bind(i,7444)),"@site/docs/api/service-api/delete-launches-using-delete.api.mdx",7444],"9c874da5":[()=>Promise.all([i.e(68592),i.e(52483)]).then(i.bind(i,80596)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/WebdriverIO.md",80596],"9cc3dc60":[()=>Promise.all([i.e(40532),i.e(68592),i.e(38395)]).then(i.bind(i,46077)),"@site/docs/api/service-api/versions/5.10/force-finish-launch-using-put.api.mdx",46077],"9ce9f59c":[()=>Promise.all([i.e(68592),i.e(40757)]).then(i.bind(i,42338)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Serilog.md",42338],"9d23210d":[()=>Promise.all([i.e(40532),i.e(68592),i.e(80843)]).then(i.bind(i,31360)),"@site/docs/api/service-api/versions/5.10/update-project-using-put.api.mdx",31360],"9db4052c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(1984)]).then(i.bind(i,52352)),"@site/docs/api/service-api/versions/5.10/create-issue-using-post.api.mdx",52352],"9dc20e1e":[()=>Promise.all([i.e(40532),i.e(68592),i.e(15817)]).then(i.bind(i,66647)),"@site/docs/api/service-api/versions/5.10/get-all-launch-names-using-get.api.mdx",66647],"9e8f0e1c":[()=>Promise.all([i.e(40532),i.e(68592),i.e(60369)]).then(i.bind(i,36275)),"@site/docs/api/service-api/create-log-entry-using-post.api.mdx",36275],"9ef0b234":[()=>Promise.all([i.e(40532),i.e(68592),i.e(44317)]).then(i.bind(i,97890)),"@site/docs/api/service-api/versions/5.10/update-project-notification-config-using-put.api.mdx",97890],"9f1b0dd7":[()=>Promise.all([i.e(40532),i.e(68592),i.e(13941)]).then(i.bind(i,90609)),"@site/docs/api/service-api/versions/5.10/get-project-widget-using-get.api.mdx",90609],"9fc40824":[()=>Promise.all([i.e(40532),i.e(68592),i.e(51844)]).then(i.bind(i,20068)),"@site/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1.api.mdx",20068],a000bcb0:[()=>Promise.all([i.e(40532),i.e(68592),i.e(11635)]).then(i.bind(i,47553)),"@site/docs/api/service-api/project-controller.tag.mdx",47553],a0d375c1:[()=>Promise.all([i.e(68592),i.e(45069)]).then(i.bind(i,73653)),"@site/docs/case-studies/IncreasingTestAutomationStabilityAndVisibility.mdx",73653],a11133f1:[()=>Promise.all([i.e(68592),i.e(30529)]).then(i.bind(i,59496)),"@site/docs/dashboards-and-widgets/LaunchesDurationChart.mdx",59496],a11b35f8:[()=>Promise.all([i.e(40532),i.e(68592),i.e(53698)]).then(i.bind(i,22699)),"@site/docs/api/service-api/versions/5.10/get-launch-using-get.api.mdx",22699],a1370fd9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(14130)]).then(i.bind(i,45662)),"@site/docs/api/service-api/versions/5.10/get-widget-using-get-1.api.mdx",45662],a145ee74:[()=>Promise.all([i.e(40532),i.e(68592),i.e(93414)]).then(i.bind(i,92183)),"@site/docs/api/service-api/execute-plugin-command-using-put.api.mdx",92183],a194bf09:[()=>Promise.all([i.e(68592),i.e(97727)]).then(i.bind(i,36734)),"@site/docs/issues-troubleshooting/HowToCheckLDAPConnection.md",36734],a1e6466d:[()=>Promise.all([i.e(68592),i.e(82580)]).then(i.bind(i,96188)),"@site/docs/releases/Version3.3.2-1.md",96188],a21f6a6b:[()=>i.e(62207).then(i.t.bind(i,69569,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-api-service-api-e76.json",69569],a27ff278:[()=>Promise.all([i.e(40532),i.e(68592),i.e(54408)]).then(i.bind(i,4980)),"@site/docs/api/service-api/versions/5.10/create-project-using-post.api.mdx",4980],a2a7b11f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(88745)]).then(i.bind(i,48719)),"@site/docs/api/service-api/versions/5.10/get-file-using-get.api.mdx",48719],a3a026fb:[()=>Promise.all([i.e(40532),i.e(68592),i.e(64349)]).then(i.bind(i,86566)),"@site/docs/api/service-api/versions/5.10/execute-integration-command-using-put.api.mdx",86566],a4179dd8:[()=>Promise.all([i.e(68592),i.e(97537)]).then(i.bind(i,54396)),"@site/docs/log-data-in-reportportal/test-framework-integration/PHP/Codeception.md",54396],a4270ee0:[()=>Promise.all([i.e(40532),i.e(68592),i.e(87108)]).then(i.bind(i,22432)),"@site/docs/api/service-api/versions/5.10/get-nested-items-using-get.api.mdx",22432],a509edaa:[()=>Promise.all([i.e(40532),i.e(68592),i.e(15687)]).then(i.bind(i,63303)),"@site/docs/api/service-api/versions/5.10/get-project-settings-using-get.api.mdx",63303],a50e7810:[()=>Promise.all([i.e(40532),i.e(68592),i.e(82059)]).then(i.bind(i,54740)),"@site/docs/api/service-api/versions/5.10/search-for-user-using-get.api.mdx",54740],a59479b4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(74101)]).then(i.bind(i,23669)),"@site/docs/api/service-api/versions/5.10/get-global-integration-using-get.api.mdx",23669],a6ef86a7:[()=>Promise.all([i.e(68592),i.e(19272)]).then(i.bind(i,26377)),"@site/docs/dashboards-and-widgets/CumulativeTrendChart.mdx",26377],a715e04b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(56945)]).then(i.bind(i,15209)),"@site/docs/api/service-api/get-attribute-values-using-get-1.api.mdx",15209],a74ebc46:[()=>Promise.all([i.e(68592),i.e(81510)]).then(i.bind(i,12857)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Postman.md",12857],a7576dcc:[()=>Promise.all([i.e(40532),i.e(68592),i.e(87550)]).then(i.bind(i,65907)),"@site/docs/api/service-api/delete-project-integration-using-delete.api.mdx",65907],a75c3dbe:[()=>Promise.all([i.e(40532),i.e(68592),i.e(19807)]).then(i.bind(i,5490)),"@site/docs/api/service-api/versions/5.10/delete-project-using-delete.api.mdx",5490],a76e60d3:[()=>Promise.all([i.e(40532),i.e(68592),i.e(30953)]).then(i.bind(i,72794)),"@site/docs/api/service-api/versions/5.10/test-item-controller.tag.mdx",72794],a78e824b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(83552)]).then(i.bind(i,71596)),"@site/docs/api/service-api/versions/5.10/get-latest-launches-using-get.api.mdx",71596],a7b83fdb:[()=>Promise.all([i.e(40532),i.e(68592),i.e(38924)]).then(i.bind(i,96037)),"@site/docs/api/service-api/update-project-using-put.api.mdx",96037],a7bd4aaa:[()=>i.e(18518).then(i.bind(i,8564)),"@theme/DocVersionRoot",8564],a7c4da1a:[()=>Promise.all([i.e(68592),i.e(38846)]).then(i.bind(i,24021)),"@site/docs/admin-panel/EventMonitoring.mdx",24021],a7c562f4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(64540)]).then(i.bind(i,87586)),"@site/docs/api/api-design/activities.tag.mdx",87586],a7f8e40f:[()=>Promise.all([i.e(68592),i.e(60570)]).then(i.bind(i,36201)),"@site/docs/log-data-in-reportportal/test-framework-integration/index.mdx",36201],a87b8aaa:[()=>Promise.all([i.e(40532),i.e(68592),i.e(14420)]).then(i.bind(i,15688)),"@site/docs/api/service-api/versions/5.10/bulk-update-using-put-1.api.mdx",15688],a88aef15:[()=>Promise.all([i.e(40532),i.e(68592),i.e(37064)]).then(i.bind(i,92880)),"@site/docs/api/service-api/versions/5.10/project-settings-controller.tag.mdx",92880],a89000ee:[()=>Promise.all([i.e(68592),i.e(26002)]).then(i.bind(i,45670)),"@site/docs/saved-searches-filters/ManageFilters.mdx",45670],a8bc8280:[()=>Promise.all([i.e(40532),i.e(68592),i.e(12064)]).then(i.bind(i,59539)),"@site/docs/api/service-api/delete-dashboard-using-delete.api.mdx",59539],a930ad8b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(75282)]).then(i.bind(i,68108)),"@site/docs/api/service-api/update-pattern-template-using-put.api.mdx",68108],a9317d44:[()=>Promise.all([i.e(40532),i.e(68592),i.e(24018)]).then(i.bind(i,12258)),"@site/docs/api/service-api/reportportal.info.mdx",12258],a94703ab:[()=>Promise.all([i.e(40532),i.e(68592),i.e(26731),i.e(94368)]).then(i.bind(i,3394)),"@theme/DocRoot",3394],a975cdb9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(6747)]).then(i.bind(i,56744)),"@site/docs/case-studies/index.md",56744],a9b54304:[()=>Promise.all([i.e(40532),i.e(68592),i.e(75643)]).then(i.bind(i,52408)),"@site/docs/api/service-api/versions/5.10/get-user-bid-info-using-get.api.mdx",52408],a9d664f3:[()=>Promise.all([i.e(40532),i.e(68592),i.e(41894)]).then(i.bind(i,63680)),"@site/docs/api/service-api/get-all-filters-names-using-get.api.mdx",63680],aa7a09d2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(47437)]).then(i.bind(i,48293)),"@site/docs/api/api-design/get-project-suggestions.api.mdx",48293],ab49a733:[()=>Promise.all([i.e(40532),i.e(68592),i.e(76150)]).then(i.bind(i,99139)),"@site/docs/api/service-api/get-activities-using-post.api.mdx",99139],ab510b4f:[()=>Promise.all([i.e(68592),i.e(62024)]).then(i.bind(i,6670)),"@site/docs/log-data-in-reportportal/test-framework-integration/Python/RobotFramework.md",6670],ab9eee5d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(34908)]).then(i.bind(i,45253)),"@site/docs/api/service-api/start-root-item-using-post.api.mdx",45253],aba21aa0:[()=>i.e(33629).then(i.t.bind(i,41765,19)),"@generated/docusaurus-plugin-content-docs/default/__plugin.json",41765],abed6a31:[()=>Promise.all([i.e(68592),i.e(54390)]).then(i.bind(i,27309)),"@site/docs/installation-steps-advanced/UpgradingPostgreSQLForReportPortalV24.2AndLater.md",27309],ac3f047d:[()=>Promise.all([i.e(68592),i.e(91219)]).then(i.bind(i,77047)),"@site/docs/admin-panel/AllProjectsPage.mdx",77047],ad180f29:[()=>Promise.all([i.e(40532),i.e(68592),i.e(59827)]).then(i.bind(i,31314)),"@site/docs/api/service-api/versions/5.10/delete-api-key-using-delete.api.mdx",31314],ad57971b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(7059)]).then(i.bind(i,27347)),"@site/docs/api/service-api/versions/5.10/start-launch-analyzer-using-post.api.mdx",27347],add02b3d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(96427)]).then(i.bind(i,92035)),"@site/docs/api/service-api/versions/5.10/test-item-async-controller.tag.mdx",92035],addd6ba5:[()=>Promise.all([i.e(40532),i.e(68592),i.e(5447)]).then(i.bind(i,36406)),"@site/docs/api/service-api/merge-launches-using-post.api.mdx",36406],ae4b27f5:[()=>Promise.all([i.e(68592),i.e(71087)]).then(i.bind(i,78379)),"@site/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",78379],ae6e0575:[()=>Promise.all([i.e(40532),i.e(68592),i.e(88349)]).then(i.bind(i,71875)),"@site/docs/api/service-api/get-project-users-using-get-1.api.mdx",71875],af0cfa4d:[()=>Promise.all([i.e(68592),i.e(72778)]).then(i.bind(i,13876)),"@site/docs/installation-steps-advanced/SetupTSLSSLInTraefik2.0.x.md",13876],af69bd61:[()=>Promise.all([i.e(40532),i.e(68592),i.e(13776)]).then(i.bind(i,54098)),"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1.api.mdx",54098],af7c52b4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(23324)]).then(i.bind(i,4626)),"@site/docs/api/service-api/versions/5.10/get-user-projects-using-get.api.mdx",4626],af84de2b:[()=>Promise.all([i.e(68592),i.e(8382)]).then(i.bind(i,57971)),"@site/docs/developers-guides/ReportingDevelopersGuide.md",57971],b0322889:[()=>Promise.all([i.e(68592),i.e(63342)]).then(i.bind(i,53384)),"@site/docs/dashboards-and-widgets/ReportingAndMetricsInReportPortal.md",53384],b04c64bf:[()=>Promise.all([i.e(40532),i.e(68592),i.e(52553)]).then(i.bind(i,13915)),"@site/docs/api/service-api/versions/5.10/create-dashboard-using-post.api.mdx",13915],b2229da9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(27653)]).then(i.bind(i,73713)),"@site/docs/api/service-api/versions/5.10/start-child-item-using-post-1.api.mdx",73713],b251dac0:[()=>Promise.all([i.e(40532),i.e(68592),i.e(71292)]).then(i.bind(i,85175)),"@site/docs/user-account/index.md",85175],b261f0c2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(73558)]).then(i.bind(i,1101)),"@site/docs/api/service-api/create-user-bid-using-post.api.mdx",1101],b280ad18:[()=>Promise.all([i.e(40532),i.e(68592),i.e(89728)]).then(i.bind(i,86071)),"@site/docs/api/service-api/versions/5.10/dashboard-controller.tag.mdx",86071],b2ba5311:[()=>Promise.all([i.e(40532),i.e(68592),i.e(79046)]).then(i.bind(i,35728)),"@site/docs/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get.api.mdx",35728],b3325f50:[()=>Promise.all([i.e(40532),i.e(68592),i.e(68453)]).then(i.bind(i,90582)),"@site/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1.api.mdx",90582],b36e09f7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(95472)]).then(i.bind(i,2883)),"@site/docs/api/service-api/versions/5.10/demo-data-controller.tag.mdx",2883],b3bfe149:[()=>Promise.all([i.e(68592),i.e(56066)]).then(i.bind(i,73888)),"@site/docs/log-data-in-reportportal/HowToRunYourTests.md",73888],b4038acd:[()=>Promise.all([i.e(40532),i.e(68592),i.e(20627)]).then(i.bind(i,39507)),"@site/docs/api/service-api/versions/5.10/get-logs-using-get.api.mdx",39507],b43d8a0d:[()=>Promise.all([i.e(68592),i.e(32853)]).then(i.bind(i,74018)),"@site/docs/analysis/ImmediateAutoAnalysis.mdx",74018],b4589fd3:[()=>i.e(16660).then(i.t.bind(i,99676,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-api-service-api-5-10-d84.json",99676],b4e65e1f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(26533)]).then(i.bind(i,25365)),"@site/docs/api/service-api/user-filter-controller.tag.mdx",25365],b4ef590d:[()=>Promise.all([i.e(68592),i.e(6002)]).then(i.bind(i,95090)),"@site/docs/plugins/authorization/SamlProviders/AzureSaml.mdx",95090],b6d1a9e4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(81923)]).then(i.bind(i,11586)),"@site/docs/api/service-api/versions/5.10/update-dashboard-using-put.api.mdx",11586],b738733a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(81413)]).then(i.bind(i,12270)),"@site/docs/log-data-in-reportportal/index.md",12270],b7b0952c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(93009)]).then(i.bind(i,82880)),"@site/docs/api/service-api/versions/5.10/get-users-using-get.api.mdx",82880],b7e828e9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(70325)]).then(i.bind(i,98641)),"@site/docs/api/service-api/get-nested-items-using-get.api.mdx",98641],b82cae74:[()=>Promise.all([i.e(40532),i.e(68592),i.e(51881)]).then(i.bind(i,68017)),"@site/docs/api/service-api/versions/5.10/get-user-using-get.api.mdx",68017],b8e550c7:[()=>Promise.all([i.e(68592),i.e(37062)]).then(i.bind(i,52620)),"@site/docs/case-studies/ReducingRegressionTimeBy50.mdx",52620],b8edbb74:[()=>Promise.all([i.e(68592),i.e(27921)]).then(i.bind(i,16219)),"@site/docs/installation-steps/DeployWithMinikube.md",16219],b90e80fa:[()=>Promise.all([i.e(68592),i.e(47918)]).then(i.bind(i,18911)),"@site/docs/releases/Version5.3.2.md",18911],b9a84d40:[()=>Promise.all([i.e(40532),i.e(68592),i.e(73770)]).then(i.bind(i,40147)),"@site/docs/api/service-api/versions/5.10/delete-dashboard-using-delete.api.mdx",40147],ba04e5ff:[()=>Promise.all([i.e(40532),i.e(68592),i.e(90095)]).then(i.bind(i,58143)),"@site/docs/api/service-api/finish-launch-using-put.api.mdx",58143],ba202bb7:[()=>Promise.all([i.e(68592),i.e(19798)]).then(i.bind(i,69194)),"@site/docs/installation-steps-advanced/ScalingReportPortalServices.md",69194],ba4cd107:[()=>Promise.all([i.e(68592),i.e(60862)]).then(i.bind(i,67325)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/JBehave.md",67325],ba7edf1e:[()=>Promise.all([i.e(40532),i.e(68592),i.e(71660)]).then(i.bind(i,55802)),"@site/docs/developers-guides/index.md",55802],bbcb5934:[()=>Promise.all([i.e(40532),i.e(68592),i.e(47930)]).then(i.bind(i,15508)),"@site/docs/api/service-api/delete-photo-using-delete.api.mdx",15508],bc0c4574:[()=>Promise.all([i.e(68592),i.e(36635)]).then(i.bind(i,66434)),"@site/docs/log-data-in-reportportal/test-framework-integration/Python/nosetests.md",66434],bc7fa033:[()=>Promise.all([i.e(68592),i.e(2947)]).then(i.bind(i,34873)),"@site/docs/releases/Version5.3.5.md",34873],bc8d9490:[()=>Promise.all([i.e(40532),i.e(68592),i.e(38094)]).then(i.bind(i,41680)),"@site/docs/api/service-api/get-user-using-get.api.mdx",41680],bd3bf4b2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(77152)]).then(i.bind(i,11194)),"@site/docs/api/service-api/versions/5.10/update-pattern-template-using-put.api.mdx",11194],bd7f1226:[()=>Promise.all([i.e(40532),i.e(68592),i.e(74157)]).then(i.bind(i,33025)),"@site/docs/api/service-uat/versions/5.10/o-auth-configuration-endpoint.tag.mdx",33025],bdb17ab6:[()=>Promise.all([i.e(68592),i.e(15792)]).then(i.bind(i,78426)),"@site/docs/dashboards-and-widgets/WidgetCreation.mdx",78426],be166ec8:[()=>Promise.all([i.e(40532),i.e(68592),i.e(19589)]).then(i.bind(i,76493)),"@site/docs/api/service-api/versions/5.10/get-test-item-using-get.api.mdx",76493],be477480:[()=>Promise.all([i.e(68592),i.e(45170)]).then(i.bind(i,54092)),"@site/docs/analysis/HowModelsAreRetrained.md",54092],be5d9038:[()=>Promise.all([i.e(40532),i.e(68592),i.e(96736)]).then(i.bind(i,73583)),"@site/docs/api/service-api/versions/5.10/settings-controller.tag.mdx",73583],bea80cb3:[()=>Promise.all([i.e(40532),i.e(68592),i.e(34420)]).then(i.bind(i,54034)),"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post.api.mdx",54034],bebf2496:[()=>Promise.all([i.e(68592),i.e(44612)]).then(i.bind(i,98073)),"@site/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitLabCI.md",98073],befb6058:[()=>Promise.all([i.e(68592),i.e(73197)]).then(i.bind(i,32090)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Playwright.md",32090],beffaa26:[()=>Promise.all([i.e(40532),i.e(68592),i.e(59941)]).then(i.bind(i,73310)),"@site/docs/api/service-api/get-log-using-get.api.mdx",73310],bf044f46:[()=>Promise.all([i.e(68592),i.e(88982)]).then(i.bind(i,2348)),"@site/docs/plugins/AtlassianJiraCloud.mdx",2348],bffc2bf2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(87741)]).then(i.bind(i,95395)),"@site/docs/api/service-api/versions/5.10/get-page-number-using-get.api.mdx",95395],c0485655:[()=>Promise.all([i.e(40532),i.e(68592),i.e(78079)]).then(i.bind(i,89967)),"@site/docs/work-with-reports/index.md",89967],c055fe35:[()=>Promise.all([i.e(40532),i.e(68592),i.e(85142)]).then(i.bind(i,74319)),"@site/docs/api/service-api/delete-all-integrations-using-delete.api.mdx",74319],c059af28:[()=>Promise.all([i.e(68592),i.e(61078)]).then(i.bind(i,26778)),"@site/docs/features/AIFailureReasonDetection.md",26778],c0742808:[()=>Promise.all([i.e(40532),i.e(68592),i.e(24015)]).then(i.bind(i,81075)),"@site/docs/features/index.md",81075],c0f2a38f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(10089)]).then(i.bind(i,84458)),"@site/docs/api/service-api/versions/5.10/delete-project-using-delete-1.api.mdx",84458],c141421f:[()=>i.e(31004).then(i.t.bind(i,51324,19)),"@generated/docusaurus-theme-search-algolia/default/__plugin.json",51324],c1f0b016:[()=>Promise.all([i.e(68592),i.e(2118)]).then(i.bind(i,57867)),"@site/docs/releases/Version24.2.md",57867],c2abd45e:[()=>Promise.all([i.e(68592),i.e(32309)]).then(i.bind(i,36580)),"@site/docs/tutorial/index.mdx",36580],c32fb469:[()=>Promise.all([i.e(40532),i.e(68592),i.e(45014)]).then(i.bind(i,6074)),"@site/docs/api/service-api/delete-test-items-using-delete.api.mdx",6074],c353607d:[()=>Promise.all([i.e(68592),i.e(68545)]).then(i.bind(i,83554)),"@site/docs/plugins/authorization/SamlProviders/OktaSaml.mdx",83554],c3c545ed:[()=>Promise.all([i.e(40532),i.e(68592),i.e(58925)]).then(i.bind(i,38927)),"@site/docs/api/service-api/get-all-filters-using-get.api.mdx",38927],c3ddf248:[()=>Promise.all([i.e(68592),i.e(94057)]).then(i.bind(i,47702)),"@site/docs/releases/Version5.6.0.md",47702],c3fd8874:[()=>Promise.all([i.e(40532),i.e(68592),i.e(40719)]).then(i.bind(i,87823)),"@site/docs/api/service-api/versions/5.10/create-filter-using-post.api.mdx",87823],c472c431:[()=>Promise.all([i.e(40532),i.e(68592),i.e(81236)]).then(i.bind(i,93284)),"@site/docs/api/service-api/create-user-using-post.api.mdx",93284],c4c7f502:[()=>Promise.all([i.e(40532),i.e(68592),i.e(37754)]).then(i.bind(i,52267)),"@site/docs/api/service-uat/versions/5.10/github-endpoint.tag.mdx",52267],c4cc5d22:[()=>Promise.all([i.e(40532),i.e(68592),i.e(29728)]).then(i.bind(i,57833)),"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post-1.api.mdx",57833],c54953e9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(86719)]).then(i.bind(i,48717)),"@site/docs/api/service-api/force-finish-launch-using-put.api.mdx",48717],c5b8a246:[()=>Promise.all([i.e(40532),i.e(68592),i.e(5278)]).then(i.bind(i,38417)),"@site/docs/api/service-api/start-launch-using-post.api.mdx",38417],c5e2f0b8:[()=>Promise.all([i.e(40532),i.e(68592),i.e(7505)]).then(i.bind(i,91237)),"@site/docs/api/service-uat/versions/5.10/update-o-auth-settings.api.mdx",91237],c60355ff:[()=>Promise.all([i.e(68592),i.e(69063)]).then(i.bind(i,36094)),"@site/docs/dashboards-and-widgets/WorkWithDashboards.mdx",36094],c605d0f8:[()=>Promise.all([i.e(40532),i.e(68592),i.e(24122)]).then(i.bind(i,5726)),"@site/docs/api/service-api/delete-project-index-using-delete.api.mdx",5726],c60c4f5c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(39016)]).then(i.bind(i,24383)),"@site/docs/api/service-api/create-widget-using-post.api.mdx",24383],c62dfbde:[()=>Promise.all([i.e(40532),i.e(68592),i.e(94986)]).then(i.bind(i,20315)),"@site/docs/api/service-api/versions/5.10/project-controller.tag.mdx",20315],c670dcf4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(95730)]).then(i.bind(i,65171)),"@site/docs/analysis/index.md",65171],c681ba46:[()=>Promise.all([i.e(40532),i.e(68592),i.e(47189)]).then(i.bind(i,77703)),"@site/docs/api/service-uat/versions/5.10/delete-o-auth-setting.api.mdx",77703],c6e3ef59:[()=>Promise.all([i.e(40532),i.e(68592),i.e(50267)]).then(i.bind(i,18947)),"@site/docs/api/service-api/versions/5.10/create-global-integration-using-post.api.mdx",18947],c734267c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(84971)]).then(i.bind(i,62678)),"@site/docs/api/service-api/get-user-projects-using-get-1.api.mdx",62678],c77b3eb2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(71889)]).then(i.bind(i,91672)),"@site/docs/api/service-api/versions/5.10/create-project-issue-sub-type-using-post.api.mdx",91672],c78d27fd:[()=>Promise.all([i.e(40532),i.e(68592),i.e(5239)]).then(i.bind(i,97517)),"@site/docs/api/service-api/versions/5.10/get-user-preference-using-get.api.mdx",97517],c798c0b5:[()=>Promise.all([i.e(40532),i.e(68592),i.e(87572)]).then(i.bind(i,86596)),"@site/docs/api/service-api/get-project-subject-name-using-get.api.mdx",86596],c7b25a99:[()=>Promise.all([i.e(68592),i.e(95449)]).then(i.bind(i,35274)),"@site/docs/work-with-reports/OperationsUnderLaunches.mdx",35274],c7dff32f:[()=>Promise.all([i.e(68592),i.e(46329)]).then(i.bind(i,56171)),"@site/docs/dashboards-and-widgets/ProjectActivityPanel.mdx",56171],c82f4a97:[()=>Promise.all([i.e(40532),i.e(68592),i.e(15941)]).then(i.bind(i,81147)),"@site/docs/api/service-api/versions/5.10/get-project-users-using-get-1.api.mdx",81147],c8402463:[()=>Promise.all([i.e(40532),i.e(68592),i.e(81434)]).then(i.bind(i,56052)),"@site/docs/api/service-uat/get-o-auth-settings-using-get.api.mdx",56052],c84a9109:[()=>Promise.all([i.e(68592),i.e(58760)]).then(i.bind(i,32522)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/NUnit.md",32522],c8588910:[()=>Promise.all([i.e(68592),i.e(38834)]).then(i.bind(i,74434)),"@site/docs/dashboards-and-widgets/PassingRatePerLaunch.mdx",74434],c8af2d23:[()=>Promise.all([i.e(40532),i.e(68592),i.e(14898)]).then(i.bind(i,93723)),"@site/docs/api/service-api/versions/5.10/get-attribute-values-using-get-2.api.mdx",93723],c9175315:[()=>Promise.all([i.e(40532),i.e(68592),i.e(39750)]).then(i.bind(i,46388)),"@site/docs/api/service-api/versions/5.10/create-clusters-using-post.api.mdx",46388],c9618959:[()=>Promise.all([i.e(40532),i.e(68592),i.e(7469)]).then(i.bind(i,73468)),"@site/docs/api/service-api/versions/5.10/get-widget-preview-using-post.api.mdx",73468],c9eb37d0:[()=>Promise.all([i.e(68592),i.e(90376)]).then(i.bind(i,10421)),"@site/docs/quality-gates/AssessmentOfTestResultsUsingQualityGates.mdx",10421],c9f82592:[()=>Promise.all([i.e(40532),i.e(68592),i.e(66509)]).then(i.bind(i,4098)),"@site/docs/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete.api.mdx",4098],ca07938f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(28734)]).then(i.bind(i,81454)),"@site/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-2.api.mdx",81454],cad1e5e7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(6649)]).then(i.bind(i,77855)),"@site/docs/api/service-api/versions/5.10/save-analytics-settings-using-put.api.mdx",77855],caf5215e:[()=>Promise.all([i.e(68592),i.e(76056)]).then(i.bind(i,89389)),"@site/docs/user-account/DataRetentionProcedure.md",89389],cb3e1b57:[()=>Promise.all([i.e(40532),i.e(68592),i.e(45887)]).then(i.bind(i,38547)),"@site/docs/api/service-api/delete-plugin-using-delete.api.mdx",38547],cb6692d1:[()=>Promise.all([i.e(40532),i.e(68592),i.e(70438)]).then(i.bind(i,5922)),"@site/docs/api/service-api/create-project-using-post.api.mdx",5922],cb7c035f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(50600)]).then(i.bind(i,64801)),"@site/docs/api/service-api/versions/5.10/get-all-dashboards-using-get.api.mdx",64801],cbbbe773:[()=>Promise.all([i.e(40532),i.e(68592),i.e(16438)]).then(i.bind(i,40159)),"@site/docs/api/api-design/user-api-keys.tag.mdx",40159],cbdda69f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(76678)]).then(i.bind(i,67987)),"@site/docs/api/service-api/activity-event-controller.tag.mdx",67987],cbf45c4e:[()=>Promise.all([i.e(40532),i.e(68592),i.e(55150)]).then(i.bind(i,30729)),"@site/docs/api/service-api/create-notification-using-post.api.mdx",30729],cbf7c031:[()=>Promise.all([i.e(40532),i.e(68592),i.e(67549)]).then(i.bind(i,52473)),"@site/docs/api/service-api/change-password-using-post.api.mdx",52473],cc167612:[()=>Promise.all([i.e(40532),i.e(68592),i.e(72111)]).then(i.bind(i,92822)),"@site/docs/api/service-api/update-launch-using-put.api.mdx",92822],cc38c2de:[()=>Promise.all([i.e(40532),i.e(68592),i.e(44403)]).then(i.bind(i,41419)),"@site/docs/api/service-api/create-user-by-admin-using-post-1.api.mdx",41419],cc67ee4e:[()=>Promise.all([i.e(40532),i.e(68592),i.e(33421)]).then(i.bind(i,6954)),"@site/docs/api/service-api/get-set-of-integration-system-fields-using-get.api.mdx",6954],cd8eed67:[()=>Promise.all([i.e(40532),i.e(68592),i.e(49010)]).then(i.bind(i,19612)),"@site/docs/api/service-api/get-latest-launches-using-get.api.mdx",19612],cdbcc403:[()=>Promise.all([i.e(68592),i.e(62039)]).then(i.bind(i,23255)),"@site/docs/features/VisualisationOfTestResults.md",23255],ce3486bd:[()=>Promise.all([i.e(40532),i.e(68592),i.e(61485)]).then(i.bind(i,14307)),"@site/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get.api.mdx",14307],ce42bfab:[()=>Promise.all([i.e(68592),i.e(50629)]).then(i.bind(i,54014)),"@site/docs/releases/Version5.6.3.md",54014],ce4e1b4c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(70224)]).then(i.bind(i,32578)),"@site/docs/api/service-api/versions/5.10/activity-event-controller.tag.mdx",32578],ce5c8c24:[()=>Promise.all([i.e(40532),i.e(68592),i.e(17270)]).then(i.bind(i,78329)),"@site/docs/api/service-api/update-notification-using-put.api.mdx",78329],ce8311e3:[()=>Promise.all([i.e(40532),i.e(68592),i.e(56361)]).then(i.bind(i,25627)),"@site/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get.api.mdx",25627],ce94b51d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(58677)]).then(i.bind(i,59482)),"@site/docs/api/service-api/versions/5.10/delete-test-item-using-delete.api.mdx",59482],cf0d3f50:[()=>Promise.all([i.e(40532),i.e(68592),i.e(25910)]).then(i.bind(i,31990)),"@site/docs/api/service-api/versions/5.10/upload-plugin-using-post.api.mdx",31990],cf1f907d:[()=>Promise.all([i.e(68592),i.e(83588)]).then(i.bind(i,36143)),"@site/docs/installation-steps/DeployWithoutDocker.md",36143],cf2bf76c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(70160)]).then(i.bind(i,6143)),"@site/docs/api/service-api/get-user-using-get-1.api.mdx",6143],cf8d475f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(85246)]).then(i.bind(i,36038)),"@site/docs/api/service-api/versions/5.10/change-password-using-post.api.mdx",36038],cf97a90f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(83276)]).then(i.bind(i,26045)),"@site/docs/api/service-api/get-test-item-by-uuid-using-get.api.mdx",26045],d008ba81:[()=>Promise.all([i.e(68592),i.e(83731)]).then(i.bind(i,48578)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit4.md",48578],d0121b59:[()=>Promise.all([i.e(68592),i.e(12166)]).then(i.bind(i,64146)),"@site/docs/quality-gates/IntegrationWithCICD/IntegrationWithBitrise.md",64146],d1c1fcdf:[()=>Promise.all([i.e(40532),i.e(68592),i.e(14553)]).then(i.bind(i,57931)),"@site/docs/api/service-api/link-external-issues-using-put.api.mdx",57931],d26eef7b:[()=>Promise.all([i.e(68592),i.e(53082)]).then(i.bind(i,54916)),"@site/docs/user-account/EditPersonalInformation.mdx",54916],d331ba2f:[()=>Promise.all([i.e(68592),i.e(4143)]).then(i.bind(i,43389)),"@site/docs/plugins/ManagePlugins.mdx",43389],d3439b27:[()=>Promise.all([i.e(40532),i.e(68592),i.e(76543)]).then(i.bind(i,30746)),"@site/docs/api/service-api/versions/5.10/get-attribute-values-using-get-1.api.mdx",30746],d34be79b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(27891)]).then(i.bind(i,83985)),"@site/docs/api/service-api/launch-async-controller.tag.mdx",83985],d46a91ed:[()=>Promise.all([i.e(40532),i.e(68592),i.e(78372)]).then(i.bind(i,6350)),"@site/docs/api/service-api/versions/5.10/compare-launches-using-get.api.mdx",6350],d46c85d9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(64186)]).then(i.bind(i,32314)),"@site/docs/api/service-uat/get-o-auth-settings-using-get-1.api.mdx",32314],d607720a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(88287)]).then(i.bind(i,10511)),"@site/docs/api/service-api/versions/5.10/edit-user-using-put.api.mdx",10511],d6f5cfb9:[()=>Promise.all([i.e(40532),i.e(68592),i.e(17535)]).then(i.bind(i,30043)),"@site/docs/api/service-api/get-all-project-names-using-get.api.mdx",30043],d771338a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(27034)]).then(i.bind(i,96192)),"@site/docs/api/service-api/delete-filter-using-delete.api.mdx",96192],d7c5d900:[()=>Promise.all([i.e(40532),i.e(68592),i.e(8238)]).then(i.bind(i,91852)),"@site/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get.api.mdx",91852],d825baa2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(88268)]).then(i.bind(i,94751)),"@site/docs/api/service-api/versions/5.10/unassign-project-users-using-put.api.mdx",94751],d8583e44:[()=>Promise.all([i.e(40532),i.e(68592),i.e(85594)]).then(i.bind(i,77275)),"@site/docs/api/service-api/handle-suggest-choose-using-put.api.mdx",77275],d8c91a6e:[()=>Promise.all([i.e(40532),i.e(68592),i.e(20654)]).then(i.bind(i,10555)),"@site/docs/api/service-api/versions/5.10/get-users-api-keys-using-get.api.mdx",10555],d8f7c5d2:[()=>Promise.all([i.e(68592),i.e(35858)]).then(i.bind(i,74332)),"@site/docs/developers-guides/PluginDevelopersGuide/index.md",74332],d9085f9d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(94692)]).then(i.bind(i,18883)),"@site/docs/api/service-api/versions/5.10/get-test-items-using-get-2.api.mdx",18883],d9fb2f5f:[()=>Promise.all([i.e(68592),i.e(68105)]).then(i.bind(i,68879)),"@site/docs/log-data-in-reportportal/test-framework-integration/Python/pytest.md",68879],da07b169:[()=>Promise.all([i.e(40532),i.e(68592),i.e(30362)]).then(i.bind(i,57416)),"@site/docs/api/service-api/versions/5.10/get-attribute-values-using-get.api.mdx",57416],da84d3ce:[()=>Promise.all([i.e(68592),i.e(95261)]).then(i.bind(i,14093)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber.md",14093],da920113:[()=>Promise.all([i.e(40532),i.e(68592),i.e(23255)]).then(i.bind(i,53363)),"@site/docs/api/service-api/versions/5.10/get-user-photo-using-get.api.mdx",53363],da9723b1:[()=>Promise.all([i.e(40532),i.e(68592),i.e(21833)]).then(i.bind(i,31946)),"@site/docs/api/service-api/get-test-items-using-get.api.mdx",31946],dadf679c:[()=>Promise.all([i.e(68592),i.e(97330)]).then(i.bind(i,34364)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit5.md",34364],db34055c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(25864)]).then(i.bind(i,99783)),"@site/docs/api/service-api/versions/5.10/get-test-item-activities-using-get.api.mdx",99783],db75d29b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(5185)]).then(i.bind(i,27425)),"@site/docs/api/service-api/versions/5.10/test-integration-connection-using-get-1.api.mdx",27425],dbee08c0:[()=>Promise.all([i.e(68592),i.e(36797)]).then(i.bind(i,99117)),"@site/docs/dashboards-and-widgets/LaunchExecutionAndIssueStatistic.mdx",99117],dbf12243:[()=>Promise.all([i.e(68592),i.e(27941)]).then(i.bind(i,41861)),"@site/docs/installation-steps-advanced/AdditionalConfigurationParameters.md",41861],dc2f4bb3:[()=>Promise.all([i.e(68592),i.e(74415)]).then(i.bind(i,97321)),"@site/docs/work-with-reports/HistoryOfLaunches.mdx",97321],dc5e99f0:[()=>Promise.all([i.e(40532),i.e(68592),i.e(48765)]).then(i.bind(i,18066)),"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put-1.api.mdx",18066],dce64afb:[()=>Promise.all([i.e(40532),i.e(68592),i.e(4497)]).then(i.bind(i,44674)),"@site/docs/api/service-api/versions/5.10/delete-global-integration-using-delete.api.mdx",44674],dd2c73e2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(58660)]).then(i.bind(i,58892)),"@site/docs/api/service-api/save-analytics-settings-using-put.api.mdx",58892],dd9cddc7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(63858)]).then(i.bind(i,40227)),"@site/docs/api/service-api/versions/5.10/get-myself-using-get.api.mdx",40227],ddb5b6fd:[()=>Promise.all([i.e(68592),i.e(55204)]).then(i.bind(i,36871)),"@site/docs/plugins/Monday.mdx",36871],de37d217:[()=>Promise.all([i.e(68592),i.e(50735)]).then(i.bind(i,14975)),"@site/docs/installation-steps/DeployViaGoogleCloudMarketplace.mdx",14975],de8a3f80:[()=>Promise.all([i.e(40532),i.e(68592),i.e(79303)]).then(i.bind(i,52280)),"@site/docs/api/service-api/versions/5.10/get-all-filters-names-using-get.api.mdx",52280],dec03848:[()=>Promise.all([i.e(40532),i.e(68592),i.e(47704)]).then(i.bind(i,72276)),"@site/docs/api/service-api/validate-info-using-get.api.mdx",72276],decfbba0:[()=>Promise.all([i.e(68592),i.e(48891)]).then(i.bind(i,91151)),"@site/docs/developers-guides/RetriesReporting.mdx",91151],def3d7ec:[()=>Promise.all([i.e(40532),i.e(68592),i.e(36415)]).then(i.bind(i,85223)),"@site/docs/api/service-api/finish-test-item-using-put.api.mdx",85223],dffd512f:[()=>Promise.all([i.e(68592),i.e(80720)]).then(i.bind(i,76571)),"@site/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Codecept.md",76571],e0542d43:[()=>Promise.all([i.e(40532),i.e(68592),i.e(4550)]).then(i.bind(i,45092)),"@site/docs/api/service-api/delete-log-using-delete.api.mdx",45092],e13299cf:[()=>Promise.all([i.e(40532),i.e(68592),i.e(57904)]).then(i.bind(i,50527)),"@site/docs/api/service-api/find-users-using-get-1.api.mdx",50527],e13968cd:[()=>Promise.all([i.e(68592),i.e(25272)]).then(i.bind(i,82667)),"@site/docs/developers-guides/PluginDevelopersGuide/PluginUIDevelopersGuide.md",82667],e1ab4fff:[()=>Promise.all([i.e(40532),i.e(68592),i.e(94744)]).then(i.bind(i,87441)),"@site/docs/api/service-api/versions/5.10/start-child-item-using-post.api.mdx",87441],e1af0ab1:[()=>Promise.all([i.e(40532),i.e(68592),i.e(74164)]).then(i.bind(i,22643)),"@site/docs/api/service-api/remove-widget-using-delete.api.mdx",22643],e1bea372:[()=>Promise.all([i.e(40532),i.e(68592),i.e(64708)]).then(i.bind(i,48465)),"@site/docs/api/service-api/get-user-bid-info-using-get-1.api.mdx",48465],e1f0e952:[()=>Promise.all([i.e(40532),i.e(68592),i.e(80194)]).then(i.bind(i,42697)),"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1.api.mdx",42697],e21651f5:[()=>Promise.all([i.e(40532),i.e(68592),i.e(47892)]).then(i.bind(i,7745)),"@site/docs/api/service-uat/versions/5.10/user-1.api.mdx",7745],e2b208a8:[()=>Promise.all([i.e(40532),i.e(68592),i.e(55899)]).then(i.bind(i,15729)),"@site/docs/api/service-api/get-all-projects-info-using-get.api.mdx",15729],e2e84060:[()=>Promise.all([i.e(40532),i.e(68592),i.e(15017)]).then(i.bind(i,96330)),"@site/docs/api/service-api/delete-project-using-delete.api.mdx",96330],e2f45cda:[()=>Promise.all([i.e(68592),i.e(34585)]).then(i.bind(i,57176)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Logback.md",57176],e3793912:[()=>Promise.all([i.e(68592),i.e(92251)]).then(i.bind(i,89728)),"@site/docs/releases/Version5.7.4.md",89728],e43ee211:[()=>Promise.all([i.e(40532),i.e(68592),i.e(26645)]).then(i.bind(i,73111)),"@site/docs/api/service-uat/sso-endpoint.tag.mdx",73111],e4b8d1f7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(24226)]).then(i.bind(i,61033)),"@site/docs/api/service-api/get-myself-using-get-3.api.mdx",61033],e4c82ea3:[()=>Promise.all([i.e(40532),i.e(68592),i.e(96602)]).then(i.bind(i,92944)),"@site/docs/api/service-api/user-controller.tag.mdx",92944],e4cd4c7a:[()=>Promise.all([i.e(68592),i.e(3703)]).then(i.bind(i,93664)),"@site/docs/releases/Version23.2.md",93664],e4ce6935:[()=>Promise.all([i.e(68592),i.e(80666)]).then(i.bind(i,39694)),"@site/docs/features/RichArtifactsInTestReports.md",39694],e512a86f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(66664)]).then(i.bind(i,86037)),"@site/docs/api/service-api/save-analytics-settings-using-post.api.mdx",86037],e52c2c66:[()=>Promise.all([i.e(40532),i.e(68592),i.e(28814)]).then(i.bind(i,27662)),"@site/docs/api/service-api/versions/5.10/update-project-integration-using-put.api.mdx",27662],e54b4d7a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(55762)]).then(i.bind(i,68657)),"@site/docs/api/service-api/get-widget-names-using-get.api.mdx",68657],e600351a:[()=>Promise.all([i.e(68592),i.e(20281)]).then(i.bind(i,3522)),"@site/docs/developers-guides/RerunDevelopersGuide.mdx",3522],e654d673:[()=>Promise.all([i.e(40532),i.e(68592),i.e(67642)]).then(i.bind(i,16262)),"@site/docs/api/service-api/versions/5.10/update-launch-using-put.api.mdx",16262],e6eaa71a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(22406)]).then(i.bind(i,18511)),"@site/docs/api/service-api/change-password-using-post-1.api.mdx",18511],e73dc58a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(18494)]).then(i.bind(i,11857)),"@site/docs/api/service-api/versions/5.10/launch-controller.tag.mdx",11857],e7598b37:[()=>Promise.all([i.e(40532),i.e(68592),i.e(39098)]).then(i.bind(i,52978)),"@site/docs/api/service-api/create-api-key-using-post-1.api.mdx",52978],e772b38e:[()=>Promise.all([i.e(68592),i.e(26451)]).then(i.bind(i,93142)),"@site/docs/plugins/AzureDevOps.mdx",93142],e888b9cf:[()=>Promise.all([i.e(40532),i.e(68592),i.e(85080)]).then(i.bind(i,92002)),"@site/docs/api/service-api/versions/5.10/start-root-item-using-post-1.api.mdx",92002],e8a7e98a:[()=>Promise.all([i.e(68592),i.e(27439)]).then(i.bind(i,31996)),"@site/docs/glossary/index.mdx",31996],e8be83b4:[()=>Promise.all([i.e(68592),i.e(20511)]).then(i.bind(i,44765)),"@site/docs/features/RealTimeReporting.md",44765],e962acdf:[()=>Promise.all([i.e(40532),i.e(68592),i.e(54931)]).then(i.bind(i,29494)),"@site/docs/api/service-api/delete-global-integration-using-delete.api.mdx",29494],e98178f6:[()=>Promise.all([i.e(40532),i.e(68592),i.e(3396)]).then(i.bind(i,82102)),"@site/docs/api/service-api/versions/5.10/get-project-using-get.api.mdx",82102],e9a76c81:[()=>Promise.all([i.e(68592),i.e(67979)]).then(i.bind(i,17171)),"@site/docs/case-studies/ReducingRegressionAnalysisEfforts.mdx",17171],e9add0da:[()=>Promise.all([i.e(40532),i.e(68592),i.e(7061)]).then(i.bind(i,84364)),"@site/docs/api/service-api/versions/5.10/test-integration-connection-using-get.api.mdx",84364],e9d600cd:[()=>Promise.all([i.e(68592),i.e(93834)]).then(i.bind(i,40294)),"@site/docs/releases/Version5.5.0.md",40294],ea49187a:[()=>Promise.all([i.e(68592),i.e(43854)]).then(i.bind(i,36892)),"@site/docs/terms-and-conditions/PremiumFeatures.md",36892],ea4a9d72:[()=>Promise.all([i.e(40532),i.e(68592),i.e(51335)]).then(i.bind(i,47153)),"@site/docs/api/service-api/export-using-get.api.mdx",47153],ea798e5d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(45087)]).then(i.bind(i,19567)),"@site/docs/api/service-api/get-suggested-items-using-get.api.mdx",19567],eab12d28:[()=>Promise.all([i.e(40532),i.e(68592),i.e(92271)]).then(i.bind(i,89804)),"@site/docs/api/service-api/get-my-photo-using-get.api.mdx",89804],eb1ed09f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(39062)]).then(i.bind(i,35232)),"@site/docs/api/service-api/versions/5.10/get-users-for-assign-using-get.api.mdx",35232],eb421efb:[()=>Promise.all([i.e(40532),i.e(68592),i.e(80397)]).then(i.bind(i,14695)),"@site/docs/api/service-api/versions/5.10/upload-photo-using-post.api.mdx",14695],eb564df5:[()=>Promise.all([i.e(40532),i.e(68592),i.e(89031)]).then(i.bind(i,10218)),"@site/docs/api/service-api/versions/5.10/remove-widget-using-delete.api.mdx",10218],eda4b510:[()=>Promise.all([i.e(40532),i.e(68592),i.e(5319)]).then(i.bind(i,34252)),"@site/docs/api/service-uat/delete-o-auth-setting-using-delete.api.mdx",34252],ee19645a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(98211)]).then(i.bind(i,17250)),"@site/docs/api/service-api/test-integration-connection-using-get-1.api.mdx",17250],ee9fcfd2:[()=>Promise.all([i.e(40532),i.e(68592),i.e(29609)]).then(i.bind(i,10284)),"@site/docs/api/service-uat/user-using-post-1.api.mdx",10284],eebb9f3e:[()=>Promise.all([i.e(68592),i.e(7145)]).then(i.bind(i,74496)),"@site/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingPGRepack.md",74496],eed39aaa:[()=>Promise.all([i.e(68592),i.e(35334)]).then(i.bind(i,46696)),"@site/docs/installation-steps-advanced/FileStorageOptions.md",46696],eee1a76f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(98940)]).then(i.bind(i,21145)),"@site/docs/api/service-api/versions/5.10/update-global-integration-using-put.api.mdx",21145],ef0722f6:[()=>Promise.all([i.e(40532),i.e(68592),i.e(71262)]).then(i.bind(i,11911)),"@site/docs/api/service-api/export-using-get-1.api.mdx",11911],ef389cd6:[()=>Promise.all([i.e(40532),i.e(68592),i.e(94396)]).then(i.bind(i,85902)),"@site/docs/api/service-api/get-global-integration-using-get.api.mdx",85902],ef593bfc:[()=>Promise.all([i.e(68592),i.e(67293)]).then(i.bind(i,9304)),"@site/docs/configuration/IntegrationViaPlugin.mdx",9304],ef6a085d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(51028)]).then(i.bind(i,80036)),"@site/docs/api/service-api/get-attribute-values-using-get.api.mdx",80036],ef6e5522:[()=>Promise.all([i.e(68592),i.e(72650)]).then(i.bind(i,44871)),"@site/docs/releases/Version5.3.3.md",44871],ef851841:[()=>Promise.all([i.e(68592),i.e(71627)]).then(i.bind(i,50127)),"@site/docs/log-data-in-reportportal/test-framework-integration/Net/SpecFlow.md",50127],ef9f26c9:[()=>i.e(58035).then(i.t.bind(i,26757,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-api-service-uat-5-10-4bd.json",26757],f039e5ac:[()=>Promise.all([i.e(40532),i.e(68592),i.e(77652)]).then(i.bind(i,43476)),"@site/docs/api/service-api/versions/5.10/get-widget-using-get.api.mdx",43476],f06e6a07:[()=>Promise.all([i.e(68592),i.e(98015)]).then(i.bind(i,56349)),"@site/docs/installation-steps-advanced/QuickStartWithGCPGKE.md",56349],f0f5300a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(16688)]).then(i.bind(i,43793)),"@site/docs/api/service-api/merge-launches-using-post-1.api.mdx",43793],f120f84a:[()=>Promise.all([i.e(40532),i.e(68592),i.e(44159)]).then(i.bind(i,78280)),"@site/docs/api/service-api/versions/5.10/delete-pattern-template-using-delete.api.mdx",78280],f14531dc:[()=>Promise.all([i.e(40532),i.e(68592),i.e(91091)]).then(i.bind(i,36367)),"@site/docs/api/service-api/import-launch-using-post.api.mdx",36367],f2495005:[()=>Promise.all([i.e(40532),i.e(68592),i.e(55710)]).then(i.bind(i,28377)),"@site/docs/api/service-api/integration-controller.tag.mdx",28377],f25e6f21:[()=>i.e(4084).then(i.t.bind(i,52537,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-authorization-c6b.json",52537],f2c96c5d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(56048)]).then(i.bind(i,36802)),"@site/docs/api/service-api/versions/5.10/create-user-using-post.api.mdx",36802],f37d4a2b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(61385)]).then(i.bind(i,22923)),"@site/docs/api/api-design/suggestions.tag.mdx",22923],f3a754c4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(4433)]).then(i.bind(i,9559)),"@site/docs/api/service-api/versions/5.10/launch-async-controller.tag.mdx",9559],f3d4cbab:[()=>Promise.all([i.e(40532),i.e(68592),i.e(4075)]).then(i.bind(i,12178)),"@site/docs/api/service-api/update-project-notification-config-using-put.api.mdx",12178],f3ef781b:[()=>Promise.all([i.e(40532),i.e(68592),i.e(96429)]).then(i.bind(i,27319)),"@site/docs/api/service-uat/versions/5.10/get-settings.api.mdx",27319],f4528bb6:[()=>Promise.all([i.e(40532),i.e(68592),i.e(16055)]).then(i.bind(i,73829)),"@site/docs/api/service-api/versions/5.10/delete-user-using-delete.api.mdx",73829],f4cba3b6:[()=>Promise.all([i.e(40532),i.e(68592),i.e(19385)]).then(i.bind(i,89962)),"@site/docs/api/service-api/get-test-items-using-get-1.api.mdx",89962],f58ab7d7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(63128)]).then(i.bind(i,79196)),"@site/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get.api.mdx",79196],f5968bd7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(73580)]).then(i.bind(i,93201)),"@site/docs/api/service-api/get-project-info-using-get.api.mdx",93201],f606e04f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(82327)]).then(i.bind(i,67086)),"@site/docs/api/service-api/versions/5.10/update-plugin-state-using-put.api.mdx",67086],f69ed20f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(76894)]).then(i.bind(i,88473)),"@site/docs/api/service-api/get-myself-using-get-2.api.mdx",88473],f6b5f999:[()=>Promise.all([i.e(40532),i.e(68592),i.e(38648)]).then(i.bind(i,48836)),"@site/docs/api/service-api/get-file-using-get.api.mdx",48836],f6d78023:[()=>Promise.all([i.e(40532),i.e(68592),i.e(89016)]).then(i.bind(i,8739)),"@site/docs/configuration/index.md",8739],f6e7257d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(88225)]).then(i.bind(i,5666)),"@site/docs/api/service-api/versions/5.10/get-user-filters-using-get.api.mdx",5666],f73564bb:[()=>Promise.all([i.e(40532),i.e(68592),i.e(72470)]).then(i.bind(i,31693)),"@site/docs/api/service-api/assign-project-users-using-put.api.mdx",31693],f7444008:[()=>Promise.all([i.e(68592),i.e(70973)]).then(i.bind(i,27881)),"@site/docs/dashboards-and-widgets/LaunchesTable.mdx",27881],f7aeb356:[()=>Promise.all([i.e(40532),i.e(68592),i.e(67689)]).then(i.bind(i,50760)),"@site/docs/api/service-api/finish-launch-using-put-1.api.mdx",50760],f7b79a00:[()=>i.e(63109).then(i.t.bind(i,72503,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-loggers-750.json",72503],f7fb2d51:[()=>Promise.all([i.e(40532),i.e(68592),i.e(74439)]).then(i.bind(i,36884)),"@site/docs/api/service-api/versions/5.10/validate-info-using-get.api.mdx",36884],f882977e:[()=>Promise.all([i.e(40532),i.e(68592),i.e(97850)]).then(i.bind(i,39579)),"@site/docs/api/service-api/plugin-public-controller.tag.mdx",39579],f8f4312c:[()=>Promise.all([i.e(40532),i.e(68592),i.e(87069)]).then(i.bind(i,17779)),"@site/docs/api/service-api/test-item-controller.tag.mdx",17779],fa1a9465:[()=>Promise.all([i.e(40532),i.e(68592),i.e(86806)]).then(i.bind(i,22703)),"@site/docs/api/service-uat/update-o-auth-settings-using-post.api.mdx",22703],fa7527f5:[()=>Promise.all([i.e(68592),i.e(68125)]).then(i.bind(i,69904)),"@site/docs/releases/Version5.7.1.md",69904],fa9fa18e:[()=>Promise.all([i.e(40532),i.e(68592),i.e(15620)]).then(i.bind(i,15821)),"@site/docs/api/service-uat/auth-configuration-endpoint.tag.mdx",15821],fb2c10d0:[()=>Promise.all([i.e(68592),i.e(39779)]).then(i.bind(i,61557)),"@site/docs/work-with-reports/FilteringLaunches.mdx",61557],fb391353:[()=>Promise.all([i.e(68592),i.e(43540)]).then(i.bind(i,88034)),"@site/docs/admin-panel/AllUsersPage.mdx",88034],fba7bb0f:[()=>Promise.all([i.e(40532),i.e(68592),i.e(26498)]).then(i.bind(i,96028)),"@site/docs/api/service-api/versions/5.10/get-server-settings-using-get.api.mdx",96028],fbb8b522:[()=>Promise.all([i.e(40532),i.e(68592),i.e(54131)]).then(i.bind(i,37278)),"@site/docs/api/service-api/versions/5.10/get-activities-using-post.api.mdx",37278],fbd97956:[()=>Promise.all([i.e(40532),i.e(68592),i.e(77829)]).then(i.bind(i,65980)),"@site/docs/api/service-api/versions/5.10/get-suggested-items-using-get.api.mdx",65980],fbe11c2d:[()=>Promise.all([i.e(40532),i.e(68592),i.e(11087)]).then(i.bind(i,19615)),"@site/docs/api/service-api/versions/5.10/reportportal.info.mdx",19615],fbe4c47e:[()=>Promise.all([i.e(68592),i.e(48893)]).then(i.bind(i,57673)),"@site/docs/dashboards-and-widgets/TestCasesGrowthTrendChart.mdx",57673],fc0225c3:[()=>Promise.all([i.e(40532),i.e(68592),i.e(57168)]).then(i.bind(i,51313)),"@site/docs/api/service-api/get-logs-under-using-post.api.mdx",51313],fc3a4118:[()=>Promise.all([i.e(40532),i.e(68592),i.e(74639)]).then(i.bind(i,25860)),"@site/docs/api/service-api/get-project-integrations-using-get-1.api.mdx",25860],fc4f9677:[()=>Promise.all([i.e(40532),i.e(68592),i.e(1473)]).then(i.bind(i,37421)),"@site/docs/installation-steps/index.md",37421],fc56fef7:[()=>Promise.all([i.e(40532),i.e(68592),i.e(6486)]).then(i.bind(i,16551)),"@site/docs/api/service-api/settings-controller.tag.mdx",16551],fc5c2de4:[()=>Promise.all([i.e(40532),i.e(68592),i.e(67255)]).then(i.bind(i,7315)),"@site/docs/dashboards-and-widgets/index.md",7315],fd1dd87b:[()=>Promise.all([i.e(68592),i.e(2510)]).then(i.bind(i,89663)),"@site/docs/releases/Version5.7.3.md",89663],fd64f10f:[()=>Promise.all([i.e(68592),i.e(18467)]).then(i.bind(i,23461)),"@site/docs/log-data-in-reportportal/test-framework-integration/Java/index.md",23461],fd8f6816:[()=>Promise.all([i.e(40532),i.e(68592),i.e(45871)]).then(i.bind(i,94455)),"@site/docs/api/service-uat/create-auth-integration-using-post.api.mdx",94455],fe8decdd:[()=>Promise.all([i.e(68592),i.e(84673)]).then(i.bind(i,68313)),"@site/docs/work-with-reports/SystemAttributes.mdx",68313],fea2b63c:[()=>Promise.all([i.e(68592),i.e(73938)]).then(i.bind(i,29399)),"@site/docs/quality-gates/FeatureOverview.md",29399],feeadb31:[()=>Promise.all([i.e(40532),i.e(68592),i.e(88108)]).then(i.bind(i,12963)),"@site/docs/api/service-api/update-launches-using-put.api.mdx",12963]};var o=i(85893);function c(e){let{error:t,retry:i,pastDelay:s}=e;return t?(0,o.jsxs)("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"},children:[(0,o.jsx)("p",{children:String(t)}),(0,o.jsx)("div",{children:(0,o.jsx)("button",{type:"button",onClick:i,children:"Retry"})})]}):s?(0,o.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,o.jsx)("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb",children:(0,o.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,o.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,o.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,o.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,o.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,o.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,o.jsx)("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"})})]})})}):null}var p=i(99670),d=i(30226);function l(e,t){if("*"===e)return a()({loading:c,loader:()=>Promise.all([i.e(40532),i.e(26731),i.e(51772)]).then(i.bind(i,51772)),modules:["@theme/NotFound"],webpack:()=>[51772],render(e,t){const i=e.default;return(0,o.jsx)(d.z,{value:{plugin:{name:"native",id:"default"}},children:(0,o.jsx)(i,{...t})})}});const s=n[`${e}-${t}`],l={},u=[],g=[],f=(0,p.Z)(s);return Object.entries(f).forEach((e=>{let[t,i]=e;const s=r[i];s&&(l[t]=s[0],u.push(s[1]),g.push(s[2]))})),a().Map({loading:c,loader:l,modules:u,webpack:()=>g,render(t,i){const a=JSON.parse(JSON.stringify(s));Object.entries(t).forEach((t=>{let[i,s]=t;const n=s.default;if(!n)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof n&&"function"!=typeof n||Object.keys(s).filter((e=>"default"!==e)).forEach((e=>{n[e]=s[e]}));let r=a;const o=i.split(".");o.slice(0,-1).forEach((e=>{r=r[e]})),r[o[o.length-1]]=n}));const n=a.__comp;delete a.__comp;const r=a.__context;delete a.__context;const c=a.__props;return delete a.__props,(0,o.jsx)(d.z,{value:r,children:(0,o.jsx)(n,{...a,...c,...i})})}})}const u=[{path:"/docs/search",component:l("/docs/search","320"),exact:!0},{path:"/docs/",component:l("/docs/","30a"),routes:[{path:"/docs/",component:l("/docs/","b04"),routes:[{path:"/docs/",component:l("/docs/","fc6"),routes:[{path:"/docs/admin-panel/",component:l("/docs/admin-panel/","2ff"),exact:!0,sidebar:"docs"},{path:"/docs/admin-panel/AllProjectsPage",component:l("/docs/admin-panel/AllProjectsPage","a57"),exact:!0,sidebar:"docs"},{path:"/docs/admin-panel/AllUsersPage",component:l("/docs/admin-panel/AllUsersPage","be8"),exact:!0,sidebar:"docs"},{path:"/docs/admin-panel/EventMonitoring",component:l("/docs/admin-panel/EventMonitoring","732"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/",component:l("/docs/analysis/","c68"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/AutoAnalysisOfLaunches",component:l("/docs/analysis/AutoAnalysisOfLaunches","497"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/HowModelsAreRetrained",component:l("/docs/analysis/HowModelsAreRetrained","e29"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/ImmediateAutoAnalysis",component:l("/docs/analysis/ImmediateAutoAnalysis","9c7"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/ImmediatePatternAnalysis",component:l("/docs/analysis/ImmediatePatternAnalysis","399"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/ManualAnalysis",component:l("/docs/analysis/ManualAnalysis","79f"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/MLSuggestions",component:l("/docs/analysis/MLSuggestions","dd3"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/PatternAnalysis",component:l("/docs/analysis/PatternAnalysis","54b"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/SearchForTheSimilarToInvestigateItems",component:l("/docs/analysis/SearchForTheSimilarToInvestigateItems","b3e"),exact:!0,sidebar:"docs"},{path:"/docs/analysis/UniqueErrorAnalysis",component:l("/docs/analysis/UniqueErrorAnalysis","6de"),exact:!0,sidebar:"docs"},{path:"/docs/api/api-design/activities",component:l("/docs/api/api-design/activities","f11"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/activities-search",component:l("/docs/api/api-design/activities-search","2f1"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/delete-users-user-id-api-keys-key-id",component:l("/docs/api/api-design/delete-users-user-id-api-keys-key-id","573"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/get-project-suggestions",component:l("/docs/api/api-design/get-project-suggestions","3e0"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/get-user-api-keys",component:l("/docs/api/api-design/get-user-api-keys","0db"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/post-users-user-id-api-keys",component:l("/docs/api/api-design/post-users-user-id-api-keys","6db"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/projects",component:l("/docs/api/api-design/projects","eb4"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/reportportal-api",component:l("/docs/api/api-design/reportportal-api","daa"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/suggestions",component:l("/docs/api/api-design/suggestions","6fc"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/api-design/user-api-keys",component:l("/docs/api/api-design/user-api-keys","06e"),exact:!0,sidebar:"apiDesign"},{path:"/docs/api/intro",component:l("/docs/api/intro","a3f"),exact:!0,sidebar:"apiOverview"},{path:"/docs/api/service-api/activity-controller",component:l("/docs/api/service-api/activity-controller","c88"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/activity-event-controller",component:l("/docs/api/service-api/activity-event-controller","303"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/add-user-preference-using-put",component:l("/docs/api/service-api/add-user-preference-using-put","1bc"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/add-widget-using-put",component:l("/docs/api/service-api/add-widget-using-put","827"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/assign-project-users-using-put",component:l("/docs/api/service-api/assign-project-users-using-put","f33"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/bug-tracking-system-controller",component:l("/docs/api/service-api/bug-tracking-system-controller","71b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/bulk-force-finish-using-put",component:l("/docs/api/service-api/bulk-force-finish-using-put","5ad"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/bulk-update-using-put",component:l("/docs/api/service-api/bulk-update-using-put","734"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/bulk-update-using-put-1",component:l("/docs/api/service-api/bulk-update-using-put-1","ad8"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/change-password-using-post",component:l("/docs/api/service-api/change-password-using-post","2b5"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/change-password-using-post-1",component:l("/docs/api/service-api/change-password-using-post-1","832"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/compare-launches-using-get",component:l("/docs/api/service-api/compare-launches-using-get","937"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-api-key-using-post",component:l("/docs/api/service-api/create-api-key-using-post","61a"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-api-key-using-post-1",component:l("/docs/api/service-api/create-api-key-using-post-1","dec"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-clusters-using-post",component:l("/docs/api/service-api/create-clusters-using-post","b7f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-dashboard-using-post",component:l("/docs/api/service-api/create-dashboard-using-post","baa"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-filter-using-post",component:l("/docs/api/service-api/create-filter-using-post","d83"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-global-integration-using-post",component:l("/docs/api/service-api/create-global-integration-using-post","4e9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-issue-using-post",component:l("/docs/api/service-api/create-issue-using-post","152"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-log-entry-using-post",component:l("/docs/api/service-api/create-log-entry-using-post","907"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-log-entry-using-post-1",component:l("/docs/api/service-api/create-log-entry-using-post-1","6c7"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-log-using-post",component:l("/docs/api/service-api/create-log-using-post","b41"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-log-using-post-1",component:l("/docs/api/service-api/create-log-using-post-1","af4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-notification-using-post",component:l("/docs/api/service-api/create-notification-using-post","f08"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-pattern-template-using-post",component:l("/docs/api/service-api/create-pattern-template-using-post","5f4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-project-integration-using-post",component:l("/docs/api/service-api/create-project-integration-using-post","cd1"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-project-issue-sub-type-using-post",component:l("/docs/api/service-api/create-project-issue-sub-type-using-post","e25"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-project-using-post",component:l("/docs/api/service-api/create-project-using-post","6da"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-user-bid-using-post",component:l("/docs/api/service-api/create-user-bid-using-post","5c3"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-user-bid-using-post-1",component:l("/docs/api/service-api/create-user-bid-using-post-1","b57"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-user-by-admin-using-post",component:l("/docs/api/service-api/create-user-by-admin-using-post","7ff"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-user-by-admin-using-post-1",component:l("/docs/api/service-api/create-user-by-admin-using-post-1","d87"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-user-using-post",component:l("/docs/api/service-api/create-user-using-post","c51"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-user-using-post-1",component:l("/docs/api/service-api/create-user-using-post-1","e1e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/create-widget-using-post",component:l("/docs/api/service-api/create-widget-using-post","7bc"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/dashboard-controller",component:l("/docs/api/service-api/dashboard-controller","cae"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/define-test-item-issue-type-using-put",component:l("/docs/api/service-api/define-test-item-issue-type-using-put","b3a"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-all-integrations-using-delete",component:l("/docs/api/service-api/delete-all-integrations-using-delete","f01"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-all-project-integrations-using-delete",component:l("/docs/api/service-api/delete-all-project-integrations-using-delete","0d7"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-api-key-using-delete",component:l("/docs/api/service-api/delete-api-key-using-delete","ba2"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-api-key-using-delete-1",component:l("/docs/api/service-api/delete-api-key-using-delete-1","e20"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-dashboard-using-delete",component:l("/docs/api/service-api/delete-dashboard-using-delete","cd3"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-filter-using-delete",component:l("/docs/api/service-api/delete-filter-using-delete","f1d"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-global-integration-using-delete",component:l("/docs/api/service-api/delete-global-integration-using-delete","d0b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-launch-using-delete",component:l("/docs/api/service-api/delete-launch-using-delete","92e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-launches-using-delete",component:l("/docs/api/service-api/delete-launches-using-delete","e40"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-log-using-delete",component:l("/docs/api/service-api/delete-log-using-delete","0c4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-notification-using-delete",component:l("/docs/api/service-api/delete-notification-using-delete","5d5"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-pattern-template-using-delete",component:l("/docs/api/service-api/delete-pattern-template-using-delete","923"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-photo-using-delete",component:l("/docs/api/service-api/delete-photo-using-delete","b0d"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-plugin-using-delete",component:l("/docs/api/service-api/delete-plugin-using-delete","309"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-project-index-using-delete",component:l("/docs/api/service-api/delete-project-index-using-delete","8fc"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-project-integration-using-delete",component:l("/docs/api/service-api/delete-project-integration-using-delete","81f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-project-issue-sub-type-using-delete",component:l("/docs/api/service-api/delete-project-issue-sub-type-using-delete","787"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-project-using-delete",component:l("/docs/api/service-api/delete-project-using-delete","9f5"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-project-using-delete-1",component:l("/docs/api/service-api/delete-project-using-delete-1","36d"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-test-item-using-delete",component:l("/docs/api/service-api/delete-test-item-using-delete","410"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-test-items-using-delete",component:l("/docs/api/service-api/delete-test-items-using-delete","f59"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-user-using-delete",component:l("/docs/api/service-api/delete-user-using-delete","1ac"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-user-using-delete-1",component:l("/docs/api/service-api/delete-user-using-delete-1","15e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-users-using-delete",component:l("/docs/api/service-api/delete-users-using-delete","18c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/delete-users-using-delete-1",component:l("/docs/api/service-api/delete-users-using-delete-1","01b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/demo-data-controller",component:l("/docs/api/service-api/demo-data-controller","5bb"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/deprecated-user-controller",component:l("/docs/api/service-api/deprecated-user-controller","e79"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/edit-user-using-put",component:l("/docs/api/service-api/edit-user-using-put","b25"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/edit-user-using-put-1",component:l("/docs/api/service-api/edit-user-using-put-1","e32"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/execute-integration-command-using-put",component:l("/docs/api/service-api/execute-integration-command-using-put","ebc"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/execute-plugin-command-using-put",component:l("/docs/api/service-api/execute-plugin-command-using-put","db4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/execute-public-plugin-command-using-put",component:l("/docs/api/service-api/execute-public-plugin-command-using-put","f6f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/export-projects-using-get",component:l("/docs/api/service-api/export-projects-using-get","260"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/export-using-get",component:l("/docs/api/service-api/export-using-get","4eb"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/export-using-get-1",component:l("/docs/api/service-api/export-using-get-1","3f9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/file-storage-controller",component:l("/docs/api/service-api/file-storage-controller","014"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/find-users-using-get",component:l("/docs/api/service-api/find-users-using-get","fab"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/find-users-using-get-1",component:l("/docs/api/service-api/find-users-using-get-1","de7"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/finish-launch-using-put",component:l("/docs/api/service-api/finish-launch-using-put","d4a"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/finish-launch-using-put-1",component:l("/docs/api/service-api/finish-launch-using-put-1","556"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/finish-test-item-using-put",component:l("/docs/api/service-api/finish-test-item-using-put","e3a"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/finish-test-item-using-put-1",component:l("/docs/api/service-api/finish-test-item-using-put-1","886"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/force-finish-launch-using-put",component:l("/docs/api/service-api/force-finish-launch-using-put","3d0"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/generate-using-post",component:l("/docs/api/service-api/generate-using-post","5f9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-activities-using-post",component:l("/docs/api/service-api/get-activities-using-post","800"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-activity-using-get",component:l("/docs/api/service-api/get-activity-using-get","625"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-dashboards-using-get",component:l("/docs/api/service-api/get-all-dashboards-using-get","a04"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-filters-names-using-get",component:l("/docs/api/service-api/get-all-filters-names-using-get","616"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-filters-using-get",component:l("/docs/api/service-api/get-all-filters-using-get","5d2"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-launch-names-using-get",component:l("/docs/api/service-api/get-all-launch-names-using-get","a28"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-owners-using-get",component:l("/docs/api/service-api/get-all-owners-using-get","b4f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-project-names-using-get",component:l("/docs/api/service-api/get-all-project-names-using-get","39c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-all-projects-info-using-get",component:l("/docs/api/service-api/get-all-projects-info-using-get","16b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-allowable-issue-types-using-get",component:l("/docs/api/service-api/get-allowable-issue-types-using-get","c7b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-allowable-issue-types-using-get-1",component:l("/docs/api/service-api/get-allowable-issue-types-using-get-1","53c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-analyzer-indexing-status-using-get",component:l("/docs/api/service-api/get-analyzer-indexing-status-using-get","f01"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-keys-for-project-using-get",component:l("/docs/api/service-api/get-attribute-keys-for-project-using-get","51f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-keys-using-get",component:l("/docs/api/service-api/get-attribute-keys-using-get","d75"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-keys-using-get-1",component:l("/docs/api/service-api/get-attribute-keys-using-get-1","f42"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-keys-using-get-2",component:l("/docs/api/service-api/get-attribute-keys-using-get-2","d3c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-values-using-get",component:l("/docs/api/service-api/get-attribute-values-using-get","f43"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-values-using-get-1",component:l("/docs/api/service-api/get-attribute-values-using-get-1","456"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-attribute-values-using-get-2",component:l("/docs/api/service-api/get-attribute-values-using-get-2","f46"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-clusters-using-get",component:l("/docs/api/service-api/get-clusters-using-get","327"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-dashboard-using-get",component:l("/docs/api/service-api/get-dashboard-using-get","717"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-debug-launches-using-get",component:l("/docs/api/service-api/get-debug-launches-using-get","c0e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-error-page-using-get",component:l("/docs/api/service-api/get-error-page-using-get","d01"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-file-using-get",component:l("/docs/api/service-api/get-file-using-get","b43"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-filter-using-get",component:l("/docs/api/service-api/get-filter-using-get","385"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-global-integration-using-get",component:l("/docs/api/service-api/get-global-integration-using-get","dd4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-global-integrations-using-get",component:l("/docs/api/service-api/get-global-integrations-using-get","1a1"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-global-integrations-using-get-1",component:l("/docs/api/service-api/get-global-integrations-using-get-1","be9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-items-history-using-get",component:l("/docs/api/service-api/get-items-history-using-get","909"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-latest-launches-using-get",component:l("/docs/api/service-api/get-latest-launches-using-get","c62"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-launch-by-uuid-using-get",component:l("/docs/api/service-api/get-launch-by-uuid-using-get","8e4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-launch-report-using-get",component:l("/docs/api/service-api/get-launch-report-using-get","6ca"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-launch-using-get",component:l("/docs/api/service-api/get-launch-using-get","63b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-log-by-uuid-using-get",component:l("/docs/api/service-api/get-log-by-uuid-using-get","d45"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-log-using-get",component:l("/docs/api/service-api/get-log-using-get","121"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-logs-under-using-post",component:l("/docs/api/service-api/get-logs-under-using-post","e2b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-logs-using-get",component:l("/docs/api/service-api/get-logs-using-get","cbb"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-my-photo-using-get",component:l("/docs/api/service-api/get-my-photo-using-get","7c0"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-myself-using-get",component:l("/docs/api/service-api/get-myself-using-get","0a4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-myself-using-get-1",component:l("/docs/api/service-api/get-myself-using-get-1","1a3"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-myself-using-get-2",component:l("/docs/api/service-api/get-myself-using-get-2","86f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-myself-using-get-3",component:l("/docs/api/service-api/get-myself-using-get-3","393"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-nested-items-using-get",component:l("/docs/api/service-api/get-nested-items-using-get","b8b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-notifications-using-get",component:l("/docs/api/service-api/get-notifications-using-get","250"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-page-number-using-get",component:l("/docs/api/service-api/get-page-number-using-get","e73"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-plugins-using-get",component:l("/docs/api/service-api/get-plugins-using-get","3ce"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-plugins-using-get-1",component:l("/docs/api/service-api/get-plugins-using-get-1","b17"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-info-using-get",component:l("/docs/api/service-api/get-project-info-using-get","7a2"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-integration-using-get",component:l("/docs/api/service-api/get-project-integration-using-get","607"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-integrations-using-get",component:l("/docs/api/service-api/get-project-integrations-using-get","b7c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-integrations-using-get-1",component:l("/docs/api/service-api/get-project-integrations-using-get-1","f3b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-launches-using-get",component:l("/docs/api/service-api/get-project-launches-using-get","7b9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-settings-using-get",component:l("/docs/api/service-api/get-project-settings-using-get","97c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-subject-name-using-get",component:l("/docs/api/service-api/get-project-subject-name-using-get","49b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-users-using-get",component:l("/docs/api/service-api/get-project-users-using-get","82f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-users-using-get-1",component:l("/docs/api/service-api/get-project-users-using-get-1","c2e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-using-get",component:l("/docs/api/service-api/get-project-using-get","c8e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-project-widget-using-get",component:l("/docs/api/service-api/get-project-widget-using-get","38f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-public-file-using-get",component:l("/docs/api/service-api/get-public-file-using-get","bc9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-server-settings-using-get",component:l("/docs/api/service-api/get-server-settings-using-get","1d1"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-set-of-integration-system-fields-using-get",component:l("/docs/api/service-api/get-set-of-integration-system-fields-using-get","52e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-set-of-integration-system-fields-using-get-1",component:l("/docs/api/service-api/get-set-of-integration-system-fields-using-get-1","ca4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-statuses-using-get",component:l("/docs/api/service-api/get-statuses-using-get","dd1"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-suggested-cluster-items-using-get",component:l("/docs/api/service-api/get-suggested-cluster-items-using-get","bfa"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-suggested-items-using-get",component:l("/docs/api/service-api/get-suggested-items-using-get","d00"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-item-activities-using-get",component:l("/docs/api/service-api/get-test-item-activities-using-get","6aa"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-item-by-uuid-using-get",component:l("/docs/api/service-api/get-test-item-by-uuid-using-get","231"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-item-using-get",component:l("/docs/api/service-api/get-test-item-using-get","a4c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-items-using-get",component:l("/docs/api/service-api/get-test-items-using-get","159"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-items-using-get-1",component:l("/docs/api/service-api/get-test-items-using-get-1","0c0"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-items-using-get-2",component:l("/docs/api/service-api/get-test-items-using-get-2","f6e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-test-items-v-2-using-get",component:l("/docs/api/service-api/get-test-items-v-2-using-get","957"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-ticket-ids-for-project-using-get",component:l("/docs/api/service-api/get-ticket-ids-for-project-using-get","788"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-ticket-ids-using-get",component:l("/docs/api/service-api/get-ticket-ids-using-get","151"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-ticket-using-get",component:l("/docs/api/service-api/get-ticket-using-get","17c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-bid-info-using-get",component:l("/docs/api/service-api/get-user-bid-info-using-get","901"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-bid-info-using-get-1",component:l("/docs/api/service-api/get-user-bid-info-using-get-1","87d"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-filters-using-get",component:l("/docs/api/service-api/get-user-filters-using-get","4ca"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-photo-using-get",component:l("/docs/api/service-api/get-user-photo-using-get","b2b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-preference-using-get",component:l("/docs/api/service-api/get-user-preference-using-get","5ed"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-projects-using-get",component:l("/docs/api/service-api/get-user-projects-using-get","7a6"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-projects-using-get-1",component:l("/docs/api/service-api/get-user-projects-using-get-1","955"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-using-get",component:l("/docs/api/service-api/get-user-using-get","701"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-user-using-get-1",component:l("/docs/api/service-api/get-user-using-get-1","209"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-users-api-keys-using-get",component:l("/docs/api/service-api/get-users-api-keys-using-get","0d7"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-users-api-keys-using-get-1",component:l("/docs/api/service-api/get-users-api-keys-using-get-1","e7b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-users-for-assign-using-get",component:l("/docs/api/service-api/get-users-for-assign-using-get","d56"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-users-using-get",component:l("/docs/api/service-api/get-users-using-get","830"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-users-using-get-1",component:l("/docs/api/service-api/get-users-using-get-1","6f2"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-widget-names-using-get",component:l("/docs/api/service-api/get-widget-names-using-get","b37"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-widget-preview-using-post",component:l("/docs/api/service-api/get-widget-preview-using-post","369"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-widget-using-get",component:l("/docs/api/service-api/get-widget-using-get","148"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/get-widget-using-get-1",component:l("/docs/api/service-api/get-widget-using-get-1","637"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/handle-suggest-choose-using-put",component:l("/docs/api/service-api/handle-suggest-choose-using-put","afd"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/import-launch-using-post",component:l("/docs/api/service-api/import-launch-using-post","c51"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/index-project-data-using-put",component:l("/docs/api/service-api/index-project-data-using-put","fa0"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/integration-controller",component:l("/docs/api/service-api/integration-controller","3b4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/is-restore-password-bid-exist-using-get",component:l("/docs/api/service-api/is-restore-password-bid-exist-using-get","006"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/is-restore-password-bid-exist-using-get-1",component:l("/docs/api/service-api/is-restore-password-bid-exist-using-get-1","51b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/launch-async-controller",component:l("/docs/api/service-api/launch-async-controller","19b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/launch-controller",component:l("/docs/api/service-api/launch-controller","83b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/link-external-issues-using-put",component:l("/docs/api/service-api/link-external-issues-using-put","676"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/log-async-controller",component:l("/docs/api/service-api/log-async-controller","8b1"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/log-controller",component:l("/docs/api/service-api/log-controller","75e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/merge-launches-using-post",component:l("/docs/api/service-api/merge-launches-using-post","c9e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/merge-launches-using-post-1",component:l("/docs/api/service-api/merge-launches-using-post-1","576"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/on-boarding-using-get",component:l("/docs/api/service-api/on-boarding-using-get","e3f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/onboarding-controller",component:l("/docs/api/service-api/onboarding-controller","62b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/plugin-controller",component:l("/docs/api/service-api/plugin-controller","93e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/plugin-public-controller",component:l("/docs/api/service-api/plugin-public-controller","433"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/project-controller",component:l("/docs/api/service-api/project-controller","882"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/project-settings-controller",component:l("/docs/api/service-api/project-settings-controller","1e4"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/remove-attachments-by-csv-using-post",component:l("/docs/api/service-api/remove-attachments-by-csv-using-post","5ca"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/remove-user-preference-using-delete",component:l("/docs/api/service-api/remove-user-preference-using-delete","818"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/remove-widget-using-delete",component:l("/docs/api/service-api/remove-widget-using-delete","575"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/reportportal",component:l("/docs/api/service-api/reportportal","a93"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/reset-password-using-post",component:l("/docs/api/service-api/reset-password-using-post","c3a"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/reset-password-using-post-1",component:l("/docs/api/service-api/reset-password-using-post-1","832"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/restore-password-using-post",component:l("/docs/api/service-api/restore-password-using-post","e58"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/restore-password-using-post-1",component:l("/docs/api/service-api/restore-password-using-post-1","c94"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/save-analytics-settings-using-post",component:l("/docs/api/service-api/save-analytics-settings-using-post","658"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/save-analytics-settings-using-put",component:l("/docs/api/service-api/save-analytics-settings-using-put","9e2"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/search-for-user-using-get",component:l("/docs/api/service-api/search-for-user-using-get","e7e"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/search-logs-using-post",component:l("/docs/api/service-api/search-logs-using-post","884"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/search-project-names-using-get",component:l("/docs/api/service-api/search-project-names-using-get","4fe"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/settings-controller",component:l("/docs/api/service-api/settings-controller","ea2"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-child-item-using-post",component:l("/docs/api/service-api/start-child-item-using-post","293"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-child-item-using-post-1",component:l("/docs/api/service-api/start-child-item-using-post-1","f98"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-launch-analyzer-using-post",component:l("/docs/api/service-api/start-launch-analyzer-using-post","8a8"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-launch-using-post",component:l("/docs/api/service-api/start-launch-using-post","dae"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-launch-using-post-1",component:l("/docs/api/service-api/start-launch-using-post-1","f5f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-root-item-using-post",component:l("/docs/api/service-api/start-root-item-using-post","655"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/start-root-item-using-post-1",component:l("/docs/api/service-api/start-root-item-using-post-1","f6c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/test-integration-connection-using-get",component:l("/docs/api/service-api/test-integration-connection-using-get","b0c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/test-integration-connection-using-get-1",component:l("/docs/api/service-api/test-integration-connection-using-get-1","dd3"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/test-item-async-controller",component:l("/docs/api/service-api/test-item-async-controller","620"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/test-item-controller",component:l("/docs/api/service-api/test-item-controller","d74"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/unassign-project-users-using-put",component:l("/docs/api/service-api/unassign-project-users-using-put","98c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/unlink-external-issues-using-put",component:l("/docs/api/service-api/unlink-external-issues-using-put","31b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-dashboard-using-put",component:l("/docs/api/service-api/update-dashboard-using-put","dd7"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-global-integration-using-put",component:l("/docs/api/service-api/update-global-integration-using-put","1e8"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-launch-using-put",component:l("/docs/api/service-api/update-launch-using-put","45d"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-launches-using-put",component:l("/docs/api/service-api/update-launches-using-put","423"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-notification-using-put",component:l("/docs/api/service-api/update-notification-using-put","72a"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-pattern-template-using-put",component:l("/docs/api/service-api/update-pattern-template-using-put","9eb"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-plugin-state-using-put",component:l("/docs/api/service-api/update-plugin-state-using-put","348"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-project-integration-using-put",component:l("/docs/api/service-api/update-project-integration-using-put","41b"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-project-issue-sub-type-using-put",component:l("/docs/api/service-api/update-project-issue-sub-type-using-put","b38"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-project-notification-config-using-put",component:l("/docs/api/service-api/update-project-notification-config-using-put","58c"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-project-using-put",component:l("/docs/api/service-api/update-project-using-put","7f3"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-test-item-using-put",component:l("/docs/api/service-api/update-test-item-using-put","7b6"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-user-filter-using-put",component:l("/docs/api/service-api/update-user-filter-using-put","6d5"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-user-filters-using-put",component:l("/docs/api/service-api/update-user-filters-using-put","9dc"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/update-widget-using-put",component:l("/docs/api/service-api/update-widget-using-put","d47"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/upload-photo-using-post",component:l("/docs/api/service-api/upload-photo-using-post","4e9"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/upload-plugin-using-post",component:l("/docs/api/service-api/upload-plugin-using-post","e14"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/user-controller",component:l("/docs/api/service-api/user-controller","92f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/user-filter-controller",component:l("/docs/api/service-api/user-filter-controller","464"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/validate-info-using-get",component:l("/docs/api/service-api/validate-info-using-get","c64"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/validate-info-using-get-1",component:l("/docs/api/service-api/validate-info-using-get-1","fc8"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-api/versions/5.10/activity-controller",component:l("/docs/api/service-api/versions/5.10/activity-controller","23d"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/activity-event-controller",component:l("/docs/api/service-api/versions/5.10/activity-event-controller","bde"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/add-user-preference-using-put",component:l("/docs/api/service-api/versions/5.10/add-user-preference-using-put","b88"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/add-widget-using-put",component:l("/docs/api/service-api/versions/5.10/add-widget-using-put","11e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/assign-project-users-using-put",component:l("/docs/api/service-api/versions/5.10/assign-project-users-using-put","479"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/bug-tracking-system-controller",component:l("/docs/api/service-api/versions/5.10/bug-tracking-system-controller","431"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/bulk-force-finish-using-put",component:l("/docs/api/service-api/versions/5.10/bulk-force-finish-using-put","33b"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/bulk-update-using-put",component:l("/docs/api/service-api/versions/5.10/bulk-update-using-put","5ce"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/bulk-update-using-put-1",component:l("/docs/api/service-api/versions/5.10/bulk-update-using-put-1","b74"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/change-password-using-post",component:l("/docs/api/service-api/versions/5.10/change-password-using-post","17f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/compare-launches-using-get",component:l("/docs/api/service-api/versions/5.10/compare-launches-using-get","a91"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-api-key-using-post",component:l("/docs/api/service-api/versions/5.10/create-api-key-using-post","738"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-clusters-using-post",component:l("/docs/api/service-api/versions/5.10/create-clusters-using-post","368"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-dashboard-using-post",component:l("/docs/api/service-api/versions/5.10/create-dashboard-using-post","739"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-filter-using-post",component:l("/docs/api/service-api/versions/5.10/create-filter-using-post","27b"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-global-integration-using-post",component:l("/docs/api/service-api/versions/5.10/create-global-integration-using-post","426"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-issue-using-post",component:l("/docs/api/service-api/versions/5.10/create-issue-using-post","daa"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-log-entry-using-post",component:l("/docs/api/service-api/versions/5.10/create-log-entry-using-post","960"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1",component:l("/docs/api/service-api/versions/5.10/create-log-entry-using-post-1","0db"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-log-using-post",component:l("/docs/api/service-api/versions/5.10/create-log-using-post","251"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-log-using-post-1",component:l("/docs/api/service-api/versions/5.10/create-log-using-post-1","fe1"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-pattern-template-using-post",component:l("/docs/api/service-api/versions/5.10/create-pattern-template-using-post","8ca"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-project-integration-using-post",component:l("/docs/api/service-api/versions/5.10/create-project-integration-using-post","e22"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-project-issue-sub-type-using-post",component:l("/docs/api/service-api/versions/5.10/create-project-issue-sub-type-using-post","943"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-project-using-post",component:l("/docs/api/service-api/versions/5.10/create-project-using-post","bef"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-user-bid-using-post",component:l("/docs/api/service-api/versions/5.10/create-user-bid-using-post","21c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-user-by-admin-using-post",component:l("/docs/api/service-api/versions/5.10/create-user-by-admin-using-post","cbf"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-user-using-post",component:l("/docs/api/service-api/versions/5.10/create-user-using-post","b66"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/create-widget-using-post",component:l("/docs/api/service-api/versions/5.10/create-widget-using-post","55f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/dashboard-controller",component:l("/docs/api/service-api/versions/5.10/dashboard-controller","1d7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put",component:l("/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put","15d"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete","96e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete","8f8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-api-key-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-api-key-using-delete","10f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-dashboard-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-dashboard-using-delete","c44"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-filter-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-filter-using-delete","e5a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-global-integration-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-global-integration-using-delete","465"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-launch-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-launch-using-delete","3c6"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-launches-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-launches-using-delete","4d7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-log-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-log-using-delete","888"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-pattern-template-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-pattern-template-using-delete","956"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-photo-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-photo-using-delete","8e0"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-plugin-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-plugin-using-delete","a63"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-project-index-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-project-index-using-delete","557"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-project-integration-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-project-integration-using-delete","d45"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete","cd9"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-project-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-project-using-delete","5c7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-project-using-delete-1",component:l("/docs/api/service-api/versions/5.10/delete-project-using-delete-1","6c1"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-test-item-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-test-item-using-delete","5b8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-test-items-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-test-items-using-delete","4a6"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-user-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-user-using-delete","3ba"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/delete-users-using-delete",component:l("/docs/api/service-api/versions/5.10/delete-users-using-delete","554"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/demo-data-controller",component:l("/docs/api/service-api/versions/5.10/demo-data-controller","d47"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/edit-user-using-put",component:l("/docs/api/service-api/versions/5.10/edit-user-using-put","b10"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/execute-integration-command-using-put",component:l("/docs/api/service-api/versions/5.10/execute-integration-command-using-put","cb4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/execute-plugin-command-using-put",component:l("/docs/api/service-api/versions/5.10/execute-plugin-command-using-put","f3f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/export-projects-using-get",component:l("/docs/api/service-api/versions/5.10/export-projects-using-get","854"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/export-using-get",component:l("/docs/api/service-api/versions/5.10/export-using-get","482"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/file-storage-controller",component:l("/docs/api/service-api/versions/5.10/file-storage-controller","c7a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/find-users-using-get",component:l("/docs/api/service-api/versions/5.10/find-users-using-get","1ff"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/finish-launch-using-put",component:l("/docs/api/service-api/versions/5.10/finish-launch-using-put","a2c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/finish-launch-using-put-1",component:l("/docs/api/service-api/versions/5.10/finish-launch-using-put-1","694"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/finish-test-item-using-put",component:l("/docs/api/service-api/versions/5.10/finish-test-item-using-put","441"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1",component:l("/docs/api/service-api/versions/5.10/finish-test-item-using-put-1","2ef"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/force-finish-launch-using-put",component:l("/docs/api/service-api/versions/5.10/force-finish-launch-using-put","03c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/generate-using-post",component:l("/docs/api/service-api/versions/5.10/generate-using-post","d7f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-activities-using-post",component:l("/docs/api/service-api/versions/5.10/get-activities-using-post","9e4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-activity-using-get",component:l("/docs/api/service-api/versions/5.10/get-activity-using-get","429"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-dashboards-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-dashboards-using-get","af5"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-filters-names-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-filters-names-using-get","051"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-filters-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-filters-using-get","54f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-launch-names-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-launch-names-using-get","10a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-owners-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-owners-using-get","25e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-project-names-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-project-names-using-get","249"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-all-projects-info-using-get",component:l("/docs/api/service-api/versions/5.10/get-all-projects-info-using-get","74c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get",component:l("/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get","325"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1","080"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get",component:l("/docs/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get","39f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get",component:l("/docs/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get","424"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-keys-using-get",component:l("/docs/api/service-api/versions/5.10/get-attribute-keys-using-get","7e0"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-1","caa"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-2",component:l("/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-2","f0c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-values-using-get",component:l("/docs/api/service-api/versions/5.10/get-attribute-values-using-get","8a8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-values-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-attribute-values-using-get-1","dda"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-attribute-values-using-get-2",component:l("/docs/api/service-api/versions/5.10/get-attribute-values-using-get-2","d3c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-clusters-using-get",component:l("/docs/api/service-api/versions/5.10/get-clusters-using-get","27d"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-dashboard-using-get",component:l("/docs/api/service-api/versions/5.10/get-dashboard-using-get","9b8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-debug-launches-using-get",component:l("/docs/api/service-api/versions/5.10/get-debug-launches-using-get","730"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-error-page-using-get",component:l("/docs/api/service-api/versions/5.10/get-error-page-using-get","cb0"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-file-using-get",component:l("/docs/api/service-api/versions/5.10/get-file-using-get","711"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-filter-using-get",component:l("/docs/api/service-api/versions/5.10/get-filter-using-get","e5b"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-global-integration-using-get",component:l("/docs/api/service-api/versions/5.10/get-global-integration-using-get","3db"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get",component:l("/docs/api/service-api/versions/5.10/get-global-integrations-using-get","d38"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1","ff4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-items-history-using-get",component:l("/docs/api/service-api/versions/5.10/get-items-history-using-get","100"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-latest-launches-using-get",component:l("/docs/api/service-api/versions/5.10/get-latest-launches-using-get","bcb"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get",component:l("/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get","9c9"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-launch-report-using-get",component:l("/docs/api/service-api/versions/5.10/get-launch-report-using-get","579"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-launch-using-get",component:l("/docs/api/service-api/versions/5.10/get-launch-using-get","fab"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get",component:l("/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get","a08"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-log-using-get",component:l("/docs/api/service-api/versions/5.10/get-log-using-get","7b1"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-logs-under-using-post",component:l("/docs/api/service-api/versions/5.10/get-logs-under-using-post","ad7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-logs-using-get",component:l("/docs/api/service-api/versions/5.10/get-logs-using-get","442"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-my-photo-using-get",component:l("/docs/api/service-api/versions/5.10/get-my-photo-using-get","ffc"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-myself-using-get",component:l("/docs/api/service-api/versions/5.10/get-myself-using-get","e3a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-myself-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-myself-using-get-1","bc4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-nested-items-using-get",component:l("/docs/api/service-api/versions/5.10/get-nested-items-using-get","3fd"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-page-number-using-get",component:l("/docs/api/service-api/versions/5.10/get-page-number-using-get","b45"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-plugins-using-get",component:l("/docs/api/service-api/versions/5.10/get-plugins-using-get","55a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-info-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-info-using-get","acb"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-integration-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-integration-using-get","5d9"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-integrations-using-get","3ef"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1","f5c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-launches-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-launches-using-get","6bc"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-settings-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-settings-using-get","16c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-users-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-users-using-get","934"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-users-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-project-users-using-get-1","5e9"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-using-get","4c6"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-project-widget-using-get",component:l("/docs/api/service-api/versions/5.10/get-project-widget-using-get","da5"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-server-settings-using-get",component:l("/docs/api/service-api/versions/5.10/get-server-settings-using-get","d75"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get",component:l("/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get","b3b"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1","dcd"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-statuses-using-get",component:l("/docs/api/service-api/versions/5.10/get-statuses-using-get","85b"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",component:l("/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get","904"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get",component:l("/docs/api/service-api/versions/5.10/get-suggested-items-using-get","d8d"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-item-activities-using-get",component:l("/docs/api/service-api/versions/5.10/get-test-item-activities-using-get","15e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",component:l("/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get","e53"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-item-using-get",component:l("/docs/api/service-api/versions/5.10/get-test-item-using-get","7ff"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-items-using-get",component:l("/docs/api/service-api/versions/5.10/get-test-items-using-get","230"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-items-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-test-items-using-get-1","df7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-items-using-get-2",component:l("/docs/api/service-api/versions/5.10/get-test-items-using-get-2","a27"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get",component:l("/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get","2a1"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get",component:l("/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get","928"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-ticket-ids-using-get",component:l("/docs/api/service-api/versions/5.10/get-ticket-ids-using-get","098"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-ticket-using-get",component:l("/docs/api/service-api/versions/5.10/get-ticket-using-get","db7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-user-bid-info-using-get",component:l("/docs/api/service-api/versions/5.10/get-user-bid-info-using-get","fce"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-user-filters-using-get",component:l("/docs/api/service-api/versions/5.10/get-user-filters-using-get","d68"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-user-photo-using-get",component:l("/docs/api/service-api/versions/5.10/get-user-photo-using-get","7ce"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-user-preference-using-get",component:l("/docs/api/service-api/versions/5.10/get-user-preference-using-get","86a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-user-projects-using-get",component:l("/docs/api/service-api/versions/5.10/get-user-projects-using-get","ae8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-user-using-get",component:l("/docs/api/service-api/versions/5.10/get-user-using-get","ea2"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-users-api-keys-using-get",component:l("/docs/api/service-api/versions/5.10/get-users-api-keys-using-get","c00"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-users-for-assign-using-get",component:l("/docs/api/service-api/versions/5.10/get-users-for-assign-using-get","9a8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-users-using-get",component:l("/docs/api/service-api/versions/5.10/get-users-using-get","5a2"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-widget-names-using-get",component:l("/docs/api/service-api/versions/5.10/get-widget-names-using-get","07a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-widget-preview-using-post",component:l("/docs/api/service-api/versions/5.10/get-widget-preview-using-post","43e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-widget-using-get",component:l("/docs/api/service-api/versions/5.10/get-widget-using-get","7ef"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/get-widget-using-get-1",component:l("/docs/api/service-api/versions/5.10/get-widget-using-get-1","d17"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put",component:l("/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put","b16"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/import-launch-using-post",component:l("/docs/api/service-api/versions/5.10/import-launch-using-post","ea7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/index-project-data-using-put",component:l("/docs/api/service-api/versions/5.10/index-project-data-using-put","4d5"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/integration-controller",component:l("/docs/api/service-api/versions/5.10/integration-controller","437"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get",component:l("/docs/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get","52f"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/launch-async-controller",component:l("/docs/api/service-api/versions/5.10/launch-async-controller","0ff"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/launch-controller",component:l("/docs/api/service-api/versions/5.10/launch-controller","934"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/link-external-issues-using-put",component:l("/docs/api/service-api/versions/5.10/link-external-issues-using-put","37e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/log-async-controller",component:l("/docs/api/service-api/versions/5.10/log-async-controller","821"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/log-controller",component:l("/docs/api/service-api/versions/5.10/log-controller","91e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/merge-launches-using-post",component:l("/docs/api/service-api/versions/5.10/merge-launches-using-post","6ba"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/merge-launches-using-post-1",component:l("/docs/api/service-api/versions/5.10/merge-launches-using-post-1","6db"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/on-boarding-using-get",component:l("/docs/api/service-api/versions/5.10/on-boarding-using-get","ccd"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/onboarding-controller",component:l("/docs/api/service-api/versions/5.10/onboarding-controller","a39"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/plugin-controller",component:l("/docs/api/service-api/versions/5.10/plugin-controller","5bb"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/project-controller",component:l("/docs/api/service-api/versions/5.10/project-controller","f9e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/project-settings-controller",component:l("/docs/api/service-api/versions/5.10/project-settings-controller","e32"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/remove-attachments-by-csv-using-post",component:l("/docs/api/service-api/versions/5.10/remove-attachments-by-csv-using-post","522"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/remove-user-preference-using-delete",component:l("/docs/api/service-api/versions/5.10/remove-user-preference-using-delete","52c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/remove-widget-using-delete",component:l("/docs/api/service-api/versions/5.10/remove-widget-using-delete","7be"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/reportportal",component:l("/docs/api/service-api/versions/5.10/reportportal","9cc"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/reset-password-using-post",component:l("/docs/api/service-api/versions/5.10/reset-password-using-post","86e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/restore-password-using-post",component:l("/docs/api/service-api/versions/5.10/restore-password-using-post","9e4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/save-analytics-settings-using-post",component:l("/docs/api/service-api/versions/5.10/save-analytics-settings-using-post","f8c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/save-analytics-settings-using-put",component:l("/docs/api/service-api/versions/5.10/save-analytics-settings-using-put","50e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/search-for-user-using-get",component:l("/docs/api/service-api/versions/5.10/search-for-user-using-get","9a6"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/search-logs-using-post",component:l("/docs/api/service-api/versions/5.10/search-logs-using-post","93c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/search-project-names-using-get",component:l("/docs/api/service-api/versions/5.10/search-project-names-using-get","344"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/settings-controller",component:l("/docs/api/service-api/versions/5.10/settings-controller","647"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-child-item-using-post",component:l("/docs/api/service-api/versions/5.10/start-child-item-using-post","1d8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1",component:l("/docs/api/service-api/versions/5.10/start-child-item-using-post-1","ed8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-launch-analyzer-using-post",component:l("/docs/api/service-api/versions/5.10/start-launch-analyzer-using-post","4c0"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-launch-using-post",component:l("/docs/api/service-api/versions/5.10/start-launch-using-post","b43"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-launch-using-post-1",component:l("/docs/api/service-api/versions/5.10/start-launch-using-post-1","fae"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-root-item-using-post",component:l("/docs/api/service-api/versions/5.10/start-root-item-using-post","520"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/start-root-item-using-post-1",component:l("/docs/api/service-api/versions/5.10/start-root-item-using-post-1","446"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/test-integration-connection-using-get",component:l("/docs/api/service-api/versions/5.10/test-integration-connection-using-get","2a1"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/test-integration-connection-using-get-1",component:l("/docs/api/service-api/versions/5.10/test-integration-connection-using-get-1","7e4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/test-item-async-controller",component:l("/docs/api/service-api/versions/5.10/test-item-async-controller","2d8"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/test-item-controller",component:l("/docs/api/service-api/versions/5.10/test-item-controller","107"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/unassign-project-users-using-put",component:l("/docs/api/service-api/versions/5.10/unassign-project-users-using-put","d67"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/unlink-external-issues-using-put",component:l("/docs/api/service-api/versions/5.10/unlink-external-issues-using-put","5f7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-dashboard-using-put",component:l("/docs/api/service-api/versions/5.10/update-dashboard-using-put","292"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-global-integration-using-put",component:l("/docs/api/service-api/versions/5.10/update-global-integration-using-put","591"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-launch-using-put",component:l("/docs/api/service-api/versions/5.10/update-launch-using-put","7a4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-launches-using-put",component:l("/docs/api/service-api/versions/5.10/update-launches-using-put","096"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-pattern-template-using-put",component:l("/docs/api/service-api/versions/5.10/update-pattern-template-using-put","13a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-plugin-state-using-put",component:l("/docs/api/service-api/versions/5.10/update-plugin-state-using-put","9f4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-project-integration-using-put",component:l("/docs/api/service-api/versions/5.10/update-project-integration-using-put","a26"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-project-issue-sub-type-using-put",component:l("/docs/api/service-api/versions/5.10/update-project-issue-sub-type-using-put","ef2"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-project-notification-config-using-put",component:l("/docs/api/service-api/versions/5.10/update-project-notification-config-using-put","e74"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-project-using-put",component:l("/docs/api/service-api/versions/5.10/update-project-using-put","5ef"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-test-item-using-put",component:l("/docs/api/service-api/versions/5.10/update-test-item-using-put","f17"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-user-filter-using-put",component:l("/docs/api/service-api/versions/5.10/update-user-filter-using-put","93e"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-user-filters-using-put",component:l("/docs/api/service-api/versions/5.10/update-user-filters-using-put","7f0"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/update-widget-using-put",component:l("/docs/api/service-api/versions/5.10/update-widget-using-put","ff7"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/upload-photo-using-post",component:l("/docs/api/service-api/versions/5.10/upload-photo-using-post","352"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/upload-plugin-using-post",component:l("/docs/api/service-api/versions/5.10/upload-plugin-using-post","c2c"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/user-controller",component:l("/docs/api/service-api/versions/5.10/user-controller","a8d"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/user-filter-controller",component:l("/docs/api/service-api/versions/5.10/user-filter-controller","cd4"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/validate-info-using-get",component:l("/docs/api/service-api/versions/5.10/validate-info-using-get","0a5"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/versions/5.10/widget-controller",component:l("/docs/api/service-api/versions/5.10/widget-controller","04a"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/api/service-api/widget-controller",component:l("/docs/api/service-api/widget-controller","a3f"),exact:!0,sidebar:"serviceApi"},{path:"/docs/api/service-uat/auth-configuration-endpoint",component:l("/docs/api/service-uat/auth-configuration-endpoint","fd5"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/create-auth-integration-using-post",component:l("/docs/api/service-uat/create-auth-integration-using-post","be8"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/delete-o-auth-setting-using-delete",component:l("/docs/api/service-uat/delete-o-auth-setting-using-delete","59e"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/delete-settings-using-delete",component:l("/docs/api/service-uat/delete-settings-using-delete","b84"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/get-o-auth-settings-using-get",component:l("/docs/api/service-uat/get-o-auth-settings-using-get","362"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/get-o-auth-settings-using-get-1",component:l("/docs/api/service-uat/get-o-auth-settings-using-get-1","f72"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/get-settings-using-get",component:l("/docs/api/service-uat/get-settings-using-get","1ff"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/github-endpoint",component:l("/docs/api/service-uat/github-endpoint","614"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/o-auth-configuration-endpoint",component:l("/docs/api/service-uat/o-auth-configuration-endpoint","6d5"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/reportportal",component:l("/docs/api/service-uat/reportportal","b31"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/sso-endpoint",component:l("/docs/api/service-uat/sso-endpoint","fa6"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/synchronize-using-post",component:l("/docs/api/service-uat/synchronize-using-post","ad0"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/update-auth-integration-using-put",component:l("/docs/api/service-uat/update-auth-integration-using-put","994"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/update-o-auth-settings-using-post",component:l("/docs/api/service-uat/update-o-auth-settings-using-post","31a"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/update-o-auth-settings-using-put",component:l("/docs/api/service-uat/update-o-auth-settings-using-put","31d"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/user-using-get",component:l("/docs/api/service-uat/user-using-get","7b9"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/user-using-get-1",component:l("/docs/api/service-uat/user-using-get-1","cd3"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/user-using-post",component:l("/docs/api/service-uat/user-using-post","985"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/user-using-post-1",component:l("/docs/api/service-uat/user-using-post-1","623"),exact:!0,sidebar:"serviceUat"},{path:"/docs/api/service-uat/versions/5.10/auth-configuration-endpoint",component:l("/docs/api/service-uat/versions/5.10/auth-configuration-endpoint","c91"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/create-auth-integration",component:l("/docs/api/service-uat/versions/5.10/create-auth-integration","23e"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/delete-o-auth-setting",component:l("/docs/api/service-uat/versions/5.10/delete-o-auth-setting","788"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/delete-settings",component:l("/docs/api/service-uat/versions/5.10/delete-settings","e0c"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/get-o-auth-settings",component:l("/docs/api/service-uat/versions/5.10/get-o-auth-settings","88f"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/get-o-auth-settings-1",component:l("/docs/api/service-uat/versions/5.10/get-o-auth-settings-1","587"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/get-settings",component:l("/docs/api/service-uat/versions/5.10/get-settings","57c"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/github-endpoint",component:l("/docs/api/service-uat/versions/5.10/github-endpoint","1c9"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/o-auth-configuration-endpoint",component:l("/docs/api/service-uat/versions/5.10/o-auth-configuration-endpoint","274"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/reportportal",component:l("/docs/api/service-uat/versions/5.10/reportportal","20d"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/sso-endpoint",component:l("/docs/api/service-uat/versions/5.10/sso-endpoint","6fe"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/synchronize",component:l("/docs/api/service-uat/versions/5.10/synchronize","820"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/update-auth-integration",component:l("/docs/api/service-uat/versions/5.10/update-auth-integration","166"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/update-o-auth-settings",component:l("/docs/api/service-uat/versions/5.10/update-o-auth-settings","79c"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/update-o-auth-settings-1",component:l("/docs/api/service-uat/versions/5.10/update-o-auth-settings-1","f43"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/user",component:l("/docs/api/service-uat/versions/5.10/user","aed"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/user-1",component:l("/docs/api/service-uat/versions/5.10/user-1","581"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/user-2",component:l("/docs/api/service-uat/versions/5.10/user-2","510"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/api/service-uat/versions/5.10/user-3",component:l("/docs/api/service-uat/versions/5.10/user-3","350"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/case-studies/",component:l("/docs/case-studies/","f0f"),exact:!0,sidebar:"docs"},{path:"/docs/case-studies/ImprovingTestAutomationStability",component:l("/docs/case-studies/ImprovingTestAutomationStability","c67"),exact:!0,sidebar:"docs"},{path:"/docs/case-studies/IncreasingTestAutomationStabilityAndVisibility",component:l("/docs/case-studies/IncreasingTestAutomationStabilityAndVisibility","4f0"),exact:!0,sidebar:"docs"},{path:"/docs/case-studies/ReducingRegressionAnalysisEfforts",component:l("/docs/case-studies/ReducingRegressionAnalysisEfforts","ff9"),exact:!0,sidebar:"docs"},{path:"/docs/case-studies/ReducingRegressionTimeBy50",component:l("/docs/case-studies/ReducingRegressionTimeBy50","83e"),exact:!0,sidebar:"docs"},{path:"/docs/category/api/api-design",component:l("/docs/category/api/api-design","03b"),exact:!0,sidebar:"apiDesign"},{path:"/docs/category/api/service-api",component:l("/docs/category/api/service-api","eea"),exact:!0,sidebar:"serviceApi"},{path:"/docs/category/api/service-api-5.10",component:l("/docs/category/api/service-api-5.10","b99"),exact:!0,sidebar:"service-api-5.10"},{path:"/docs/category/api/service-uat",component:l("/docs/category/api/service-uat","a5a"),exact:!0,sidebar:"serviceUat"},{path:"/docs/category/api/service-uat-5.10",component:l("/docs/category/api/service-uat-5.10","d88"),exact:!0,sidebar:"service-uat-5.10"},{path:"/docs/category/authorization",component:l("/docs/category/authorization","671"),exact:!0,sidebar:"docs"},{path:"/docs/category/loggers",component:l("/docs/category/loggers","513"),exact:!0,sidebar:"docs"},{path:"/docs/category/loggers-1",component:l("/docs/category/loggers-1","f14"),exact:!0,sidebar:"docs"},{path:"/docs/category/saml-providers",component:l("/docs/category/saml-providers","b69"),exact:!0,sidebar:"docs"},{path:"/docs/configuration/",component:l("/docs/configuration/","acb"),exact:!0,sidebar:"docs"},{path:"/docs/configuration/IntegrationViaPlugin",component:l("/docs/configuration/IntegrationViaPlugin","777"),exact:!0,sidebar:"docs"},{path:"/docs/configuration/LaunchesRetentionPolicy",component:l("/docs/configuration/LaunchesRetentionPolicy","b50"),exact:!0,sidebar:"docs"},{path:"/docs/configuration/ProjectSettings",component:l("/docs/configuration/ProjectSettings","587"),exact:!0,sidebar:"docs"},{path:"/docs/configuration/UserManagement",component:l("/docs/configuration/UserManagement","e3e"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/",component:l("/docs/dashboards-and-widgets/","3f4"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/ComponentHealthCheck",component:l("/docs/dashboards-and-widgets/ComponentHealthCheck","370"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/CumulativeTrendChart",component:l("/docs/dashboards-and-widgets/CumulativeTrendChart","b27"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/DifferentLaunchesComparisonChart",component:l("/docs/dashboards-and-widgets/DifferentLaunchesComparisonChart","1c3"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/FailedCasesTrendChart",component:l("/docs/dashboards-and-widgets/FailedCasesTrendChart","99a"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/FlakyTestCasesTableTop50",component:l("/docs/dashboards-and-widgets/FlakyTestCasesTableTop50","ee6"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/InvestigatedPercentageOfLaunches",component:l("/docs/dashboards-and-widgets/InvestigatedPercentageOfLaunches","7cb"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/LaunchesDurationChart",component:l("/docs/dashboards-and-widgets/LaunchesDurationChart","465"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/LaunchesTable",component:l("/docs/dashboards-and-widgets/LaunchesTable","5d8"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/LaunchExecutionAndIssueStatistic",component:l("/docs/dashboards-and-widgets/LaunchExecutionAndIssueStatistic","775"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/LaunchStatisticsChart",component:l("/docs/dashboards-and-widgets/LaunchStatisticsChart","aee"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/ManageWidgets",component:l("/docs/dashboards-and-widgets/ManageWidgets","f38"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/MostFailedTestCasesTableTop50",component:l("/docs/dashboards-and-widgets/MostFailedTestCasesTableTop50","dc8"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/MostPopularPatternTableTop20",component:l("/docs/dashboards-and-widgets/MostPopularPatternTableTop20","b91"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/MostTimeConsumingTestCasesWidgetTop20",component:l("/docs/dashboards-and-widgets/MostTimeConsumingTestCasesWidgetTop20","9bb"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/NonPassedTestCasesTrendChart",component:l("/docs/dashboards-and-widgets/NonPassedTestCasesTrendChart","372"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/OverallStatistics",component:l("/docs/dashboards-and-widgets/OverallStatistics","ae1"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/PassingRatePerLaunch",component:l("/docs/dashboards-and-widgets/PassingRatePerLaunch","2c3"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/PassingRateSummary",component:l("/docs/dashboards-and-widgets/PassingRateSummary","fce"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/PossibleDashboardsInReportPortal",component:l("/docs/dashboards-and-widgets/PossibleDashboardsInReportPortal","945"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/ProjectActivityPanel",component:l("/docs/dashboards-and-widgets/ProjectActivityPanel","25a"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/ReportingAndMetricsInReportPortal",component:l("/docs/dashboards-and-widgets/ReportingAndMetricsInReportPortal","e02"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/TableComponentHealthCheck",component:l("/docs/dashboards-and-widgets/TableComponentHealthCheck","e97"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/TestCasesGrowthTrendChart",component:l("/docs/dashboards-and-widgets/TestCasesGrowthTrendChart","9de"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/UniqueBugsTable",component:l("/docs/dashboards-and-widgets/UniqueBugsTable","f53"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/WidgetCreation",component:l("/docs/dashboards-and-widgets/WidgetCreation","fd9"),exact:!0,sidebar:"docs"},{path:"/docs/dashboards-and-widgets/WorkWithDashboards",component:l("/docs/dashboards-and-widgets/WorkWithDashboards","54c"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/",component:l("/docs/developers-guides/","3bc"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/APIDifferencesBetweenV4AndV5",component:l("/docs/developers-guides/APIDifferencesBetweenV4AndV5","fb2"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/AsynchronousReporting",component:l("/docs/developers-guides/AsynchronousReporting","254"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/AttachmentsGuide",component:l("/docs/developers-guides/AttachmentsGuide","f76"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/BackEndJavaContributionGuide",component:l("/docs/developers-guides/BackEndJavaContributionGuide","473"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/InteractionsBetweenAPIAndAnalyzer",component:l("/docs/developers-guides/InteractionsBetweenAPIAndAnalyzer","431"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/PluginDevelopersGuide/",component:l("/docs/developers-guides/PluginDevelopersGuide/","6d8"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/PluginDevelopersGuide/DevelopACustomImportPlugin",component:l("/docs/developers-guides/PluginDevelopersGuide/DevelopACustomImportPlugin","eb8"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/PluginDevelopersGuide/PluginAPIDevelopersGuide",component:l("/docs/developers-guides/PluginDevelopersGuide/PluginAPIDevelopersGuide","36b"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/PluginDevelopersGuide/PluginUIDevelopersGuide",component:l("/docs/developers-guides/PluginDevelopersGuide/PluginUIDevelopersGuide","72b"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/ReportingDevelopersGuide",component:l("/docs/developers-guides/ReportingDevelopersGuide","3c5"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/ReportPortalAPI",component:l("/docs/developers-guides/ReportPortalAPI","814"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/RerunDevelopersGuide",component:l("/docs/developers-guides/RerunDevelopersGuide","d97"),exact:!0,sidebar:"docs"},{path:"/docs/developers-guides/RetriesReporting",component:l("/docs/developers-guides/RetriesReporting","92d"),exact:!0,sidebar:"docs"},{path:"/docs/external-integrations/",component:l("/docs/external-integrations/","36a"),exact:!0,sidebar:"docs"},{path:"/docs/external-integrations/testRigor",component:l("/docs/external-integrations/testRigor","2e3"),exact:!0,sidebar:"docs"},{path:"/docs/FAQ/",component:l("/docs/FAQ/","bda"),exact:!0,sidebar:"docs"},{path:"/docs/features/",component:l("/docs/features/","56c"),exact:!0,sidebar:"docs"},{path:"/docs/features/AIFailureReasonDetection",component:l("/docs/features/AIFailureReasonDetection","524"),exact:!0,sidebar:"docs"},{path:"/docs/features/CategorisationOfFailures",component:l("/docs/features/CategorisationOfFailures","cf6"),exact:!0,sidebar:"docs"},{path:"/docs/features/QualityGates",component:l("/docs/features/QualityGates","dfe"),exact:!0,sidebar:"docs"},{path:"/docs/features/RealTimeReporting",component:l("/docs/features/RealTimeReporting","a45"),exact:!0,sidebar:"docs"},{path:"/docs/features/RESTAPI",component:l("/docs/features/RESTAPI","0b9"),exact:!0,sidebar:"docs"},{path:"/docs/features/RichArtifactsInTestReports",component:l("/docs/features/RichArtifactsInTestReports","aa5"),exact:!0,sidebar:"docs"},{path:"/docs/features/UnifiedTestReporting",component:l("/docs/features/UnifiedTestReporting","a18"),exact:!0,sidebar:"docs"},{path:"/docs/features/VisualisationOfTestResults",component:l("/docs/features/VisualisationOfTestResults","f0e"),exact:!0,sidebar:"docs"},{path:"/docs/glossary/",component:l("/docs/glossary/","ebb"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/",component:l("/docs/installation-steps-advanced/","aa8"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/AdditionalConfigurationParameters",component:l("/docs/installation-steps-advanced/AdditionalConfigurationParameters","168"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/AmazonALBNGINXIngressController",component:l("/docs/installation-steps-advanced/AmazonALBNGINXIngressController","660"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/BackupRestoreGuide",component:l("/docs/installation-steps-advanced/BackupRestoreGuide","366"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/BasicMonitoringConfiguration",component:l("/docs/installation-steps-advanced/BasicMonitoringConfiguration","386"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/ComponentsOverview",component:l("/docs/installation-steps-advanced/ComponentsOverview","582"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/DeployWithAWSECSFargate",component:l("/docs/installation-steps-advanced/DeployWithAWSECSFargate","b07"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/FileStorageOptions",component:l("/docs/installation-steps-advanced/FileStorageOptions","8bb"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/JobsConfiguration",component:l("/docs/installation-steps-advanced/JobsConfiguration","309"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/MaintainCommandsCheatSheet",component:l("/docs/installation-steps-advanced/MaintainCommandsCheatSheet","bcb"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/MigrateOneInstanceToAnother",component:l("/docs/installation-steps-advanced/MigrateOneInstanceToAnother","e89"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/QuickStartWithGCPGKE",component:l("/docs/installation-steps-advanced/QuickStartWithGCPGKE","42c"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/ScalingReportPortalServices",component:l("/docs/installation-steps-advanced/ScalingReportPortalServices","543"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/SetupTSLSSLInTraefik2.0.x",component:l("/docs/installation-steps-advanced/SetupTSLSSLInTraefik2.0.x","d08"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps-advanced/UpgradingPostgreSQLForReportPortalV24.2AndLater",component:l("/docs/installation-steps-advanced/UpgradingPostgreSQLForReportPortalV24.2AndLater","af0"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/",component:l("/docs/installation-steps/","d9a"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/DeployOnUbuntuOS",component:l("/docs/installation-steps/DeployOnUbuntuOS","e1a"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/DeployViaGoogleCloudMarketplace",component:l("/docs/installation-steps/DeployViaGoogleCloudMarketplace","b24"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/DeployWithDocker",component:l("/docs/installation-steps/DeployWithDocker","d0e"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/DeployWithKubernetes",component:l("/docs/installation-steps/DeployWithKubernetes","a85"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/DeployWithMinikube",component:l("/docs/installation-steps/DeployWithMinikube","24d"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/DeployWithoutDocker",component:l("/docs/installation-steps/DeployWithoutDocker","f2d"),exact:!0,sidebar:"docs"},{path:"/docs/installation-steps/HardwareRequirements",component:l("/docs/installation-steps/HardwareRequirements","656"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/",component:l("/docs/issues-troubleshooting/","39b"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/EmailNotificationIssues",component:l("/docs/issues-troubleshooting/EmailNotificationIssues","af5"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/HowToAddATestStackTraceToADescriptionAutomatically",component:l("/docs/issues-troubleshooting/HowToAddATestStackTraceToADescriptionAutomatically","60c"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/HowToAvoidLocalExecutionReportedIntoProjectSpace",component:l("/docs/issues-troubleshooting/HowToAvoidLocalExecutionReportedIntoProjectSpace","7bc"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/HowToCheckLDAPConnection",component:l("/docs/issues-troubleshooting/HowToCheckLDAPConnection","1cc"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingPGRepack",component:l("/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingPGRepack","e36"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingVacuumFull",component:l("/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingVacuumFull","352"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/HowToResolveIssuesWithMigrationToTheNewVersion",component:l("/docs/issues-troubleshooting/HowToResolveIssuesWithMigrationToTheNewVersion","f11"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/IssuesWithJIRABugTrackingSystemHowToResolve",component:l("/docs/issues-troubleshooting/IssuesWithJIRABugTrackingSystemHowToResolve","de0"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/IssuesWithLDAPSHowToResolve",component:l("/docs/issues-troubleshooting/IssuesWithLDAPSHowToResolve","517"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/ResolveAnalyzerKnownIssues",component:l("/docs/issues-troubleshooting/ResolveAnalyzerKnownIssues","188"),exact:!0,sidebar:"docs"},{path:"/docs/issues-troubleshooting/TuningCITool",component:l("/docs/issues-troubleshooting/TuningCITool","bb2"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/",component:l("/docs/log-data-in-reportportal/","283"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/HowToGetAnAccessTokenInReportPortal",component:l("/docs/log-data-in-reportportal/HowToGetAnAccessTokenInReportPortal","4f8"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/HowToRunYourTests",component:l("/docs/log-data-in-reportportal/HowToRunYourTests","a96"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/ImplementOwnIntegration",component:l("/docs/log-data-in-reportportal/ImplementOwnIntegration","7c8"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/ImportDataToReportPortal",component:l("/docs/log-data-in-reportportal/ImportDataToReportPortal","f21"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/ReportingSDK",component:l("/docs/log-data-in-reportportal/ReportingSDK","418"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/",component:l("/docs/log-data-in-reportportal/test-framework-integration/","135"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/","4fd"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber","cc2"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/JBehave",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/JBehave","bbe"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit4",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit4","632"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit5",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit5","4a5"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Karate",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Karate","8a9"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/ApacheHttpComponents",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/ApacheHttpComponents","c23"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Log4J",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Log4J","cc5"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Logback",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Logback","82c"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/OkHttp3",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/OkHttp3","5b8"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/RestAssured",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/RestAssured","c72"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Selenide",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Selenide","441"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/SoapUI",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/SoapUI","b6a"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/Spock",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/Spock","92d"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Java/TestNG",component:l("/docs/log-data-in-reportportal/test-framework-integration/Java/TestNG","dea"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/","7f5"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Codecept",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Codecept","dfb"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/CucumberJS",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/CucumberJS","aab"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Cypress",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Cypress","775"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jasmine",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jasmine","212"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jest",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jest","a5c"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Mocha",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Mocha","0d3"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Nightwatch",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Nightwatch","392"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Playwright",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Playwright","05b"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Postman",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Postman","77a"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/TestCafe",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/TestCafe","af6"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest","c3e"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/WebdriverIO",component:l("/docs/log-data-in-reportportal/test-framework-integration/JavaScript/WebdriverIO","feb"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/","22b"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Log4Net",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Log4Net","0dd"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/NLog",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/NLog","afe"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Serilog",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Serilog","992"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/TraceListener",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/TraceListener","5e6"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/NUnit",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/NUnit","a71"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll","030"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/SpecFlow",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/SpecFlow","26f"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/VSTest",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/VSTest","425"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Net/xUnit",component:l("/docs/log-data-in-reportportal/test-framework-integration/Net/xUnit","0fb"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Other/",component:l("/docs/log-data-in-reportportal/test-framework-integration/Other/","0db"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/PHP/",component:l("/docs/log-data-in-reportportal/test-framework-integration/PHP/","dc4"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/PHP/Behat",component:l("/docs/log-data-in-reportportal/test-framework-integration/PHP/Behat","768"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/PHP/Codeception",component:l("/docs/log-data-in-reportportal/test-framework-integration/PHP/Codeception","1fd"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/PHP/PHPUnit",component:l("/docs/log-data-in-reportportal/test-framework-integration/PHP/PHPUnit","c6a"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Python/",component:l("/docs/log-data-in-reportportal/test-framework-integration/Python/","590"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Python/behave",component:l("/docs/log-data-in-reportportal/test-framework-integration/Python/behave","36f"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Python/nosetests",component:l("/docs/log-data-in-reportportal/test-framework-integration/Python/nosetests","e0c"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Python/pytest",component:l("/docs/log-data-in-reportportal/test-framework-integration/Python/pytest","bdf"),exact:!0,sidebar:"docs"},{path:"/docs/log-data-in-reportportal/test-framework-integration/Python/RobotFramework",component:l("/docs/log-data-in-reportportal/test-framework-integration/Python/RobotFramework","9e6"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/",component:l("/docs/plugins/","b24"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/AtlassianJiraCloud",component:l("/docs/plugins/AtlassianJiraCloud","ecb"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/AtlassianJiraServer",component:l("/docs/plugins/AtlassianJiraServer","3a1"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/authorization/ActiveDirectory",component:l("/docs/plugins/authorization/ActiveDirectory","fc7"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/authorization/GitHub",component:l("/docs/plugins/authorization/GitHub","86b"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/authorization/LDAP",component:l("/docs/plugins/authorization/LDAP","31d"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/authorization/SamlProviders/AzureSaml",component:l("/docs/plugins/authorization/SamlProviders/AzureSaml","d7a"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/authorization/SamlProviders/OktaSaml",component:l("/docs/plugins/authorization/SamlProviders/OktaSaml","749"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/authorization/SamlProviders/Overview",component:l("/docs/plugins/authorization/SamlProviders/Overview","aa8"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/AzureDevOps",component:l("/docs/plugins/AzureDevOps","dfb"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/EmailServer",component:l("/docs/plugins/EmailServer","0e4"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/GitLab",component:l("/docs/plugins/GitLab","0c9"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/JUnit",component:l("/docs/plugins/JUnit","76c"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/ManagePlugins",component:l("/docs/plugins/ManagePlugins","187"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/Monday",component:l("/docs/plugins/Monday","2c6"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/Rally",component:l("/docs/plugins/Rally","723"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/RobotFramework",component:l("/docs/plugins/RobotFramework","0f0"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/SauceLabs",component:l("/docs/plugins/SauceLabs","387"),exact:!0,sidebar:"docs"},{path:"/docs/plugins/Slack",component:l("/docs/plugins/Slack","d06"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/",component:l("/docs/quality-gates/","01d"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/AssessmentOfTestResultsUsingQualityGates",component:l("/docs/quality-gates/AssessmentOfTestResultsUsingQualityGates","432"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/DeleteQualityGates",component:l("/docs/quality-gates/DeleteQualityGates","99e"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/FeatureOverview",component:l("/docs/quality-gates/FeatureOverview","17e"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/HowToInstallQualityGates",component:l("/docs/quality-gates/HowToInstallQualityGates","1d8"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/",component:l("/docs/quality-gates/IntegrationWithCICD/","e9e"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/IntegrationWithAzureDevOps",component:l("/docs/quality-gates/IntegrationWithCICD/IntegrationWithAzureDevOps","bec"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/IntegrationWithBitrise",component:l("/docs/quality-gates/IntegrationWithCICD/IntegrationWithBitrise","345"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/IntegrationWithCircleCI",component:l("/docs/quality-gates/IntegrationWithCICD/IntegrationWithCircleCI","260"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitHubActions",component:l("/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitHubActions","45a"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitLabCI",component:l("/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitLabCI","fb5"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/IntegrationWithCICD/IntegrationWithJenkins",component:l("/docs/quality-gates/IntegrationWithCICD/IntegrationWithJenkins","43b"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/QualityGateEdit",component:l("/docs/quality-gates/QualityGateEdit","5f1"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/QualityGatePurpose",component:l("/docs/quality-gates/QualityGatePurpose","850"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/QualityRulesConfiguration",component:l("/docs/quality-gates/QualityRulesConfiguration","00f"),exact:!0,sidebar:"docs"},{path:"/docs/quality-gates/UploadQualityGateToReportPortal",component:l("/docs/quality-gates/UploadQualityGateToReportPortal","f7f"),exact:!0,sidebar:"docs"},{path:"/docs/releases/",component:l("/docs/releases/","596"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version23.1",component:l("/docs/releases/Version23.1","c51"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version23.2",component:l("/docs/releases/Version23.2","897"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version24.1",component:l("/docs/releases/Version24.1","e93"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version24.2",component:l("/docs/releases/Version24.2","ab4"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version3.3.2",component:l("/docs/releases/Version3.3.2","345"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version3.3.2-1",component:l("/docs/releases/Version3.3.2-1","6a9"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version4.0.0",component:l("/docs/releases/Version4.0.0","49c"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version4.1.0",component:l("/docs/releases/Version4.1.0","f36"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version4.2.0",component:l("/docs/releases/Version4.2.0","541"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version4.3",component:l("/docs/releases/Version4.3","2de"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.0.0",component:l("/docs/releases/Version5.0.0","115"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.0RC",component:l("/docs/releases/Version5.0RC","60f"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.1.0",component:l("/docs/releases/Version5.1.0","e04"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.2.0",component:l("/docs/releases/Version5.2.0","0e6"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.2.1",component:l("/docs/releases/Version5.2.1","3da"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.2.2",component:l("/docs/releases/Version5.2.2","c72"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.2.3",component:l("/docs/releases/Version5.2.3","01e"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.3.0",component:l("/docs/releases/Version5.3.0","7bb"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.3.1.",component:l("/docs/releases/Version5.3.1.","d53"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.3.2",component:l("/docs/releases/Version5.3.2","677"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.3.3",component:l("/docs/releases/Version5.3.3","389"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.3.5",component:l("/docs/releases/Version5.3.5","8a5"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.4.0",component:l("/docs/releases/Version5.4.0","ce8"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.5.0",component:l("/docs/releases/Version5.5.0","2b6"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.6.0",component:l("/docs/releases/Version5.6.0","322"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.6.1",component:l("/docs/releases/Version5.6.1","dc8"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.6.2",component:l("/docs/releases/Version5.6.2","308"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.6.3",component:l("/docs/releases/Version5.6.3","c48"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.7.0",component:l("/docs/releases/Version5.7.0","10e"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.7.1",component:l("/docs/releases/Version5.7.1","410"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.7.2",component:l("/docs/releases/Version5.7.2","f35"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.7.3",component:l("/docs/releases/Version5.7.3","7d1"),exact:!0,sidebar:"docs"},{path:"/docs/releases/Version5.7.4",component:l("/docs/releases/Version5.7.4","857"),exact:!0,sidebar:"docs"},{path:"/docs/saved-searches-filters/",component:l("/docs/saved-searches-filters/","baa"),exact:!0,sidebar:"docs"},{path:"/docs/saved-searches-filters/CreateFilters",component:l("/docs/saved-searches-filters/CreateFilters","1af"),exact:!0,sidebar:"docs"},{path:"/docs/saved-searches-filters/FiltersPage",component:l("/docs/saved-searches-filters/FiltersPage","498"),exact:!0,sidebar:"docs"},{path:"/docs/saved-searches-filters/ManageFilters",component:l("/docs/saved-searches-filters/ManageFilters","f07"),exact:!0,sidebar:"docs"},{path:"/docs/terms-and-conditions/",component:l("/docs/terms-and-conditions/","b3a"),exact:!0,sidebar:"docs"},{path:"/docs/terms-and-conditions/GoogleAnalyticsUsageByReportPortal",component:l("/docs/terms-and-conditions/GoogleAnalyticsUsageByReportPortal","dfb"),exact:!0,sidebar:"docs"},{path:"/docs/terms-and-conditions/PremiumFeatures",component:l("/docs/terms-and-conditions/PremiumFeatures","44b"),exact:!0,sidebar:"docs"},{path:"/docs/tutorial/",component:l("/docs/tutorial/","dff"),exact:!0,sidebar:"docs"},{path:"/docs/user-account/",component:l("/docs/user-account/","682"),exact:!0,sidebar:"docs"},{path:"/docs/user-account/DataRetentionProcedure",component:l("/docs/user-account/DataRetentionProcedure","201"),exact:!0,sidebar:"docs"},{path:"/docs/user-account/DeleteAccount",component:l("/docs/user-account/DeleteAccount","444"),exact:!0,sidebar:"docs"},{path:"/docs/user-account/EditPersonalInformation",component:l("/docs/user-account/EditPersonalInformation","4e4"),exact:!0,sidebar:"docs"},{path:"/docs/user-account/RestoreAPassword",component:l("/docs/user-account/RestoreAPassword","a86"),exact:!0,sidebar:"docs"},{path:"/docs/user-role-guides/",component:l("/docs/user-role-guides/","e9c"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/",component:l("/docs/work-with-reports/","662"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/FilteringLaunches",component:l("/docs/work-with-reports/FilteringLaunches","992"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/HistoryOfLaunches",component:l("/docs/work-with-reports/HistoryOfLaunches","447"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/InvestigationOfFailure",component:l("/docs/work-with-reports/InvestigationOfFailure","dbf"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/LaunchesTestItemsAttributes",component:l("/docs/work-with-reports/LaunchesTestItemsAttributes","306"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/OperationsUnderLaunches",component:l("/docs/work-with-reports/OperationsUnderLaunches","8e1"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/SystemAttributes",component:l("/docs/work-with-reports/SystemAttributes","fb9"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/TestCaseId",component:l("/docs/work-with-reports/TestCaseId","3b5"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/UniqueId",component:l("/docs/work-with-reports/UniqueId","2e4"),exact:!0,sidebar:"docs"},{path:"/docs/work-with-reports/ViewLaunches",component:l("/docs/work-with-reports/ViewLaunches","4a2"),exact:!0,sidebar:"docs"},{path:"/docs/",component:l("/docs/","0d4"),exact:!0,sidebar:"docs"}]}]}]},{path:"*",component:l("*")}]},98934:(e,t,i)=>{"use strict";i.d(t,{_:()=>n,t:()=>r});var s=i(67294),a=i(85893);const n=s.createContext(!1);function r(e){let{children:t}=e;const[i,r]=(0,s.useState)(!1);return(0,s.useEffect)((()=>{r(!0)}),[]),(0,a.jsx)(n.Provider,{value:i,children:t})}},97221:(e,t,i)=>{"use strict";var s=i(67294),a=i(20745),n=i(70405),r=i(73727),o=i(36809),c=i(10412);const p=[i(32497),i(3310),i(18320),i(52295),i(29958)];var d=i(723),l=i(16550),u=i(18790),g=i(85893);function f(e){let{children:t}=e;return(0,g.jsx)(g.Fragment,{children:t})}var v=i(35742),m=i(52263),b=i(44996),h=i(86668),y=i(71667),x=i(94711),w=i(19727),_=i(43320),k=i(18780),P=i(90197);function A(){const{i18n:{currentLocale:e,defaultLocale:t,localeConfigs:i}}=(0,m.default)(),s=(0,x.l)(),a=i[e].htmlLang,n=e=>e.replace("-","_");return(0,g.jsxs)(v.Z,{children:[Object.entries(i).map((e=>{let[t,{htmlLang:i}]=e;return(0,g.jsx)("link",{rel:"alternate",href:s.createUrl({locale:t,fullyQualified:!0}),hrefLang:i},t)})),(0,g.jsx)("link",{rel:"alternate",href:s.createUrl({locale:t,fullyQualified:!0}),hrefLang:"x-default"}),(0,g.jsx)("meta",{property:"og:locale",content:n(a)}),Object.values(i).filter((e=>a!==e.htmlLang)).map((e=>(0,g.jsx)("meta",{property:"og:locale:alternate",content:n(e.htmlLang)},`meta-og-${e.htmlLang}`)))]})}function S(e){let{permalink:t}=e;const{siteConfig:{url:i}}=(0,m.default)(),s=function(){const{siteConfig:{url:e,baseUrl:t,trailingSlash:i}}=(0,m.default)(),{pathname:s}=(0,l.TH)();return e+(0,k.applyTrailingSlash)((0,b.default)(s),{trailingSlash:i,baseUrl:t})}(),a=t?`${i}${t}`:s;return(0,g.jsxs)(v.Z,{children:[(0,g.jsx)("meta",{property:"og:url",content:a}),(0,g.jsx)("link",{rel:"canonical",href:a})]})}function E(){const{i18n:{currentLocale:e}}=(0,m.default)(),{metadata:t,image:i}=(0,h.L)();return(0,g.jsxs)(g.Fragment,{children:[(0,g.jsxs)(v.Z,{children:[(0,g.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,g.jsx)("body",{className:w.h})]}),i&&(0,g.jsx)(y.d,{image:i}),(0,g.jsx)(S,{}),(0,g.jsx)(A,{}),(0,g.jsx)(P.Z,{tag:_.HX,locale:e}),(0,g.jsx)(v.Z,{children:t.map(((e,t)=>(0,g.jsx)("meta",{...e},t)))})]})}const T=new Map;var C=i(98934),I=i(58940),R=i(20469);function j(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),s=1;s{const s=t.default?.[e]??t[e];return s?.(...i)}));return()=>a.forEach((e=>e?.()))}const O=function(e){let{children:t,location:i,previousLocation:s}=e;return(0,R.Z)((()=>{s!==i&&(!function(e){let{location:t,previousLocation:i}=e;if(!i)return;const s=t.pathname===i.pathname,a=t.hash===i.hash,n=t.search===i.search;if(s&&a&&!n)return;const{hash:r}=t;if(r){const e=decodeURIComponent(r.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:i,previousLocation:s}),j("onRouteDidUpdate",{previousLocation:s,location:i}))}),[s,i]),t};function L(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,u.f)(d.Z,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}var N=i(25108);class D extends s.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=c.default.canUseDOM?j("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const i=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=j("onRouteUpdate",{previousLocation:this.previousLocation,location:i}),L(i.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{N.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return(0,g.jsx)(O,{previousLocation:this.previousLocation,location:t,children:(0,g.jsx)(l.AW,{location:t,render:()=>e})})}}const F=D,M="__docusaurus-base-url-issue-banner-container",U="__docusaurus-base-url-issue-banner",B="__docusaurus-base-url-issue-banner-suggestion-container";function z(e){return`\ndocument.addEventListener('DOMContentLoaded', function maybeInsertBanner() {\n var shouldInsert = typeof window['docusaurus'] === 'undefined';\n shouldInsert && insertBanner();\n});\n\nfunction insertBanner() {\n var bannerContainer = document.createElement('div');\n bannerContainer.id = '${M}';\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{let{route:t}=e;return!0===t.exact})))return T.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return T.set(e.pathname,t),{...e,pathname:t}}((0,l.TH)());return(0,g.jsx)(F,{location:e,children:J})}function K(){return(0,g.jsx)(G.Z,{children:(0,g.jsx)(I.M,{children:(0,g.jsxs)(C.t,{children:[(0,g.jsxs)(f,{children:[(0,g.jsx)(H,{}),(0,g.jsx)(E,{}),(0,g.jsx)($,{}),(0,g.jsx)(Z,{})]}),(0,g.jsx)(q,{})]})})})}var Y=i(16887);const Q=function(e){try{return document.createElement("link").relList.supports(e)}catch{return!1}}("prefetch")?function(e){return new Promise(((t,i)=>{if("undefined"==typeof document)return void i();const s=document.createElement("link");s.setAttribute("rel","prefetch"),s.setAttribute("href",e),s.onload=()=>t(),s.onerror=()=>i();const a=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;a?.appendChild(s)}))}:function(e){return new Promise(((t,i)=>{const s=new XMLHttpRequest;s.open("GET",e,!0),s.withCredentials=!0,s.onload=()=>{200===s.status?t():i()},s.send(null)}))};var X=i(99670);const ee=new Set,te=new Set,ie=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,se={prefetch:e=>{if(!(e=>!ie()&&!te.has(e)&&!ee.has(e))(e))return!1;ee.add(e);const t=(0,u.f)(d.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(Y).filter((e=>{let[i]=e;return i.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,X.Z)(t))}));var t}));return Promise.all(t.map((e=>{const t=i.gca(e);return t&&!t.includes("undefined")?Q(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!ie()&&!te.has(e))(e)&&(te.add(e),L(e))},ae=Object.freeze(se);var ne=i(25108);function re(e){let{children:t}=e;return"hash"===o.default.future.experimental_router?(0,g.jsx)(r.UT,{children:t}):(0,g.jsx)(r.VK,{children:t})}const oe=Boolean(!0);if(c.default.canUseDOM){window.docusaurus=ae;const e=document.getElementById("__docusaurus"),t=(0,g.jsx)(n.B6,{children:(0,g.jsx)(re,{children:(0,g.jsx)(K,{})})}),i=(e,t)=>{ne.error("Docusaurus React Root onRecoverableError:",e,t)},r=()=>{if(window.docusaurusRoot)window.docusaurusRoot.render(t);else if(oe)window.docusaurusRoot=a.hydrateRoot(e,t,{onRecoverableError:i});else{const s=a.createRoot(e,{onRecoverableError:i});s.render(t),window.docusaurusRoot=s}};L(window.location.pathname).then((()=>{(0,s.startTransition)(r)}))}},58940:(e,t,i)=>{"use strict";i.d(t,{_:()=>l,M:()=>u});var s=i(67294),a=i(36809);const n=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/docs/","versions":[{"name":"current","label":"Next","isLast":true,"path":"/docs/","mainDocId":"intro","docs":[{"id":"admin-panel/AllProjectsPage","path":"/docs/admin-panel/AllProjectsPage","sidebar":"docs"},{"id":"admin-panel/AllUsersPage","path":"/docs/admin-panel/AllUsersPage","sidebar":"docs"},{"id":"admin-panel/EventMonitoring","path":"/docs/admin-panel/EventMonitoring","sidebar":"docs"},{"id":"admin-panel/index","path":"/docs/admin-panel/","sidebar":"docs"},{"id":"analysis/AutoAnalysisOfLaunches","path":"/docs/analysis/AutoAnalysisOfLaunches","sidebar":"docs"},{"id":"analysis/HowModelsAreRetrained","path":"/docs/analysis/HowModelsAreRetrained","sidebar":"docs"},{"id":"analysis/ImmediateAutoAnalysis","path":"/docs/analysis/ImmediateAutoAnalysis","sidebar":"docs"},{"id":"analysis/ImmediatePatternAnalysis","path":"/docs/analysis/ImmediatePatternAnalysis","sidebar":"docs"},{"id":"analysis/index","path":"/docs/analysis/","sidebar":"docs"},{"id":"analysis/ManualAnalysis","path":"/docs/analysis/ManualAnalysis","sidebar":"docs"},{"id":"analysis/MLSuggestions","path":"/docs/analysis/MLSuggestions","sidebar":"docs"},{"id":"analysis/PatternAnalysis","path":"/docs/analysis/PatternAnalysis","sidebar":"docs"},{"id":"analysis/SearchForTheSimilarToInvestigateItems","path":"/docs/analysis/SearchForTheSimilarToInvestigateItems","sidebar":"docs"},{"id":"analysis/UniqueErrorAnalysis","path":"/docs/analysis/UniqueErrorAnalysis","sidebar":"docs"},{"id":"api/api-design/activities","path":"/docs/api/api-design/activities","sidebar":"apiDesign"},{"id":"api/api-design/activities-search","path":"/docs/api/api-design/activities-search","sidebar":"apiDesign"},{"id":"api/api-design/delete-users-user-id-api-keys-key-id","path":"/docs/api/api-design/delete-users-user-id-api-keys-key-id","sidebar":"apiDesign"},{"id":"api/api-design/get-project-suggestions","path":"/docs/api/api-design/get-project-suggestions","sidebar":"apiDesign"},{"id":"api/api-design/get-user-api-keys","path":"/docs/api/api-design/get-user-api-keys","sidebar":"apiDesign"},{"id":"api/api-design/post-users-user-id-api-keys","path":"/docs/api/api-design/post-users-user-id-api-keys","sidebar":"apiDesign"},{"id":"api/api-design/projects","path":"/docs/api/api-design/projects","sidebar":"apiDesign"},{"id":"api/api-design/reportportal-api","path":"/docs/api/api-design/reportportal-api","sidebar":"apiDesign"},{"id":"api/api-design/suggestions","path":"/docs/api/api-design/suggestions","sidebar":"apiDesign"},{"id":"api/api-design/user-api-keys","path":"/docs/api/api-design/user-api-keys","sidebar":"apiDesign"},{"id":"api/intro","path":"/docs/api/intro","sidebar":"apiOverview"},{"id":"api/service-api/activity-controller","path":"/docs/api/service-api/activity-controller","sidebar":"serviceApi"},{"id":"api/service-api/activity-event-controller","path":"/docs/api/service-api/activity-event-controller","sidebar":"serviceApi"},{"id":"api/service-api/add-user-preference-using-put","path":"/docs/api/service-api/add-user-preference-using-put","sidebar":"serviceApi"},{"id":"api/service-api/add-widget-using-put","path":"/docs/api/service-api/add-widget-using-put","sidebar":"serviceApi"},{"id":"api/service-api/assign-project-users-using-put","path":"/docs/api/service-api/assign-project-users-using-put","sidebar":"serviceApi"},{"id":"api/service-api/bug-tracking-system-controller","path":"/docs/api/service-api/bug-tracking-system-controller","sidebar":"serviceApi"},{"id":"api/service-api/bulk-force-finish-using-put","path":"/docs/api/service-api/bulk-force-finish-using-put","sidebar":"serviceApi"},{"id":"api/service-api/bulk-update-using-put","path":"/docs/api/service-api/bulk-update-using-put","sidebar":"serviceApi"},{"id":"api/service-api/bulk-update-using-put-1","path":"/docs/api/service-api/bulk-update-using-put-1","sidebar":"serviceApi"},{"id":"api/service-api/change-password-using-post","path":"/docs/api/service-api/change-password-using-post","sidebar":"serviceApi"},{"id":"api/service-api/change-password-using-post-1","path":"/docs/api/service-api/change-password-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/compare-launches-using-get","path":"/docs/api/service-api/compare-launches-using-get","sidebar":"serviceApi"},{"id":"api/service-api/create-api-key-using-post","path":"/docs/api/service-api/create-api-key-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-api-key-using-post-1","path":"/docs/api/service-api/create-api-key-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/create-clusters-using-post","path":"/docs/api/service-api/create-clusters-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-dashboard-using-post","path":"/docs/api/service-api/create-dashboard-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-filter-using-post","path":"/docs/api/service-api/create-filter-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-global-integration-using-post","path":"/docs/api/service-api/create-global-integration-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-issue-using-post","path":"/docs/api/service-api/create-issue-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-log-entry-using-post","path":"/docs/api/service-api/create-log-entry-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-log-entry-using-post-1","path":"/docs/api/service-api/create-log-entry-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/create-log-using-post","path":"/docs/api/service-api/create-log-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-log-using-post-1","path":"/docs/api/service-api/create-log-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/create-notification-using-post","path":"/docs/api/service-api/create-notification-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-pattern-template-using-post","path":"/docs/api/service-api/create-pattern-template-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-project-integration-using-post","path":"/docs/api/service-api/create-project-integration-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-project-issue-sub-type-using-post","path":"/docs/api/service-api/create-project-issue-sub-type-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-project-using-post","path":"/docs/api/service-api/create-project-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-user-bid-using-post","path":"/docs/api/service-api/create-user-bid-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-user-bid-using-post-1","path":"/docs/api/service-api/create-user-bid-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/create-user-by-admin-using-post","path":"/docs/api/service-api/create-user-by-admin-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-user-by-admin-using-post-1","path":"/docs/api/service-api/create-user-by-admin-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/create-user-using-post","path":"/docs/api/service-api/create-user-using-post","sidebar":"serviceApi"},{"id":"api/service-api/create-user-using-post-1","path":"/docs/api/service-api/create-user-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/create-widget-using-post","path":"/docs/api/service-api/create-widget-using-post","sidebar":"serviceApi"},{"id":"api/service-api/dashboard-controller","path":"/docs/api/service-api/dashboard-controller","sidebar":"serviceApi"},{"id":"api/service-api/define-test-item-issue-type-using-put","path":"/docs/api/service-api/define-test-item-issue-type-using-put","sidebar":"serviceApi"},{"id":"api/service-api/delete-all-integrations-using-delete","path":"/docs/api/service-api/delete-all-integrations-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-all-project-integrations-using-delete","path":"/docs/api/service-api/delete-all-project-integrations-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-api-key-using-delete","path":"/docs/api/service-api/delete-api-key-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-api-key-using-delete-1","path":"/docs/api/service-api/delete-api-key-using-delete-1","sidebar":"serviceApi"},{"id":"api/service-api/delete-dashboard-using-delete","path":"/docs/api/service-api/delete-dashboard-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-filter-using-delete","path":"/docs/api/service-api/delete-filter-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-global-integration-using-delete","path":"/docs/api/service-api/delete-global-integration-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-launch-using-delete","path":"/docs/api/service-api/delete-launch-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-launches-using-delete","path":"/docs/api/service-api/delete-launches-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-log-using-delete","path":"/docs/api/service-api/delete-log-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-notification-using-delete","path":"/docs/api/service-api/delete-notification-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-pattern-template-using-delete","path":"/docs/api/service-api/delete-pattern-template-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-photo-using-delete","path":"/docs/api/service-api/delete-photo-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-plugin-using-delete","path":"/docs/api/service-api/delete-plugin-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-project-index-using-delete","path":"/docs/api/service-api/delete-project-index-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-project-integration-using-delete","path":"/docs/api/service-api/delete-project-integration-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-project-issue-sub-type-using-delete","path":"/docs/api/service-api/delete-project-issue-sub-type-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-project-using-delete","path":"/docs/api/service-api/delete-project-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-project-using-delete-1","path":"/docs/api/service-api/delete-project-using-delete-1","sidebar":"serviceApi"},{"id":"api/service-api/delete-test-item-using-delete","path":"/docs/api/service-api/delete-test-item-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-test-items-using-delete","path":"/docs/api/service-api/delete-test-items-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-user-using-delete","path":"/docs/api/service-api/delete-user-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-user-using-delete-1","path":"/docs/api/service-api/delete-user-using-delete-1","sidebar":"serviceApi"},{"id":"api/service-api/delete-users-using-delete","path":"/docs/api/service-api/delete-users-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/delete-users-using-delete-1","path":"/docs/api/service-api/delete-users-using-delete-1","sidebar":"serviceApi"},{"id":"api/service-api/demo-data-controller","path":"/docs/api/service-api/demo-data-controller","sidebar":"serviceApi"},{"id":"api/service-api/deprecated-user-controller","path":"/docs/api/service-api/deprecated-user-controller","sidebar":"serviceApi"},{"id":"api/service-api/edit-user-using-put","path":"/docs/api/service-api/edit-user-using-put","sidebar":"serviceApi"},{"id":"api/service-api/edit-user-using-put-1","path":"/docs/api/service-api/edit-user-using-put-1","sidebar":"serviceApi"},{"id":"api/service-api/execute-integration-command-using-put","path":"/docs/api/service-api/execute-integration-command-using-put","sidebar":"serviceApi"},{"id":"api/service-api/execute-plugin-command-using-put","path":"/docs/api/service-api/execute-plugin-command-using-put","sidebar":"serviceApi"},{"id":"api/service-api/execute-public-plugin-command-using-put","path":"/docs/api/service-api/execute-public-plugin-command-using-put","sidebar":"serviceApi"},{"id":"api/service-api/export-projects-using-get","path":"/docs/api/service-api/export-projects-using-get","sidebar":"serviceApi"},{"id":"api/service-api/export-using-get","path":"/docs/api/service-api/export-using-get","sidebar":"serviceApi"},{"id":"api/service-api/export-using-get-1","path":"/docs/api/service-api/export-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/file-storage-controller","path":"/docs/api/service-api/file-storage-controller","sidebar":"serviceApi"},{"id":"api/service-api/find-users-using-get","path":"/docs/api/service-api/find-users-using-get","sidebar":"serviceApi"},{"id":"api/service-api/find-users-using-get-1","path":"/docs/api/service-api/find-users-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/finish-launch-using-put","path":"/docs/api/service-api/finish-launch-using-put","sidebar":"serviceApi"},{"id":"api/service-api/finish-launch-using-put-1","path":"/docs/api/service-api/finish-launch-using-put-1","sidebar":"serviceApi"},{"id":"api/service-api/finish-test-item-using-put","path":"/docs/api/service-api/finish-test-item-using-put","sidebar":"serviceApi"},{"id":"api/service-api/finish-test-item-using-put-1","path":"/docs/api/service-api/finish-test-item-using-put-1","sidebar":"serviceApi"},{"id":"api/service-api/force-finish-launch-using-put","path":"/docs/api/service-api/force-finish-launch-using-put","sidebar":"serviceApi"},{"id":"api/service-api/generate-using-post","path":"/docs/api/service-api/generate-using-post","sidebar":"serviceApi"},{"id":"api/service-api/get-activities-using-post","path":"/docs/api/service-api/get-activities-using-post","sidebar":"serviceApi"},{"id":"api/service-api/get-activity-using-get","path":"/docs/api/service-api/get-activity-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-dashboards-using-get","path":"/docs/api/service-api/get-all-dashboards-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-filters-names-using-get","path":"/docs/api/service-api/get-all-filters-names-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-filters-using-get","path":"/docs/api/service-api/get-all-filters-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-launch-names-using-get","path":"/docs/api/service-api/get-all-launch-names-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-owners-using-get","path":"/docs/api/service-api/get-all-owners-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-project-names-using-get","path":"/docs/api/service-api/get-all-project-names-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-all-projects-info-using-get","path":"/docs/api/service-api/get-all-projects-info-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-allowable-issue-types-using-get","path":"/docs/api/service-api/get-allowable-issue-types-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-allowable-issue-types-using-get-1","path":"/docs/api/service-api/get-allowable-issue-types-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-analyzer-indexing-status-using-get","path":"/docs/api/service-api/get-analyzer-indexing-status-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-keys-for-project-using-get","path":"/docs/api/service-api/get-attribute-keys-for-project-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-keys-using-get","path":"/docs/api/service-api/get-attribute-keys-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-keys-using-get-1","path":"/docs/api/service-api/get-attribute-keys-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-keys-using-get-2","path":"/docs/api/service-api/get-attribute-keys-using-get-2","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-values-using-get","path":"/docs/api/service-api/get-attribute-values-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-values-using-get-1","path":"/docs/api/service-api/get-attribute-values-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-attribute-values-using-get-2","path":"/docs/api/service-api/get-attribute-values-using-get-2","sidebar":"serviceApi"},{"id":"api/service-api/get-clusters-using-get","path":"/docs/api/service-api/get-clusters-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-dashboard-using-get","path":"/docs/api/service-api/get-dashboard-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-debug-launches-using-get","path":"/docs/api/service-api/get-debug-launches-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-error-page-using-get","path":"/docs/api/service-api/get-error-page-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-file-using-get","path":"/docs/api/service-api/get-file-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-filter-using-get","path":"/docs/api/service-api/get-filter-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-global-integration-using-get","path":"/docs/api/service-api/get-global-integration-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-global-integrations-using-get","path":"/docs/api/service-api/get-global-integrations-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-global-integrations-using-get-1","path":"/docs/api/service-api/get-global-integrations-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-items-history-using-get","path":"/docs/api/service-api/get-items-history-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-latest-launches-using-get","path":"/docs/api/service-api/get-latest-launches-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-launch-by-uuid-using-get","path":"/docs/api/service-api/get-launch-by-uuid-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-launch-report-using-get","path":"/docs/api/service-api/get-launch-report-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-launch-using-get","path":"/docs/api/service-api/get-launch-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-log-by-uuid-using-get","path":"/docs/api/service-api/get-log-by-uuid-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-log-using-get","path":"/docs/api/service-api/get-log-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-logs-under-using-post","path":"/docs/api/service-api/get-logs-under-using-post","sidebar":"serviceApi"},{"id":"api/service-api/get-logs-using-get","path":"/docs/api/service-api/get-logs-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-my-photo-using-get","path":"/docs/api/service-api/get-my-photo-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-myself-using-get","path":"/docs/api/service-api/get-myself-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-myself-using-get-1","path":"/docs/api/service-api/get-myself-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-myself-using-get-2","path":"/docs/api/service-api/get-myself-using-get-2","sidebar":"serviceApi"},{"id":"api/service-api/get-myself-using-get-3","path":"/docs/api/service-api/get-myself-using-get-3","sidebar":"serviceApi"},{"id":"api/service-api/get-nested-items-using-get","path":"/docs/api/service-api/get-nested-items-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-notifications-using-get","path":"/docs/api/service-api/get-notifications-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-page-number-using-get","path":"/docs/api/service-api/get-page-number-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-plugins-using-get","path":"/docs/api/service-api/get-plugins-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-plugins-using-get-1","path":"/docs/api/service-api/get-plugins-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-project-info-using-get","path":"/docs/api/service-api/get-project-info-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-integration-using-get","path":"/docs/api/service-api/get-project-integration-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-integrations-using-get","path":"/docs/api/service-api/get-project-integrations-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-integrations-using-get-1","path":"/docs/api/service-api/get-project-integrations-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-project-launches-using-get","path":"/docs/api/service-api/get-project-launches-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-settings-using-get","path":"/docs/api/service-api/get-project-settings-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-subject-name-using-get","path":"/docs/api/service-api/get-project-subject-name-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-users-using-get","path":"/docs/api/service-api/get-project-users-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-users-using-get-1","path":"/docs/api/service-api/get-project-users-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-project-using-get","path":"/docs/api/service-api/get-project-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-project-widget-using-get","path":"/docs/api/service-api/get-project-widget-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-public-file-using-get","path":"/docs/api/service-api/get-public-file-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-server-settings-using-get","path":"/docs/api/service-api/get-server-settings-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-set-of-integration-system-fields-using-get","path":"/docs/api/service-api/get-set-of-integration-system-fields-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-set-of-integration-system-fields-using-get-1","path":"/docs/api/service-api/get-set-of-integration-system-fields-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-statuses-using-get","path":"/docs/api/service-api/get-statuses-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-suggested-cluster-items-using-get","path":"/docs/api/service-api/get-suggested-cluster-items-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-suggested-items-using-get","path":"/docs/api/service-api/get-suggested-items-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-test-item-activities-using-get","path":"/docs/api/service-api/get-test-item-activities-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-test-item-by-uuid-using-get","path":"/docs/api/service-api/get-test-item-by-uuid-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-test-item-using-get","path":"/docs/api/service-api/get-test-item-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-test-items-using-get","path":"/docs/api/service-api/get-test-items-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-test-items-using-get-1","path":"/docs/api/service-api/get-test-items-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-test-items-using-get-2","path":"/docs/api/service-api/get-test-items-using-get-2","sidebar":"serviceApi"},{"id":"api/service-api/get-test-items-v-2-using-get","path":"/docs/api/service-api/get-test-items-v-2-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-ticket-ids-for-project-using-get","path":"/docs/api/service-api/get-ticket-ids-for-project-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-ticket-ids-using-get","path":"/docs/api/service-api/get-ticket-ids-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-ticket-using-get","path":"/docs/api/service-api/get-ticket-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-bid-info-using-get","path":"/docs/api/service-api/get-user-bid-info-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-bid-info-using-get-1","path":"/docs/api/service-api/get-user-bid-info-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-user-filters-using-get","path":"/docs/api/service-api/get-user-filters-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-photo-using-get","path":"/docs/api/service-api/get-user-photo-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-preference-using-get","path":"/docs/api/service-api/get-user-preference-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-projects-using-get","path":"/docs/api/service-api/get-user-projects-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-projects-using-get-1","path":"/docs/api/service-api/get-user-projects-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-user-using-get","path":"/docs/api/service-api/get-user-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-user-using-get-1","path":"/docs/api/service-api/get-user-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-users-api-keys-using-get","path":"/docs/api/service-api/get-users-api-keys-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-users-api-keys-using-get-1","path":"/docs/api/service-api/get-users-api-keys-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-users-for-assign-using-get","path":"/docs/api/service-api/get-users-for-assign-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-users-using-get","path":"/docs/api/service-api/get-users-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-users-using-get-1","path":"/docs/api/service-api/get-users-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/get-widget-names-using-get","path":"/docs/api/service-api/get-widget-names-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-widget-preview-using-post","path":"/docs/api/service-api/get-widget-preview-using-post","sidebar":"serviceApi"},{"id":"api/service-api/get-widget-using-get","path":"/docs/api/service-api/get-widget-using-get","sidebar":"serviceApi"},{"id":"api/service-api/get-widget-using-get-1","path":"/docs/api/service-api/get-widget-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/handle-suggest-choose-using-put","path":"/docs/api/service-api/handle-suggest-choose-using-put","sidebar":"serviceApi"},{"id":"api/service-api/import-launch-using-post","path":"/docs/api/service-api/import-launch-using-post","sidebar":"serviceApi"},{"id":"api/service-api/index-project-data-using-put","path":"/docs/api/service-api/index-project-data-using-put","sidebar":"serviceApi"},{"id":"api/service-api/integration-controller","path":"/docs/api/service-api/integration-controller","sidebar":"serviceApi"},{"id":"api/service-api/is-restore-password-bid-exist-using-get","path":"/docs/api/service-api/is-restore-password-bid-exist-using-get","sidebar":"serviceApi"},{"id":"api/service-api/is-restore-password-bid-exist-using-get-1","path":"/docs/api/service-api/is-restore-password-bid-exist-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/launch-async-controller","path":"/docs/api/service-api/launch-async-controller","sidebar":"serviceApi"},{"id":"api/service-api/launch-controller","path":"/docs/api/service-api/launch-controller","sidebar":"serviceApi"},{"id":"api/service-api/link-external-issues-using-put","path":"/docs/api/service-api/link-external-issues-using-put","sidebar":"serviceApi"},{"id":"api/service-api/log-async-controller","path":"/docs/api/service-api/log-async-controller","sidebar":"serviceApi"},{"id":"api/service-api/log-controller","path":"/docs/api/service-api/log-controller","sidebar":"serviceApi"},{"id":"api/service-api/merge-launches-using-post","path":"/docs/api/service-api/merge-launches-using-post","sidebar":"serviceApi"},{"id":"api/service-api/merge-launches-using-post-1","path":"/docs/api/service-api/merge-launches-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/on-boarding-using-get","path":"/docs/api/service-api/on-boarding-using-get","sidebar":"serviceApi"},{"id":"api/service-api/onboarding-controller","path":"/docs/api/service-api/onboarding-controller","sidebar":"serviceApi"},{"id":"api/service-api/plugin-controller","path":"/docs/api/service-api/plugin-controller","sidebar":"serviceApi"},{"id":"api/service-api/plugin-public-controller","path":"/docs/api/service-api/plugin-public-controller","sidebar":"serviceApi"},{"id":"api/service-api/project-controller","path":"/docs/api/service-api/project-controller","sidebar":"serviceApi"},{"id":"api/service-api/project-settings-controller","path":"/docs/api/service-api/project-settings-controller","sidebar":"serviceApi"},{"id":"api/service-api/remove-attachments-by-csv-using-post","path":"/docs/api/service-api/remove-attachments-by-csv-using-post","sidebar":"serviceApi"},{"id":"api/service-api/remove-user-preference-using-delete","path":"/docs/api/service-api/remove-user-preference-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/remove-widget-using-delete","path":"/docs/api/service-api/remove-widget-using-delete","sidebar":"serviceApi"},{"id":"api/service-api/reportportal","path":"/docs/api/service-api/reportportal","sidebar":"serviceApi"},{"id":"api/service-api/reset-password-using-post","path":"/docs/api/service-api/reset-password-using-post","sidebar":"serviceApi"},{"id":"api/service-api/reset-password-using-post-1","path":"/docs/api/service-api/reset-password-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/restore-password-using-post","path":"/docs/api/service-api/restore-password-using-post","sidebar":"serviceApi"},{"id":"api/service-api/restore-password-using-post-1","path":"/docs/api/service-api/restore-password-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/save-analytics-settings-using-post","path":"/docs/api/service-api/save-analytics-settings-using-post","sidebar":"serviceApi"},{"id":"api/service-api/save-analytics-settings-using-put","path":"/docs/api/service-api/save-analytics-settings-using-put","sidebar":"serviceApi"},{"id":"api/service-api/search-for-user-using-get","path":"/docs/api/service-api/search-for-user-using-get","sidebar":"serviceApi"},{"id":"api/service-api/search-logs-using-post","path":"/docs/api/service-api/search-logs-using-post","sidebar":"serviceApi"},{"id":"api/service-api/search-project-names-using-get","path":"/docs/api/service-api/search-project-names-using-get","sidebar":"serviceApi"},{"id":"api/service-api/settings-controller","path":"/docs/api/service-api/settings-controller","sidebar":"serviceApi"},{"id":"api/service-api/start-child-item-using-post","path":"/docs/api/service-api/start-child-item-using-post","sidebar":"serviceApi"},{"id":"api/service-api/start-child-item-using-post-1","path":"/docs/api/service-api/start-child-item-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/start-launch-analyzer-using-post","path":"/docs/api/service-api/start-launch-analyzer-using-post","sidebar":"serviceApi"},{"id":"api/service-api/start-launch-using-post","path":"/docs/api/service-api/start-launch-using-post","sidebar":"serviceApi"},{"id":"api/service-api/start-launch-using-post-1","path":"/docs/api/service-api/start-launch-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/start-root-item-using-post","path":"/docs/api/service-api/start-root-item-using-post","sidebar":"serviceApi"},{"id":"api/service-api/start-root-item-using-post-1","path":"/docs/api/service-api/start-root-item-using-post-1","sidebar":"serviceApi"},{"id":"api/service-api/test-integration-connection-using-get","path":"/docs/api/service-api/test-integration-connection-using-get","sidebar":"serviceApi"},{"id":"api/service-api/test-integration-connection-using-get-1","path":"/docs/api/service-api/test-integration-connection-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/test-item-async-controller","path":"/docs/api/service-api/test-item-async-controller","sidebar":"serviceApi"},{"id":"api/service-api/test-item-controller","path":"/docs/api/service-api/test-item-controller","sidebar":"serviceApi"},{"id":"api/service-api/unassign-project-users-using-put","path":"/docs/api/service-api/unassign-project-users-using-put","sidebar":"serviceApi"},{"id":"api/service-api/unlink-external-issues-using-put","path":"/docs/api/service-api/unlink-external-issues-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-dashboard-using-put","path":"/docs/api/service-api/update-dashboard-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-global-integration-using-put","path":"/docs/api/service-api/update-global-integration-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-launch-using-put","path":"/docs/api/service-api/update-launch-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-launches-using-put","path":"/docs/api/service-api/update-launches-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-notification-using-put","path":"/docs/api/service-api/update-notification-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-pattern-template-using-put","path":"/docs/api/service-api/update-pattern-template-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-plugin-state-using-put","path":"/docs/api/service-api/update-plugin-state-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-project-integration-using-put","path":"/docs/api/service-api/update-project-integration-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-project-issue-sub-type-using-put","path":"/docs/api/service-api/update-project-issue-sub-type-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-project-notification-config-using-put","path":"/docs/api/service-api/update-project-notification-config-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-project-using-put","path":"/docs/api/service-api/update-project-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-test-item-using-put","path":"/docs/api/service-api/update-test-item-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-user-filter-using-put","path":"/docs/api/service-api/update-user-filter-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-user-filters-using-put","path":"/docs/api/service-api/update-user-filters-using-put","sidebar":"serviceApi"},{"id":"api/service-api/update-widget-using-put","path":"/docs/api/service-api/update-widget-using-put","sidebar":"serviceApi"},{"id":"api/service-api/upload-photo-using-post","path":"/docs/api/service-api/upload-photo-using-post","sidebar":"serviceApi"},{"id":"api/service-api/upload-plugin-using-post","path":"/docs/api/service-api/upload-plugin-using-post","sidebar":"serviceApi"},{"id":"api/service-api/user-controller","path":"/docs/api/service-api/user-controller","sidebar":"serviceApi"},{"id":"api/service-api/user-filter-controller","path":"/docs/api/service-api/user-filter-controller","sidebar":"serviceApi"},{"id":"api/service-api/validate-info-using-get","path":"/docs/api/service-api/validate-info-using-get","sidebar":"serviceApi"},{"id":"api/service-api/validate-info-using-get-1","path":"/docs/api/service-api/validate-info-using-get-1","sidebar":"serviceApi"},{"id":"api/service-api/versions/5.10/activity-controller","path":"/docs/api/service-api/versions/5.10/activity-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/activity-event-controller","path":"/docs/api/service-api/versions/5.10/activity-event-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/add-user-preference-using-put","path":"/docs/api/service-api/versions/5.10/add-user-preference-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/add-widget-using-put","path":"/docs/api/service-api/versions/5.10/add-widget-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/assign-project-users-using-put","path":"/docs/api/service-api/versions/5.10/assign-project-users-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/bug-tracking-system-controller","path":"/docs/api/service-api/versions/5.10/bug-tracking-system-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/bulk-force-finish-using-put","path":"/docs/api/service-api/versions/5.10/bulk-force-finish-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/bulk-update-using-put","path":"/docs/api/service-api/versions/5.10/bulk-update-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/bulk-update-using-put-1","path":"/docs/api/service-api/versions/5.10/bulk-update-using-put-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/change-password-using-post","path":"/docs/api/service-api/versions/5.10/change-password-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/compare-launches-using-get","path":"/docs/api/service-api/versions/5.10/compare-launches-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-api-key-using-post","path":"/docs/api/service-api/versions/5.10/create-api-key-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-clusters-using-post","path":"/docs/api/service-api/versions/5.10/create-clusters-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-dashboard-using-post","path":"/docs/api/service-api/versions/5.10/create-dashboard-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-filter-using-post","path":"/docs/api/service-api/versions/5.10/create-filter-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-global-integration-using-post","path":"/docs/api/service-api/versions/5.10/create-global-integration-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-issue-using-post","path":"/docs/api/service-api/versions/5.10/create-issue-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-log-entry-using-post","path":"/docs/api/service-api/versions/5.10/create-log-entry-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-log-entry-using-post-1","path":"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-log-using-post","path":"/docs/api/service-api/versions/5.10/create-log-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-log-using-post-1","path":"/docs/api/service-api/versions/5.10/create-log-using-post-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-pattern-template-using-post","path":"/docs/api/service-api/versions/5.10/create-pattern-template-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-project-integration-using-post","path":"/docs/api/service-api/versions/5.10/create-project-integration-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-project-issue-sub-type-using-post","path":"/docs/api/service-api/versions/5.10/create-project-issue-sub-type-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-project-using-post","path":"/docs/api/service-api/versions/5.10/create-project-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-user-bid-using-post","path":"/docs/api/service-api/versions/5.10/create-user-bid-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-user-by-admin-using-post","path":"/docs/api/service-api/versions/5.10/create-user-by-admin-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-user-using-post","path":"/docs/api/service-api/versions/5.10/create-user-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/create-widget-using-post","path":"/docs/api/service-api/versions/5.10/create-widget-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/dashboard-controller","path":"/docs/api/service-api/versions/5.10/dashboard-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/define-test-item-issue-type-using-put","path":"/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-all-integrations-using-delete","path":"/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-all-project-integrations-using-delete","path":"/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-api-key-using-delete","path":"/docs/api/service-api/versions/5.10/delete-api-key-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-dashboard-using-delete","path":"/docs/api/service-api/versions/5.10/delete-dashboard-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-filter-using-delete","path":"/docs/api/service-api/versions/5.10/delete-filter-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-global-integration-using-delete","path":"/docs/api/service-api/versions/5.10/delete-global-integration-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-launch-using-delete","path":"/docs/api/service-api/versions/5.10/delete-launch-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-launches-using-delete","path":"/docs/api/service-api/versions/5.10/delete-launches-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-log-using-delete","path":"/docs/api/service-api/versions/5.10/delete-log-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-pattern-template-using-delete","path":"/docs/api/service-api/versions/5.10/delete-pattern-template-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-photo-using-delete","path":"/docs/api/service-api/versions/5.10/delete-photo-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-plugin-using-delete","path":"/docs/api/service-api/versions/5.10/delete-plugin-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-project-index-using-delete","path":"/docs/api/service-api/versions/5.10/delete-project-index-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-project-integration-using-delete","path":"/docs/api/service-api/versions/5.10/delete-project-integration-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete","path":"/docs/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-project-using-delete","path":"/docs/api/service-api/versions/5.10/delete-project-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-project-using-delete-1","path":"/docs/api/service-api/versions/5.10/delete-project-using-delete-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-test-item-using-delete","path":"/docs/api/service-api/versions/5.10/delete-test-item-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-test-items-using-delete","path":"/docs/api/service-api/versions/5.10/delete-test-items-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-user-using-delete","path":"/docs/api/service-api/versions/5.10/delete-user-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/delete-users-using-delete","path":"/docs/api/service-api/versions/5.10/delete-users-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/demo-data-controller","path":"/docs/api/service-api/versions/5.10/demo-data-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/edit-user-using-put","path":"/docs/api/service-api/versions/5.10/edit-user-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/execute-integration-command-using-put","path":"/docs/api/service-api/versions/5.10/execute-integration-command-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/execute-plugin-command-using-put","path":"/docs/api/service-api/versions/5.10/execute-plugin-command-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/export-projects-using-get","path":"/docs/api/service-api/versions/5.10/export-projects-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/export-using-get","path":"/docs/api/service-api/versions/5.10/export-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/file-storage-controller","path":"/docs/api/service-api/versions/5.10/file-storage-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/find-users-using-get","path":"/docs/api/service-api/versions/5.10/find-users-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/finish-launch-using-put","path":"/docs/api/service-api/versions/5.10/finish-launch-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/finish-launch-using-put-1","path":"/docs/api/service-api/versions/5.10/finish-launch-using-put-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/finish-test-item-using-put","path":"/docs/api/service-api/versions/5.10/finish-test-item-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/finish-test-item-using-put-1","path":"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/force-finish-launch-using-put","path":"/docs/api/service-api/versions/5.10/force-finish-launch-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/generate-using-post","path":"/docs/api/service-api/versions/5.10/generate-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-activities-using-post","path":"/docs/api/service-api/versions/5.10/get-activities-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-activity-using-get","path":"/docs/api/service-api/versions/5.10/get-activity-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-dashboards-using-get","path":"/docs/api/service-api/versions/5.10/get-all-dashboards-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-filters-names-using-get","path":"/docs/api/service-api/versions/5.10/get-all-filters-names-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-filters-using-get","path":"/docs/api/service-api/versions/5.10/get-all-filters-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-launch-names-using-get","path":"/docs/api/service-api/versions/5.10/get-all-launch-names-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-owners-using-get","path":"/docs/api/service-api/versions/5.10/get-all-owners-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-project-names-using-get","path":"/docs/api/service-api/versions/5.10/get-all-project-names-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-all-projects-info-using-get","path":"/docs/api/service-api/versions/5.10/get-all-projects-info-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-allowable-issue-types-using-get","path":"/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-allowable-issue-types-using-get-1","path":"/docs/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-analyzer-indexing-status-using-get","path":"/docs/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-keys-for-project-using-get","path":"/docs/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-keys-using-get","path":"/docs/api/service-api/versions/5.10/get-attribute-keys-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-keys-using-get-1","path":"/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-keys-using-get-2","path":"/docs/api/service-api/versions/5.10/get-attribute-keys-using-get-2","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-values-using-get","path":"/docs/api/service-api/versions/5.10/get-attribute-values-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-values-using-get-1","path":"/docs/api/service-api/versions/5.10/get-attribute-values-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-attribute-values-using-get-2","path":"/docs/api/service-api/versions/5.10/get-attribute-values-using-get-2","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-clusters-using-get","path":"/docs/api/service-api/versions/5.10/get-clusters-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-dashboard-using-get","path":"/docs/api/service-api/versions/5.10/get-dashboard-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-debug-launches-using-get","path":"/docs/api/service-api/versions/5.10/get-debug-launches-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-error-page-using-get","path":"/docs/api/service-api/versions/5.10/get-error-page-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-file-using-get","path":"/docs/api/service-api/versions/5.10/get-file-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-filter-using-get","path":"/docs/api/service-api/versions/5.10/get-filter-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-global-integration-using-get","path":"/docs/api/service-api/versions/5.10/get-global-integration-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-global-integrations-using-get","path":"/docs/api/service-api/versions/5.10/get-global-integrations-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-global-integrations-using-get-1","path":"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-items-history-using-get","path":"/docs/api/service-api/versions/5.10/get-items-history-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-latest-launches-using-get","path":"/docs/api/service-api/versions/5.10/get-latest-launches-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-launch-by-uuid-using-get","path":"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-launch-report-using-get","path":"/docs/api/service-api/versions/5.10/get-launch-report-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-launch-using-get","path":"/docs/api/service-api/versions/5.10/get-launch-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-log-by-uuid-using-get","path":"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-log-using-get","path":"/docs/api/service-api/versions/5.10/get-log-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-logs-under-using-post","path":"/docs/api/service-api/versions/5.10/get-logs-under-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-logs-using-get","path":"/docs/api/service-api/versions/5.10/get-logs-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-my-photo-using-get","path":"/docs/api/service-api/versions/5.10/get-my-photo-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-myself-using-get","path":"/docs/api/service-api/versions/5.10/get-myself-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-myself-using-get-1","path":"/docs/api/service-api/versions/5.10/get-myself-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-nested-items-using-get","path":"/docs/api/service-api/versions/5.10/get-nested-items-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-page-number-using-get","path":"/docs/api/service-api/versions/5.10/get-page-number-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-plugins-using-get","path":"/docs/api/service-api/versions/5.10/get-plugins-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-info-using-get","path":"/docs/api/service-api/versions/5.10/get-project-info-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-integration-using-get","path":"/docs/api/service-api/versions/5.10/get-project-integration-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-integrations-using-get","path":"/docs/api/service-api/versions/5.10/get-project-integrations-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-integrations-using-get-1","path":"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-launches-using-get","path":"/docs/api/service-api/versions/5.10/get-project-launches-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-settings-using-get","path":"/docs/api/service-api/versions/5.10/get-project-settings-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-users-using-get","path":"/docs/api/service-api/versions/5.10/get-project-users-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-users-using-get-1","path":"/docs/api/service-api/versions/5.10/get-project-users-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-using-get","path":"/docs/api/service-api/versions/5.10/get-project-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-project-widget-using-get","path":"/docs/api/service-api/versions/5.10/get-project-widget-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-server-settings-using-get","path":"/docs/api/service-api/versions/5.10/get-server-settings-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get","path":"/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1","path":"/docs/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-statuses-using-get","path":"/docs/api/service-api/versions/5.10/get-statuses-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-suggested-cluster-items-using-get","path":"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-suggested-items-using-get","path":"/docs/api/service-api/versions/5.10/get-suggested-items-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-item-activities-using-get","path":"/docs/api/service-api/versions/5.10/get-test-item-activities-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-item-by-uuid-using-get","path":"/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-item-using-get","path":"/docs/api/service-api/versions/5.10/get-test-item-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-items-using-get","path":"/docs/api/service-api/versions/5.10/get-test-items-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-items-using-get-1","path":"/docs/api/service-api/versions/5.10/get-test-items-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-items-using-get-2","path":"/docs/api/service-api/versions/5.10/get-test-items-using-get-2","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-test-items-v-2-using-get","path":"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-ticket-ids-for-project-using-get","path":"/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-ticket-ids-using-get","path":"/docs/api/service-api/versions/5.10/get-ticket-ids-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-ticket-using-get","path":"/docs/api/service-api/versions/5.10/get-ticket-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-user-bid-info-using-get","path":"/docs/api/service-api/versions/5.10/get-user-bid-info-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-user-filters-using-get","path":"/docs/api/service-api/versions/5.10/get-user-filters-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-user-photo-using-get","path":"/docs/api/service-api/versions/5.10/get-user-photo-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-user-preference-using-get","path":"/docs/api/service-api/versions/5.10/get-user-preference-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-user-projects-using-get","path":"/docs/api/service-api/versions/5.10/get-user-projects-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-user-using-get","path":"/docs/api/service-api/versions/5.10/get-user-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-users-api-keys-using-get","path":"/docs/api/service-api/versions/5.10/get-users-api-keys-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-users-for-assign-using-get","path":"/docs/api/service-api/versions/5.10/get-users-for-assign-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-users-using-get","path":"/docs/api/service-api/versions/5.10/get-users-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-widget-names-using-get","path":"/docs/api/service-api/versions/5.10/get-widget-names-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-widget-preview-using-post","path":"/docs/api/service-api/versions/5.10/get-widget-preview-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-widget-using-get","path":"/docs/api/service-api/versions/5.10/get-widget-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/get-widget-using-get-1","path":"/docs/api/service-api/versions/5.10/get-widget-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/handle-suggest-choose-using-put","path":"/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/import-launch-using-post","path":"/docs/api/service-api/versions/5.10/import-launch-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/index-project-data-using-put","path":"/docs/api/service-api/versions/5.10/index-project-data-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/integration-controller","path":"/docs/api/service-api/versions/5.10/integration-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/is-restore-password-bid-exist-using-get","path":"/docs/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/launch-async-controller","path":"/docs/api/service-api/versions/5.10/launch-async-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/launch-controller","path":"/docs/api/service-api/versions/5.10/launch-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/link-external-issues-using-put","path":"/docs/api/service-api/versions/5.10/link-external-issues-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/log-async-controller","path":"/docs/api/service-api/versions/5.10/log-async-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/log-controller","path":"/docs/api/service-api/versions/5.10/log-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/merge-launches-using-post","path":"/docs/api/service-api/versions/5.10/merge-launches-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/merge-launches-using-post-1","path":"/docs/api/service-api/versions/5.10/merge-launches-using-post-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/on-boarding-using-get","path":"/docs/api/service-api/versions/5.10/on-boarding-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/onboarding-controller","path":"/docs/api/service-api/versions/5.10/onboarding-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/plugin-controller","path":"/docs/api/service-api/versions/5.10/plugin-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/project-controller","path":"/docs/api/service-api/versions/5.10/project-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/project-settings-controller","path":"/docs/api/service-api/versions/5.10/project-settings-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/remove-attachments-by-csv-using-post","path":"/docs/api/service-api/versions/5.10/remove-attachments-by-csv-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/remove-user-preference-using-delete","path":"/docs/api/service-api/versions/5.10/remove-user-preference-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/remove-widget-using-delete","path":"/docs/api/service-api/versions/5.10/remove-widget-using-delete","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/reportportal","path":"/docs/api/service-api/versions/5.10/reportportal","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/reset-password-using-post","path":"/docs/api/service-api/versions/5.10/reset-password-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/restore-password-using-post","path":"/docs/api/service-api/versions/5.10/restore-password-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/save-analytics-settings-using-post","path":"/docs/api/service-api/versions/5.10/save-analytics-settings-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/save-analytics-settings-using-put","path":"/docs/api/service-api/versions/5.10/save-analytics-settings-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/search-for-user-using-get","path":"/docs/api/service-api/versions/5.10/search-for-user-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/search-logs-using-post","path":"/docs/api/service-api/versions/5.10/search-logs-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/search-project-names-using-get","path":"/docs/api/service-api/versions/5.10/search-project-names-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/settings-controller","path":"/docs/api/service-api/versions/5.10/settings-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-child-item-using-post","path":"/docs/api/service-api/versions/5.10/start-child-item-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-child-item-using-post-1","path":"/docs/api/service-api/versions/5.10/start-child-item-using-post-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-launch-analyzer-using-post","path":"/docs/api/service-api/versions/5.10/start-launch-analyzer-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-launch-using-post","path":"/docs/api/service-api/versions/5.10/start-launch-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-launch-using-post-1","path":"/docs/api/service-api/versions/5.10/start-launch-using-post-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-root-item-using-post","path":"/docs/api/service-api/versions/5.10/start-root-item-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/start-root-item-using-post-1","path":"/docs/api/service-api/versions/5.10/start-root-item-using-post-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/test-integration-connection-using-get","path":"/docs/api/service-api/versions/5.10/test-integration-connection-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/test-integration-connection-using-get-1","path":"/docs/api/service-api/versions/5.10/test-integration-connection-using-get-1","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/test-item-async-controller","path":"/docs/api/service-api/versions/5.10/test-item-async-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/test-item-controller","path":"/docs/api/service-api/versions/5.10/test-item-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/unassign-project-users-using-put","path":"/docs/api/service-api/versions/5.10/unassign-project-users-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/unlink-external-issues-using-put","path":"/docs/api/service-api/versions/5.10/unlink-external-issues-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-dashboard-using-put","path":"/docs/api/service-api/versions/5.10/update-dashboard-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-global-integration-using-put","path":"/docs/api/service-api/versions/5.10/update-global-integration-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-launch-using-put","path":"/docs/api/service-api/versions/5.10/update-launch-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-launches-using-put","path":"/docs/api/service-api/versions/5.10/update-launches-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-pattern-template-using-put","path":"/docs/api/service-api/versions/5.10/update-pattern-template-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-plugin-state-using-put","path":"/docs/api/service-api/versions/5.10/update-plugin-state-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-project-integration-using-put","path":"/docs/api/service-api/versions/5.10/update-project-integration-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-project-issue-sub-type-using-put","path":"/docs/api/service-api/versions/5.10/update-project-issue-sub-type-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-project-notification-config-using-put","path":"/docs/api/service-api/versions/5.10/update-project-notification-config-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-project-using-put","path":"/docs/api/service-api/versions/5.10/update-project-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-test-item-using-put","path":"/docs/api/service-api/versions/5.10/update-test-item-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-user-filter-using-put","path":"/docs/api/service-api/versions/5.10/update-user-filter-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-user-filters-using-put","path":"/docs/api/service-api/versions/5.10/update-user-filters-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/update-widget-using-put","path":"/docs/api/service-api/versions/5.10/update-widget-using-put","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/upload-photo-using-post","path":"/docs/api/service-api/versions/5.10/upload-photo-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/upload-plugin-using-post","path":"/docs/api/service-api/versions/5.10/upload-plugin-using-post","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/user-controller","path":"/docs/api/service-api/versions/5.10/user-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/user-filter-controller","path":"/docs/api/service-api/versions/5.10/user-filter-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/validate-info-using-get","path":"/docs/api/service-api/versions/5.10/validate-info-using-get","sidebar":"service-api-5.10"},{"id":"api/service-api/versions/5.10/widget-controller","path":"/docs/api/service-api/versions/5.10/widget-controller","sidebar":"service-api-5.10"},{"id":"api/service-api/widget-controller","path":"/docs/api/service-api/widget-controller","sidebar":"serviceApi"},{"id":"api/service-uat/auth-configuration-endpoint","path":"/docs/api/service-uat/auth-configuration-endpoint","sidebar":"serviceUat"},{"id":"api/service-uat/create-auth-integration-using-post","path":"/docs/api/service-uat/create-auth-integration-using-post","sidebar":"serviceUat"},{"id":"api/service-uat/delete-o-auth-setting-using-delete","path":"/docs/api/service-uat/delete-o-auth-setting-using-delete","sidebar":"serviceUat"},{"id":"api/service-uat/delete-settings-using-delete","path":"/docs/api/service-uat/delete-settings-using-delete","sidebar":"serviceUat"},{"id":"api/service-uat/get-o-auth-settings-using-get","path":"/docs/api/service-uat/get-o-auth-settings-using-get","sidebar":"serviceUat"},{"id":"api/service-uat/get-o-auth-settings-using-get-1","path":"/docs/api/service-uat/get-o-auth-settings-using-get-1","sidebar":"serviceUat"},{"id":"api/service-uat/get-settings-using-get","path":"/docs/api/service-uat/get-settings-using-get","sidebar":"serviceUat"},{"id":"api/service-uat/github-endpoint","path":"/docs/api/service-uat/github-endpoint","sidebar":"serviceUat"},{"id":"api/service-uat/o-auth-configuration-endpoint","path":"/docs/api/service-uat/o-auth-configuration-endpoint","sidebar":"serviceUat"},{"id":"api/service-uat/reportportal","path":"/docs/api/service-uat/reportportal","sidebar":"serviceUat"},{"id":"api/service-uat/sso-endpoint","path":"/docs/api/service-uat/sso-endpoint","sidebar":"serviceUat"},{"id":"api/service-uat/synchronize-using-post","path":"/docs/api/service-uat/synchronize-using-post","sidebar":"serviceUat"},{"id":"api/service-uat/update-auth-integration-using-put","path":"/docs/api/service-uat/update-auth-integration-using-put","sidebar":"serviceUat"},{"id":"api/service-uat/update-o-auth-settings-using-post","path":"/docs/api/service-uat/update-o-auth-settings-using-post","sidebar":"serviceUat"},{"id":"api/service-uat/update-o-auth-settings-using-put","path":"/docs/api/service-uat/update-o-auth-settings-using-put","sidebar":"serviceUat"},{"id":"api/service-uat/user-using-get","path":"/docs/api/service-uat/user-using-get","sidebar":"serviceUat"},{"id":"api/service-uat/user-using-get-1","path":"/docs/api/service-uat/user-using-get-1","sidebar":"serviceUat"},{"id":"api/service-uat/user-using-post","path":"/docs/api/service-uat/user-using-post","sidebar":"serviceUat"},{"id":"api/service-uat/user-using-post-1","path":"/docs/api/service-uat/user-using-post-1","sidebar":"serviceUat"},{"id":"api/service-uat/versions/5.10/auth-configuration-endpoint","path":"/docs/api/service-uat/versions/5.10/auth-configuration-endpoint","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/create-auth-integration","path":"/docs/api/service-uat/versions/5.10/create-auth-integration","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/delete-o-auth-setting","path":"/docs/api/service-uat/versions/5.10/delete-o-auth-setting","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/delete-settings","path":"/docs/api/service-uat/versions/5.10/delete-settings","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/get-o-auth-settings","path":"/docs/api/service-uat/versions/5.10/get-o-auth-settings","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/get-o-auth-settings-1","path":"/docs/api/service-uat/versions/5.10/get-o-auth-settings-1","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/get-settings","path":"/docs/api/service-uat/versions/5.10/get-settings","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/github-endpoint","path":"/docs/api/service-uat/versions/5.10/github-endpoint","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/o-auth-configuration-endpoint","path":"/docs/api/service-uat/versions/5.10/o-auth-configuration-endpoint","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/reportportal","path":"/docs/api/service-uat/versions/5.10/reportportal","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/sso-endpoint","path":"/docs/api/service-uat/versions/5.10/sso-endpoint","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/synchronize","path":"/docs/api/service-uat/versions/5.10/synchronize","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/update-auth-integration","path":"/docs/api/service-uat/versions/5.10/update-auth-integration","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/update-o-auth-settings","path":"/docs/api/service-uat/versions/5.10/update-o-auth-settings","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/update-o-auth-settings-1","path":"/docs/api/service-uat/versions/5.10/update-o-auth-settings-1","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/user","path":"/docs/api/service-uat/versions/5.10/user","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/user-1","path":"/docs/api/service-uat/versions/5.10/user-1","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/user-2","path":"/docs/api/service-uat/versions/5.10/user-2","sidebar":"service-uat-5.10"},{"id":"api/service-uat/versions/5.10/user-3","path":"/docs/api/service-uat/versions/5.10/user-3","sidebar":"service-uat-5.10"},{"id":"case-studies/ImprovingTestAutomationStability","path":"/docs/case-studies/ImprovingTestAutomationStability","sidebar":"docs"},{"id":"case-studies/IncreasingTestAutomationStabilityAndVisibility","path":"/docs/case-studies/IncreasingTestAutomationStabilityAndVisibility","sidebar":"docs"},{"id":"case-studies/index","path":"/docs/case-studies/","sidebar":"docs"},{"id":"case-studies/ReducingRegressionAnalysisEfforts","path":"/docs/case-studies/ReducingRegressionAnalysisEfforts","sidebar":"docs"},{"id":"case-studies/ReducingRegressionTimeBy50","path":"/docs/case-studies/ReducingRegressionTimeBy50","sidebar":"docs"},{"id":"configuration/index","path":"/docs/configuration/","sidebar":"docs"},{"id":"configuration/IntegrationViaPlugin","path":"/docs/configuration/IntegrationViaPlugin","sidebar":"docs"},{"id":"configuration/LaunchesRetentionPolicy","path":"/docs/configuration/LaunchesRetentionPolicy","sidebar":"docs"},{"id":"configuration/ProjectSettings","path":"/docs/configuration/ProjectSettings","sidebar":"docs"},{"id":"configuration/UserManagement","path":"/docs/configuration/UserManagement","sidebar":"docs"},{"id":"dashboards-and-widgets/ComponentHealthCheck","path":"/docs/dashboards-and-widgets/ComponentHealthCheck","sidebar":"docs"},{"id":"dashboards-and-widgets/CumulativeTrendChart","path":"/docs/dashboards-and-widgets/CumulativeTrendChart","sidebar":"docs"},{"id":"dashboards-and-widgets/DifferentLaunchesComparisonChart","path":"/docs/dashboards-and-widgets/DifferentLaunchesComparisonChart","sidebar":"docs"},{"id":"dashboards-and-widgets/FailedCasesTrendChart","path":"/docs/dashboards-and-widgets/FailedCasesTrendChart","sidebar":"docs"},{"id":"dashboards-and-widgets/FlakyTestCasesTableTop50","path":"/docs/dashboards-and-widgets/FlakyTestCasesTableTop50","sidebar":"docs"},{"id":"dashboards-and-widgets/index","path":"/docs/dashboards-and-widgets/","sidebar":"docs"},{"id":"dashboards-and-widgets/InvestigatedPercentageOfLaunches","path":"/docs/dashboards-and-widgets/InvestigatedPercentageOfLaunches","sidebar":"docs"},{"id":"dashboards-and-widgets/LaunchesDurationChart","path":"/docs/dashboards-and-widgets/LaunchesDurationChart","sidebar":"docs"},{"id":"dashboards-and-widgets/LaunchesTable","path":"/docs/dashboards-and-widgets/LaunchesTable","sidebar":"docs"},{"id":"dashboards-and-widgets/LaunchExecutionAndIssueStatistic","path":"/docs/dashboards-and-widgets/LaunchExecutionAndIssueStatistic","sidebar":"docs"},{"id":"dashboards-and-widgets/LaunchStatisticsChart","path":"/docs/dashboards-and-widgets/LaunchStatisticsChart","sidebar":"docs"},{"id":"dashboards-and-widgets/ManageWidgets","path":"/docs/dashboards-and-widgets/ManageWidgets","sidebar":"docs"},{"id":"dashboards-and-widgets/MostFailedTestCasesTableTop50","path":"/docs/dashboards-and-widgets/MostFailedTestCasesTableTop50","sidebar":"docs"},{"id":"dashboards-and-widgets/MostPopularPatternTableTop20","path":"/docs/dashboards-and-widgets/MostPopularPatternTableTop20","sidebar":"docs"},{"id":"dashboards-and-widgets/MostTimeConsumingTestCasesWidgetTop20","path":"/docs/dashboards-and-widgets/MostTimeConsumingTestCasesWidgetTop20","sidebar":"docs"},{"id":"dashboards-and-widgets/NonPassedTestCasesTrendChart","path":"/docs/dashboards-and-widgets/NonPassedTestCasesTrendChart","sidebar":"docs"},{"id":"dashboards-and-widgets/OverallStatistics","path":"/docs/dashboards-and-widgets/OverallStatistics","sidebar":"docs"},{"id":"dashboards-and-widgets/PassingRatePerLaunch","path":"/docs/dashboards-and-widgets/PassingRatePerLaunch","sidebar":"docs"},{"id":"dashboards-and-widgets/PassingRateSummary","path":"/docs/dashboards-and-widgets/PassingRateSummary","sidebar":"docs"},{"id":"dashboards-and-widgets/PossibleDashboardsInReportPortal","path":"/docs/dashboards-and-widgets/PossibleDashboardsInReportPortal","sidebar":"docs"},{"id":"dashboards-and-widgets/ProjectActivityPanel","path":"/docs/dashboards-and-widgets/ProjectActivityPanel","sidebar":"docs"},{"id":"dashboards-and-widgets/ReportingAndMetricsInReportPortal","path":"/docs/dashboards-and-widgets/ReportingAndMetricsInReportPortal","sidebar":"docs"},{"id":"dashboards-and-widgets/TableComponentHealthCheck","path":"/docs/dashboards-and-widgets/TableComponentHealthCheck","sidebar":"docs"},{"id":"dashboards-and-widgets/TestCasesGrowthTrendChart","path":"/docs/dashboards-and-widgets/TestCasesGrowthTrendChart","sidebar":"docs"},{"id":"dashboards-and-widgets/UniqueBugsTable","path":"/docs/dashboards-and-widgets/UniqueBugsTable","sidebar":"docs"},{"id":"dashboards-and-widgets/WidgetCreation","path":"/docs/dashboards-and-widgets/WidgetCreation","sidebar":"docs"},{"id":"dashboards-and-widgets/WorkWithDashboards","path":"/docs/dashboards-and-widgets/WorkWithDashboards","sidebar":"docs"},{"id":"developers-guides/APIDifferencesBetweenV4AndV5","path":"/docs/developers-guides/APIDifferencesBetweenV4AndV5","sidebar":"docs"},{"id":"developers-guides/AsynchronousReporting","path":"/docs/developers-guides/AsynchronousReporting","sidebar":"docs"},{"id":"developers-guides/AttachmentsGuide","path":"/docs/developers-guides/AttachmentsGuide","sidebar":"docs"},{"id":"developers-guides/BackEndJavaContributionGuide","path":"/docs/developers-guides/BackEndJavaContributionGuide","sidebar":"docs"},{"id":"developers-guides/index","path":"/docs/developers-guides/","sidebar":"docs"},{"id":"developers-guides/InteractionsBetweenAPIAndAnalyzer","path":"/docs/developers-guides/InteractionsBetweenAPIAndAnalyzer","sidebar":"docs"},{"id":"developers-guides/PluginDevelopersGuide/DevelopACustomImportPlugin","path":"/docs/developers-guides/PluginDevelopersGuide/DevelopACustomImportPlugin","sidebar":"docs"},{"id":"developers-guides/PluginDevelopersGuide/index","path":"/docs/developers-guides/PluginDevelopersGuide/","sidebar":"docs"},{"id":"developers-guides/PluginDevelopersGuide/PluginAPIDevelopersGuide","path":"/docs/developers-guides/PluginDevelopersGuide/PluginAPIDevelopersGuide","sidebar":"docs"},{"id":"developers-guides/PluginDevelopersGuide/PluginUIDevelopersGuide","path":"/docs/developers-guides/PluginDevelopersGuide/PluginUIDevelopersGuide","sidebar":"docs"},{"id":"developers-guides/ReportingDevelopersGuide","path":"/docs/developers-guides/ReportingDevelopersGuide","sidebar":"docs"},{"id":"developers-guides/ReportPortalAPI","path":"/docs/developers-guides/ReportPortalAPI","sidebar":"docs"},{"id":"developers-guides/RerunDevelopersGuide","path":"/docs/developers-guides/RerunDevelopersGuide","sidebar":"docs"},{"id":"developers-guides/RetriesReporting","path":"/docs/developers-guides/RetriesReporting","sidebar":"docs"},{"id":"external-integrations/index","path":"/docs/external-integrations/","sidebar":"docs"},{"id":"external-integrations/testRigor","path":"/docs/external-integrations/testRigor","sidebar":"docs"},{"id":"FAQ/index","path":"/docs/FAQ/","sidebar":"docs"},{"id":"features/AIFailureReasonDetection","path":"/docs/features/AIFailureReasonDetection","sidebar":"docs"},{"id":"features/CategorisationOfFailures","path":"/docs/features/CategorisationOfFailures","sidebar":"docs"},{"id":"features/index","path":"/docs/features/","sidebar":"docs"},{"id":"features/QualityGates","path":"/docs/features/QualityGates","sidebar":"docs"},{"id":"features/RealTimeReporting","path":"/docs/features/RealTimeReporting","sidebar":"docs"},{"id":"features/RESTAPI","path":"/docs/features/RESTAPI","sidebar":"docs"},{"id":"features/RichArtifactsInTestReports","path":"/docs/features/RichArtifactsInTestReports","sidebar":"docs"},{"id":"features/UnifiedTestReporting","path":"/docs/features/UnifiedTestReporting","sidebar":"docs"},{"id":"features/VisualisationOfTestResults","path":"/docs/features/VisualisationOfTestResults","sidebar":"docs"},{"id":"glossary/index","path":"/docs/glossary/","sidebar":"docs"},{"id":"installation-steps-advanced/AdditionalConfigurationParameters","path":"/docs/installation-steps-advanced/AdditionalConfigurationParameters","sidebar":"docs"},{"id":"installation-steps-advanced/AmazonALBNGINXIngressController","path":"/docs/installation-steps-advanced/AmazonALBNGINXIngressController","sidebar":"docs"},{"id":"installation-steps-advanced/BackupRestoreGuide","path":"/docs/installation-steps-advanced/BackupRestoreGuide","sidebar":"docs"},{"id":"installation-steps-advanced/BasicMonitoringConfiguration","path":"/docs/installation-steps-advanced/BasicMonitoringConfiguration","sidebar":"docs"},{"id":"installation-steps-advanced/ComponentsOverview","path":"/docs/installation-steps-advanced/ComponentsOverview","sidebar":"docs"},{"id":"installation-steps-advanced/DeployWithAWSECSFargate","path":"/docs/installation-steps-advanced/DeployWithAWSECSFargate","sidebar":"docs"},{"id":"installation-steps-advanced/FileStorageOptions","path":"/docs/installation-steps-advanced/FileStorageOptions","sidebar":"docs"},{"id":"installation-steps-advanced/index","path":"/docs/installation-steps-advanced/","sidebar":"docs"},{"id":"installation-steps-advanced/JobsConfiguration","path":"/docs/installation-steps-advanced/JobsConfiguration","sidebar":"docs"},{"id":"installation-steps-advanced/MaintainCommandsCheatSheet","path":"/docs/installation-steps-advanced/MaintainCommandsCheatSheet","sidebar":"docs"},{"id":"installation-steps-advanced/MigrateOneInstanceToAnother","path":"/docs/installation-steps-advanced/MigrateOneInstanceToAnother","sidebar":"docs"},{"id":"installation-steps-advanced/QuickStartWithGCPGKE","path":"/docs/installation-steps-advanced/QuickStartWithGCPGKE","sidebar":"docs"},{"id":"installation-steps-advanced/ScalingReportPortalServices","path":"/docs/installation-steps-advanced/ScalingReportPortalServices","sidebar":"docs"},{"id":"installation-steps-advanced/SetupTSLSSLInTraefik2.0.x","path":"/docs/installation-steps-advanced/SetupTSLSSLInTraefik2.0.x","sidebar":"docs"},{"id":"installation-steps-advanced/UpgradingPostgreSQLForReportPortalV24.2AndLater","path":"/docs/installation-steps-advanced/UpgradingPostgreSQLForReportPortalV24.2AndLater","sidebar":"docs"},{"id":"installation-steps/DeployOnUbuntuOS","path":"/docs/installation-steps/DeployOnUbuntuOS","sidebar":"docs"},{"id":"installation-steps/DeployViaGoogleCloudMarketplace","path":"/docs/installation-steps/DeployViaGoogleCloudMarketplace","sidebar":"docs"},{"id":"installation-steps/DeployWithDocker","path":"/docs/installation-steps/DeployWithDocker","sidebar":"docs"},{"id":"installation-steps/DeployWithKubernetes","path":"/docs/installation-steps/DeployWithKubernetes","sidebar":"docs"},{"id":"installation-steps/DeployWithMinikube","path":"/docs/installation-steps/DeployWithMinikube","sidebar":"docs"},{"id":"installation-steps/DeployWithoutDocker","path":"/docs/installation-steps/DeployWithoutDocker","sidebar":"docs"},{"id":"installation-steps/HardwareRequirements","path":"/docs/installation-steps/HardwareRequirements","sidebar":"docs"},{"id":"installation-steps/index","path":"/docs/installation-steps/","sidebar":"docs"},{"id":"intro","path":"/docs/","sidebar":"docs"},{"id":"issues-troubleshooting/EmailNotificationIssues","path":"/docs/issues-troubleshooting/EmailNotificationIssues","sidebar":"docs"},{"id":"issues-troubleshooting/HowToAddATestStackTraceToADescriptionAutomatically","path":"/docs/issues-troubleshooting/HowToAddATestStackTraceToADescriptionAutomatically","sidebar":"docs"},{"id":"issues-troubleshooting/HowToAvoidLocalExecutionReportedIntoProjectSpace","path":"/docs/issues-troubleshooting/HowToAvoidLocalExecutionReportedIntoProjectSpace","sidebar":"docs"},{"id":"issues-troubleshooting/HowToCheckLDAPConnection","path":"/docs/issues-troubleshooting/HowToCheckLDAPConnection","sidebar":"docs"},{"id":"issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingPGRepack","path":"/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingPGRepack","sidebar":"docs"},{"id":"issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingVacuumFull","path":"/docs/issues-troubleshooting/HowToCleanUpTheReportPortalDatabaseUsingVacuumFull","sidebar":"docs"},{"id":"issues-troubleshooting/HowToResolveIssuesWithMigrationToTheNewVersion","path":"/docs/issues-troubleshooting/HowToResolveIssuesWithMigrationToTheNewVersion","sidebar":"docs"},{"id":"issues-troubleshooting/index","path":"/docs/issues-troubleshooting/","sidebar":"docs"},{"id":"issues-troubleshooting/IssuesWithJIRABugTrackingSystemHowToResolve","path":"/docs/issues-troubleshooting/IssuesWithJIRABugTrackingSystemHowToResolve","sidebar":"docs"},{"id":"issues-troubleshooting/IssuesWithLDAPSHowToResolve","path":"/docs/issues-troubleshooting/IssuesWithLDAPSHowToResolve","sidebar":"docs"},{"id":"issues-troubleshooting/ResolveAnalyzerKnownIssues","path":"/docs/issues-troubleshooting/ResolveAnalyzerKnownIssues","sidebar":"docs"},{"id":"issues-troubleshooting/TuningCITool","path":"/docs/issues-troubleshooting/TuningCITool","sidebar":"docs"},{"id":"log-data-in-reportportal/HowToGetAnAccessTokenInReportPortal","path":"/docs/log-data-in-reportportal/HowToGetAnAccessTokenInReportPortal","sidebar":"docs"},{"id":"log-data-in-reportportal/HowToRunYourTests","path":"/docs/log-data-in-reportportal/HowToRunYourTests","sidebar":"docs"},{"id":"log-data-in-reportportal/ImplementOwnIntegration","path":"/docs/log-data-in-reportportal/ImplementOwnIntegration","sidebar":"docs"},{"id":"log-data-in-reportportal/ImportDataToReportPortal","path":"/docs/log-data-in-reportportal/ImportDataToReportPortal","sidebar":"docs"},{"id":"log-data-in-reportportal/index","path":"/docs/log-data-in-reportportal/","sidebar":"docs"},{"id":"log-data-in-reportportal/ReportingSDK","path":"/docs/log-data-in-reportportal/ReportingSDK","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/index","path":"/docs/log-data-in-reportportal/test-framework-integration/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Cucumber","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/index","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/JBehave","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/JBehave","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/JUnit4","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit4","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/JUnit5","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/JUnit5","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Karate","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Karate","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Loggers/ApacheHttpComponents","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/ApacheHttpComponents","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Loggers/Log4J","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Log4J","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Loggers/Logback","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Logback","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Loggers/OkHttp3","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/OkHttp3","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Loggers/RestAssured","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/RestAssured","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Loggers/Selenide","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/Selenide","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/SoapUI","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/SoapUI","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/Spock","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/Spock","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Java/TestNG","path":"/docs/log-data-in-reportportal/test-framework-integration/Java/TestNG","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Codecept","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Codecept","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/CucumberJS","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/CucumberJS","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Cypress","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Cypress","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/index","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Jasmine","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jasmine","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Jest","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Jest","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Mocha","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Mocha","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Nightwatch","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Nightwatch","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Playwright","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Playwright","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Postman","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Postman","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/TestCafe","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/TestCafe","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/Vitest","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/JavaScript/WebdriverIO","path":"/docs/log-data-in-reportportal/test-framework-integration/JavaScript/WebdriverIO","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/index","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/Loggers/Log4Net","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Log4Net","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/Loggers/NLog","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/NLog","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/Loggers/Serilog","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/Serilog","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/Loggers/TraceListener","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/TraceListener","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/NUnit","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/NUnit","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/Reqnroll","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/Reqnroll","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/SpecFlow","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/SpecFlow","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/VSTest","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/VSTest","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Net/xUnit","path":"/docs/log-data-in-reportportal/test-framework-integration/Net/xUnit","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Other/index","path":"/docs/log-data-in-reportportal/test-framework-integration/Other/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/PHP/Behat","path":"/docs/log-data-in-reportportal/test-framework-integration/PHP/Behat","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/PHP/Codeception","path":"/docs/log-data-in-reportportal/test-framework-integration/PHP/Codeception","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/PHP/index","path":"/docs/log-data-in-reportportal/test-framework-integration/PHP/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/PHP/PHPUnit","path":"/docs/log-data-in-reportportal/test-framework-integration/PHP/PHPUnit","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Python/behave","path":"/docs/log-data-in-reportportal/test-framework-integration/Python/behave","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Python/index","path":"/docs/log-data-in-reportportal/test-framework-integration/Python/","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Python/nosetests","path":"/docs/log-data-in-reportportal/test-framework-integration/Python/nosetests","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Python/pytest","path":"/docs/log-data-in-reportportal/test-framework-integration/Python/pytest","sidebar":"docs"},{"id":"log-data-in-reportportal/test-framework-integration/Python/RobotFramework","path":"/docs/log-data-in-reportportal/test-framework-integration/Python/RobotFramework","sidebar":"docs"},{"id":"plugins/AtlassianJiraCloud","path":"/docs/plugins/AtlassianJiraCloud","sidebar":"docs"},{"id":"plugins/AtlassianJiraServer","path":"/docs/plugins/AtlassianJiraServer","sidebar":"docs"},{"id":"plugins/authorization/ActiveDirectory","path":"/docs/plugins/authorization/ActiveDirectory","sidebar":"docs"},{"id":"plugins/authorization/GitHub","path":"/docs/plugins/authorization/GitHub","sidebar":"docs"},{"id":"plugins/authorization/LDAP","path":"/docs/plugins/authorization/LDAP","sidebar":"docs"},{"id":"plugins/authorization/SamlProviders/AzureSaml","path":"/docs/plugins/authorization/SamlProviders/AzureSaml","sidebar":"docs"},{"id":"plugins/authorization/SamlProviders/OktaSaml","path":"/docs/plugins/authorization/SamlProviders/OktaSaml","sidebar":"docs"},{"id":"plugins/authorization/SamlProviders/Overview","path":"/docs/plugins/authorization/SamlProviders/Overview","sidebar":"docs"},{"id":"plugins/AzureDevOps","path":"/docs/plugins/AzureDevOps","sidebar":"docs"},{"id":"plugins/EmailServer","path":"/docs/plugins/EmailServer","sidebar":"docs"},{"id":"plugins/GitLab","path":"/docs/plugins/GitLab","sidebar":"docs"},{"id":"plugins/index","path":"/docs/plugins/","sidebar":"docs"},{"id":"plugins/JUnit","path":"/docs/plugins/JUnit","sidebar":"docs"},{"id":"plugins/ManagePlugins","path":"/docs/plugins/ManagePlugins","sidebar":"docs"},{"id":"plugins/Monday","path":"/docs/plugins/Monday","sidebar":"docs"},{"id":"plugins/Rally","path":"/docs/plugins/Rally","sidebar":"docs"},{"id":"plugins/RobotFramework","path":"/docs/plugins/RobotFramework","sidebar":"docs"},{"id":"plugins/SauceLabs","path":"/docs/plugins/SauceLabs","sidebar":"docs"},{"id":"plugins/Slack","path":"/docs/plugins/Slack","sidebar":"docs"},{"id":"quality-gates/AssessmentOfTestResultsUsingQualityGates","path":"/docs/quality-gates/AssessmentOfTestResultsUsingQualityGates","sidebar":"docs"},{"id":"quality-gates/DeleteQualityGates","path":"/docs/quality-gates/DeleteQualityGates","sidebar":"docs"},{"id":"quality-gates/FeatureOverview","path":"/docs/quality-gates/FeatureOverview","sidebar":"docs"},{"id":"quality-gates/HowToInstallQualityGates","path":"/docs/quality-gates/HowToInstallQualityGates","sidebar":"docs"},{"id":"quality-gates/index","path":"/docs/quality-gates/","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/index","path":"/docs/quality-gates/IntegrationWithCICD/","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/IntegrationWithAzureDevOps","path":"/docs/quality-gates/IntegrationWithCICD/IntegrationWithAzureDevOps","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/IntegrationWithBitrise","path":"/docs/quality-gates/IntegrationWithCICD/IntegrationWithBitrise","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/IntegrationWithCircleCI","path":"/docs/quality-gates/IntegrationWithCICD/IntegrationWithCircleCI","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/IntegrationWithGitHubActions","path":"/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitHubActions","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/IntegrationWithGitLabCI","path":"/docs/quality-gates/IntegrationWithCICD/IntegrationWithGitLabCI","sidebar":"docs"},{"id":"quality-gates/IntegrationWithCICD/IntegrationWithJenkins","path":"/docs/quality-gates/IntegrationWithCICD/IntegrationWithJenkins","sidebar":"docs"},{"id":"quality-gates/QualityGateEdit","path":"/docs/quality-gates/QualityGateEdit","sidebar":"docs"},{"id":"quality-gates/QualityGatePurpose","path":"/docs/quality-gates/QualityGatePurpose","sidebar":"docs"},{"id":"quality-gates/QualityRulesConfiguration","path":"/docs/quality-gates/QualityRulesConfiguration","sidebar":"docs"},{"id":"quality-gates/UploadQualityGateToReportPortal","path":"/docs/quality-gates/UploadQualityGateToReportPortal","sidebar":"docs"},{"id":"releases/index","path":"/docs/releases/","sidebar":"docs"},{"id":"releases/Version23.1","path":"/docs/releases/Version23.1","sidebar":"docs"},{"id":"releases/Version23.2","path":"/docs/releases/Version23.2","sidebar":"docs"},{"id":"releases/Version24.1","path":"/docs/releases/Version24.1","sidebar":"docs"},{"id":"releases/Version24.2","path":"/docs/releases/Version24.2","sidebar":"docs"},{"id":"releases/Version3.3.2","path":"/docs/releases/Version3.3.2","sidebar":"docs"},{"id":"releases/Version3.3.2-1","path":"/docs/releases/Version3.3.2-1","sidebar":"docs"},{"id":"releases/Version4.0.0","path":"/docs/releases/Version4.0.0","sidebar":"docs"},{"id":"releases/Version4.1.0","path":"/docs/releases/Version4.1.0","sidebar":"docs"},{"id":"releases/Version4.2.0","path":"/docs/releases/Version4.2.0","sidebar":"docs"},{"id":"releases/Version4.3","path":"/docs/releases/Version4.3","sidebar":"docs"},{"id":"releases/Version5.0.0","path":"/docs/releases/Version5.0.0","sidebar":"docs"},{"id":"releases/Version5.0RC","path":"/docs/releases/Version5.0RC","sidebar":"docs"},{"id":"releases/Version5.1.0","path":"/docs/releases/Version5.1.0","sidebar":"docs"},{"id":"releases/Version5.2.0","path":"/docs/releases/Version5.2.0","sidebar":"docs"},{"id":"releases/Version5.2.1","path":"/docs/releases/Version5.2.1","sidebar":"docs"},{"id":"releases/Version5.2.2","path":"/docs/releases/Version5.2.2","sidebar":"docs"},{"id":"releases/Version5.2.3","path":"/docs/releases/Version5.2.3","sidebar":"docs"},{"id":"releases/Version5.3.0","path":"/docs/releases/Version5.3.0","sidebar":"docs"},{"id":"releases/Version5.3.1.","path":"/docs/releases/Version5.3.1.","sidebar":"docs"},{"id":"releases/Version5.3.2","path":"/docs/releases/Version5.3.2","sidebar":"docs"},{"id":"releases/Version5.3.3","path":"/docs/releases/Version5.3.3","sidebar":"docs"},{"id":"releases/Version5.3.5","path":"/docs/releases/Version5.3.5","sidebar":"docs"},{"id":"releases/Version5.4.0","path":"/docs/releases/Version5.4.0","sidebar":"docs"},{"id":"releases/Version5.5.0","path":"/docs/releases/Version5.5.0","sidebar":"docs"},{"id":"releases/Version5.6.0","path":"/docs/releases/Version5.6.0","sidebar":"docs"},{"id":"releases/Version5.6.1","path":"/docs/releases/Version5.6.1","sidebar":"docs"},{"id":"releases/Version5.6.2","path":"/docs/releases/Version5.6.2","sidebar":"docs"},{"id":"releases/Version5.6.3","path":"/docs/releases/Version5.6.3","sidebar":"docs"},{"id":"releases/Version5.7.0","path":"/docs/releases/Version5.7.0","sidebar":"docs"},{"id":"releases/Version5.7.1","path":"/docs/releases/Version5.7.1","sidebar":"docs"},{"id":"releases/Version5.7.2","path":"/docs/releases/Version5.7.2","sidebar":"docs"},{"id":"releases/Version5.7.3","path":"/docs/releases/Version5.7.3","sidebar":"docs"},{"id":"releases/Version5.7.4","path":"/docs/releases/Version5.7.4","sidebar":"docs"},{"id":"saved-searches-filters/CreateFilters","path":"/docs/saved-searches-filters/CreateFilters","sidebar":"docs"},{"id":"saved-searches-filters/FiltersPage","path":"/docs/saved-searches-filters/FiltersPage","sidebar":"docs"},{"id":"saved-searches-filters/index","path":"/docs/saved-searches-filters/","sidebar":"docs"},{"id":"saved-searches-filters/ManageFilters","path":"/docs/saved-searches-filters/ManageFilters","sidebar":"docs"},{"id":"terms-and-conditions/GoogleAnalyticsUsageByReportPortal","path":"/docs/terms-and-conditions/GoogleAnalyticsUsageByReportPortal","sidebar":"docs"},{"id":"terms-and-conditions/index","path":"/docs/terms-and-conditions/","sidebar":"docs"},{"id":"terms-and-conditions/PremiumFeatures","path":"/docs/terms-and-conditions/PremiumFeatures","sidebar":"docs"},{"id":"tutorial/index","path":"/docs/tutorial/","sidebar":"docs"},{"id":"user-account/DataRetentionProcedure","path":"/docs/user-account/DataRetentionProcedure","sidebar":"docs"},{"id":"user-account/DeleteAccount","path":"/docs/user-account/DeleteAccount","sidebar":"docs"},{"id":"user-account/EditPersonalInformation","path":"/docs/user-account/EditPersonalInformation","sidebar":"docs"},{"id":"user-account/index","path":"/docs/user-account/","sidebar":"docs"},{"id":"user-account/RestoreAPassword","path":"/docs/user-account/RestoreAPassword","sidebar":"docs"},{"id":"user-role-guides/index","path":"/docs/user-role-guides/","sidebar":"docs"},{"id":"work-with-reports/FilteringLaunches","path":"/docs/work-with-reports/FilteringLaunches","sidebar":"docs"},{"id":"work-with-reports/HistoryOfLaunches","path":"/docs/work-with-reports/HistoryOfLaunches","sidebar":"docs"},{"id":"work-with-reports/index","path":"/docs/work-with-reports/","sidebar":"docs"},{"id":"work-with-reports/InvestigationOfFailure","path":"/docs/work-with-reports/InvestigationOfFailure","sidebar":"docs"},{"id":"work-with-reports/LaunchesTestItemsAttributes","path":"/docs/work-with-reports/LaunchesTestItemsAttributes","sidebar":"docs"},{"id":"work-with-reports/OperationsUnderLaunches","path":"/docs/work-with-reports/OperationsUnderLaunches","sidebar":"docs"},{"id":"work-with-reports/SystemAttributes","path":"/docs/work-with-reports/SystemAttributes","sidebar":"docs"},{"id":"work-with-reports/TestCaseId","path":"/docs/work-with-reports/TestCaseId","sidebar":"docs"},{"id":"work-with-reports/UniqueId","path":"/docs/work-with-reports/UniqueId","sidebar":"docs"},{"id":"work-with-reports/ViewLaunches","path":"/docs/work-with-reports/ViewLaunches","sidebar":"docs"},{"id":"/category/loggers","path":"/docs/category/loggers","sidebar":"docs"},{"id":"/category/loggers-1","path":"/docs/category/loggers-1","sidebar":"docs"},{"id":"/category/authorization","path":"/docs/category/authorization","sidebar":"docs"},{"id":"/category/saml-providers","path":"/docs/category/saml-providers","sidebar":"docs"},{"id":"/category/api/api-design","path":"/docs/category/api/api-design","sidebar":"apiDesign"},{"id":"/category/api/service-api","path":"/docs/category/api/service-api","sidebar":"serviceApi"},{"id":"/category/api/service-api-5.10","path":"/docs/category/api/service-api-5.10","sidebar":"service-api-5.10"},{"id":"/category/api/service-uat","path":"/docs/category/api/service-uat","sidebar":"serviceUat"},{"id":"/category/api/service-uat-5.10","path":"/docs/category/api/service-uat-5.10","sidebar":"service-uat-5.10"}],"draftIds":[],"sidebars":{"docs":{"link":{"path":"/docs/","label":"intro"}},"apiOverview":{"link":{"path":"/docs/api/intro","label":"API Overview"}},"apiDesign":{"link":{"path":"/docs/category/api/api-design","label":"API Documentation"}},"serviceApi":{"link":{"path":"/docs/category/api/service-api","label":"Service API"}},"service-api-5.10":{"link":{"path":"/docs/category/api/service-api-5.10","label":"Service API"}},"serviceUat":{"link":{"path":"/docs/category/api/service-uat","label":"Service Authorization"}},"service-uat-5.10":{"link":{"path":"/docs/category/api/service-uat-5.10","label":"Service Authorization"}}}}],"breadcrumbs":true}},"docusaurus-plugin-google-tag-manager":{"default":{"containerId":"GTM-MK7ZHTL","id":"default"}}}'),r=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var o=i(57529);const c=JSON.parse('{"docusaurusVersion":"3.4.0","siteVersion":"2.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.4.0"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.4.0"},"docusaurus-plugin-google-tag-manager":{"type":"package","name":"@docusaurus/plugin-google-tag-manager","version":"3.4.0"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"3.4.0"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.4.0"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"3.4.0"},"plugin-cookie-pro":{"type":"project"},"docusaurus-plugin-openapi-docs":{"type":"package","name":"docusaurus-plugin-openapi-docs","version":"3.0.0-beta.5"},"docusaurus-plugin-client-redirects":{"type":"package","name":"@docusaurus/plugin-client-redirects","version":"3.4.0"},"docusaurus-theme-openapi":{"type":"package","name":"docusaurus-theme-openapi-docs","version":"3.0.0-beta.5"}}}');var p=i(85893);const d={siteConfig:a.default,siteMetadata:c,globalData:n,i18n:r,codeTranslations:o},l=s.createContext(d);function u(e){let{children:t}=e;return(0,p.jsx)(l.Provider,{value:d,children:t})}},44763:(e,t,i)=>{"use strict";i.d(t,{Z:()=>v});var s=i(67294),a=i(10412),n=i(35742),r=i(18780),o=i(30570),c=i(30226),p=i(85893);function d(e){let{error:t,tryAgain:i}=e;return(0,p.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"},children:[(0,p.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,p.jsx)("button",{type:"button",onClick:i,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,p.jsx)(l,{error:t})]})}function l(e){let{error:t}=e;const i=(0,r.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,p.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:i})}function u(e){let{children:t}=e;return(0,p.jsx)(c.z,{value:{plugin:{name:"docusaurus-core-error-boundary",id:"default"}},children:t})}function g(e){let{error:t,tryAgain:i}=e;return(0,p.jsx)(u,{children:(0,p.jsxs)(v,{fallback:()=>(0,p.jsx)(d,{error:t,tryAgain:i}),children:[(0,p.jsx)(n.Z,{children:(0,p.jsx)("title",{children:"Page Error"})}),(0,p.jsx)(o.Z,{children:(0,p.jsx)(d,{error:t,tryAgain:i})})]})})}const f=e=>(0,p.jsx)(g,{...e});class v extends s.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){a.default.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??f)(e)}return e??null}}},10412:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>a});const s="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,a={canUseDOM:s,canUseEventListeners:s&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:s&&"IntersectionObserver"in window,canUseViewport:s&&"screen"in window}},35742:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});i(67294);var s=i(70405),a=i(85893);function n(e){return(0,a.jsx)(s.ql,{...e})}},33692:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>g});var s=i(67294),a=i(73727),n=i(18780),r=i(52263),o=i(13919),c=i(10412),p=i(28138),d=i(44996),l=i(85893);function u(e,t){let{isNavLink:i,to:u,href:g,activeClassName:f,isActive:v,"data-noBrokenLinkCheck":m,autoAddBaseUrl:b=!0,...h}=e;const{siteConfig:y}=(0,r.default)(),{trailingSlash:x,baseUrl:w}=y,_=y.future.experimental_router,{withBaseUrl:k}=(0,d.useBaseUrlUtils)(),P=(0,p.Z)(),A=(0,s.useRef)(null);(0,s.useImperativeHandle)(t,(()=>A.current));const S=u||g;const E=(0,o.Z)(S),T=S?.replace("pathname://","");let C=void 0!==T?(I=T,b&&(e=>e.startsWith("/"))(I)?k(I):I):void 0;var I;"hash"===_&&C?.startsWith("./")&&(C=C?.slice(1)),C&&E&&(C=(0,n.applyTrailingSlash)(C,{trailingSlash:x,baseUrl:w}));const R=(0,s.useRef)(!1),j=i?a.OL:a.rU,O=c.default.canUseIntersectionObserver,L=(0,s.useRef)(),N=()=>{R.current||null==C||(window.docusaurus.preload(C),R.current=!0)};(0,s.useEffect)((()=>(!O&&E&&null!=C&&window.docusaurus.prefetch(C),()=>{O&&L.current&&L.current.disconnect()})),[L,C,O,E]);const D=C?.startsWith("#")??!1,F=!h.target||"_self"===h.target,M=!C||!E||!F;return m||!D&&M||P.collectLink(C),h.id&&P.collectAnchor(h.id),M?(0,l.jsx)("a",{ref:A,href:C,...S&&!E&&{target:"_blank",rel:"noopener noreferrer"},...h}):(0,l.jsx)(j,{...h,onMouseEnter:N,onTouchStart:N,innerRef:e=>{A.current=e,O&&e&&E&&(L.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(L.current.unobserve(e),L.current.disconnect(),null!=C&&window.docusaurus.prefetch(C))}))})),L.current.observe(e))},to:C,...i&&{isActive:v,activeClassName:f}})}const g=s.forwardRef(u)},95999:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>d,translate:()=>p});var s=i(67294),a=i(85893);function n(e,t){const i=e.split(/(\{\w+\})/).map(((e,i)=>{if(i%2==1){const i=t?.[e.slice(1,-1)];if(void 0!==i)return i}return e}));return i.some((e=>(0,s.isValidElement)(e)))?i.map(((e,t)=>(0,s.isValidElement)(e)?s.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):i.join("")}var r=i(57529),o=i(25108);function c(e){let{id:t,message:i}=e;if(void 0===t&&void 0===i)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return r[t??i]??i??t}function p(e,t){let{message:i,id:s}=e;return n(c({message:i,id:s}),t)}function d(e){let{children:t,id:i,values:s}=e;if(t&&"string"!=typeof t)throw o.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const r=c({message:t,id:i});return(0,a.jsx)(a.Fragment,{children:n(r,s)})}},29935:(e,t,i)=>{"use strict";i.d(t,{m:()=>s});const s="default"},13919:(e,t,i)=>{"use strict";function s(e){return/^(?:\w*:|\/\/)/.test(e)}function a(e){return void 0!==e&&!s(e)}i.d(t,{Z:()=>a,b:()=>s})},44996:(e,t,i)=>{"use strict";i.r(t),i.d(t,{addBaseUrl:()=>r,default:()=>c,useBaseUrlUtils:()=>o});var s=i(67294),a=i(52263),n=i(13919);function r(e){let{siteUrl:t,baseUrl:i,url:s,options:{forcePrependBaseUrl:a=!1,absolute:r=!1}={},router:o}=e;if(!s||s.startsWith("#")||(0,n.b)(s))return s;if("hash"===o)return s.startsWith("/")?`.${s}`:`./${s}`;if(a)return i+s.replace(/^\//,"");if(s===i.replace(/\/$/,""))return i;const c=!s.startsWith(i)?i+s.replace(/^\//,""):s;return r?t+c:c}function o(){const{siteConfig:e}=(0,a.default)(),{baseUrl:t,url:i}=e,n=e.future.experimental_router;return{withBaseUrl:(0,s.useCallback)(((e,s)=>r({siteUrl:i,baseUrl:t,url:e,options:s,router:n})),[i,t,n])}}function c(e,t){void 0===t&&(t={});const{withBaseUrl:i}=o();return i(e,t)}},28138:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});var s=i(67294);i(85893);const a=s.createContext({collectAnchor:()=>{},collectLink:()=>{}}),n=()=>(0,s.useContext)(a);function r(){return n()}},52263:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>n});var s=i(67294),a=i(58940);function n(){return(0,s.useContext)(a._)}},72389:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>n});var s=i(67294),a=i(98934);function n(){return(0,s.useContext)(a._)}},20469:(e,t,i)=>{"use strict";i.d(t,{Z:()=>a});var s=i(67294);const a=i(10412).default.canUseDOM?s.useLayoutEffect:s.useEffect},65102:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var s=i(67294),a=i(30226);function n(){const e=s.useContext(a._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}},99670:(e,t,i)=>{"use strict";i.d(t,{Z:()=>a});const s=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function a(e){const t={};return function e(i,a){Object.entries(i).forEach((i=>{let[n,r]=i;const o=a?`${a}.${n}`:n;s(r)?e(r,o):t[o]=r}))}(e),t}},30226:(e,t,i)=>{"use strict";i.d(t,{_:()=>n,z:()=>r});var s=i(67294),a=i(85893);const n=s.createContext(null);function r(e){let{children:t,value:i}=e;const r=s.useContext(n),o=(0,s.useMemo)((()=>function(e){let{parent:t,value:i}=e;if(!t){if(!i)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in i))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return i}const s={...t.data,...i?.data};return{plugin:t.plugin,data:s}}({parent:r,value:i})),[r,i]);return(0,a.jsx)(n.Provider,{value:o,children:t})}},80143:(e,t,i)=>{"use strict";i.d(t,{Iw:()=>b,gA:()=>g,WS:()=>f,_r:()=>l,Jo:()=>h,zh:()=>u,yW:()=>m,gB:()=>v});var s=i(16550),a=i(52263),n=i(29935);function r(e,t){void 0===t&&(t={});const i=function(){const{globalData:e}=(0,a.default)();return e}()[e];if(!i&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return i}const o=e=>e.versions.find((e=>e.isLast));function c(e,t){const i=o(e);return[...e.versions.filter((e=>e!==i)),i].find((e=>!!(0,s.LX)(t,{path:e.path,exact:!1,strict:!1})))}function p(e,t){const i=c(e,t),a=i?.docs.find((e=>!!(0,s.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:i,activeDoc:a,alternateDocVersions:a?function(t){const i={};return e.versions.forEach((e=>{e.docs.forEach((s=>{s.id===t&&(i[e.name]=s)}))})),i}(a.id):{}}}const d={},l=()=>r("docusaurus-plugin-content-docs")??d,u=e=>{try{return function(e,t,i){void 0===t&&(t=n.m),void 0===i&&(i={});const s=r(e),a=s?.[t];if(!a&&i.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return a}("docusaurus-plugin-content-docs",e,{failfast:!0})}catch(t){throw new Error("You are using a feature of the Docusaurus docs plugin, but this plugin does not seem to be enabled"+("Default"===e?"":` (pluginId=${e}`),{cause:t})}};function g(e){void 0===e&&(e={});const t=l(),{pathname:i}=(0,s.TH)();return function(e,t,i){void 0===i&&(i={});const a=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,i]=e;return!!(0,s.LX)(t,{path:i.path,exact:!1,strict:!1})})),n=a?{pluginId:a[0],pluginData:a[1]}:void 0;if(!n&&i.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return n}(t,i,e)}function f(e){void 0===e&&(e={});const t=g(e),{pathname:i}=(0,s.TH)();if(!t)return;return{activePlugin:t,activeVersion:c(t.pluginData,i)}}function v(e){return u(e).versions}function m(e){const t=u(e);return o(t)}function b(e){const t=u(e),{pathname:i}=(0,s.TH)();return p(t,i)}function h(e){const t=u(e),{pathname:i}=(0,s.TH)();return function(e,t){const i=o(e);return{latestDocSuggestion:p(e,t).alternateDocVersions[i.name],latestVersionSuggestion:i}}(t,i)}},18320:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>n});var s=i(74865),a=i.n(s);a().configure({showSpinner:!1});const n={onRouteUpdate(e){let{location:t,previousLocation:i}=e;if(i&&t.pathname!==i.pathname){const e=window.setTimeout((()=>{a().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){a().done()}}},3310:(e,t,i)=>{"use strict";i.r(t);var s=i(42573),a=i(36809);!function(e){const{themeConfig:{prism:t}}=a.default,{additionalLanguages:s}=t;globalThis.Prism=e,s.forEach((e=>{"php"===e&&i(96854),i(48137)(`./prism-${e}`)})),delete globalThis.Prism}(s.Prism)},92503:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>d});i(67294);var s=i(90512),a=i(95999),n=i(86668),r=i(33692),o=i(28138);const c={anchorWithStickyNavbar:"anchorWithStickyNavbar_LWe7",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_WYt5"};var p=i(85893);function d(e){let{as:t,id:i,...d}=e;const l=(0,o.Z)(),{navbar:{hideOnScroll:u}}=(0,n.L)();if("h1"===t||!i)return(0,p.jsx)(t,{...d,id:void 0});l.collectAnchor(i);const g=(0,a.translate)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof d.children?d.children:i});return(0,p.jsxs)(t,{...d,className:(0,s.Z)("anchor",u?c.anchorWithHideOnScrollNavbar:c.anchorWithStickyNavbar,d.className),id:i,children:[d.children,(0,p.jsx)(r.default,{className:"hash-link",to:`#${i}`,"aria-label":g,title:g,children:"\u200b"})]})}},39471:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});i(67294);const s={iconExternalLink:"iconExternalLink_nPIU"};var a=i(85893);function n(e){let{width:t=13.5,height:i=13.5}=e;return(0,a.jsx)("svg",{width:t,height:i,"aria-hidden":"true",viewBox:"0 0 24 24",className:s.iconExternalLink,children:(0,a.jsx)("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"})})}},30570:(e,t,i)=>{"use strict";i.d(t,{Z:()=>At});var s=i(67294),a=i(90512),n=i(44763),r=i(71667),o=i(55225),c=i(35281),p=i(19727);const d={skipToContent:"skipToContent_fXgn"};var l=i(85893);function u(){return(0,l.jsx)(o.l,{className:d.skipToContent})}var g=i(86668),f=i(59689),v=i(95999);function m(e){let{width:t=21,height:i=21,color:s="currentColor",strokeWidth:a=1.2,className:n,...r}=e;return(0,l.jsx)("svg",{viewBox:"0 0 15 15",width:t,height:i,...r,children:(0,l.jsx)("g",{stroke:s,strokeWidth:a,children:(0,l.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})})}const b={closeButton:"closeButton_CVFx"};function h(e){return(0,l.jsx)("button",{type:"button","aria-label":(0,v.translate)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"}),...e,className:(0,a.Z)("clean-btn close",b.closeButton,e.className),children:(0,l.jsx)(m,{width:14,height:14,strokeWidth:3.1})})}const y={content:"content_knG7"};function x(e){const{announcementBar:t}=(0,g.L)(),{content:i}=t;return(0,l.jsx)("div",{...e,className:(0,a.Z)(y.content,e.className),dangerouslySetInnerHTML:{__html:i}})}const w={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function _(){const{announcementBar:e}=(0,g.L)(),{isActive:t,close:i}=(0,f.n)();if(!t)return null;const{backgroundColor:s,textColor:a,isCloseable:n}=e;return(0,l.jsxs)("div",{className:w.announcementBar,style:{backgroundColor:s,color:a},role:"banner",children:[n&&(0,l.jsx)("div",{className:w.announcementBarPlaceholder}),(0,l.jsx)(x,{className:w.announcementBarContent}),n&&(0,l.jsx)(h,{onClick:i,className:w.announcementBarClose})]})}var k=i(93163),P=i(99445),A=i(69800),S=i(76857);function E(e){let{header:t,primaryMenu:i,secondaryMenu:s}=e;const{shown:n}=(0,S.Y)();return(0,l.jsxs)("div",{className:"navbar-sidebar",children:[t,(0,l.jsxs)("div",{className:(0,a.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":n}),children:[(0,l.jsx)("div",{className:"navbar-sidebar__item menu",children:i}),(0,l.jsx)("div",{className:"navbar-sidebar__item menu",children:s})]})]})}var T=i(92949),C=i(72389);function I(e){return(0,l.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,l.jsx)("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"})})}function R(e){return(0,l.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,l.jsx)("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"})})}const j={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function O(e){let{className:t,buttonClassName:i,value:s,onChange:n}=e;const r=(0,C.default)(),o=(0,v.translate)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===s?(0,v.translate)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,v.translate)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return(0,l.jsx)("div",{className:(0,a.Z)(j.toggle,t),children:(0,l.jsxs)("button",{className:(0,a.Z)("clean-btn",j.toggleButton,!r&&j.toggleButtonDisabled,i),type:"button",onClick:()=>n("dark"===s?"light":"dark"),disabled:!r,title:o,"aria-label":o,"aria-live":"polite",children:[(0,l.jsx)(I,{className:(0,a.Z)(j.toggleIcon,j.lightToggleIcon)}),(0,l.jsx)(R,{className:(0,a.Z)(j.toggleIcon,j.darkToggleIcon)})]})})}const L=s.memo(O),N={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function D(e){let{className:t}=e;const i=(0,g.L)().navbar.style,s=(0,g.L)().colorMode.disableSwitch,{colorMode:a,setColorMode:n}=(0,T.I)();return s?null:(0,l.jsx)(L,{className:t,buttonClassName:"dark"===i?N.darkNavbarColorModeToggle:void 0,value:a,onChange:n})}var F=i(21327);function M(){return(0,l.jsx)(F.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function U(){const e=(0,k.e)();return(0,l.jsx)("button",{type:"button","aria-label":(0,v.translate)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle(),children:(0,l.jsx)(m,{color:"var(--ifm-color-emphasis-600)"})})}function B(){return(0,l.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,l.jsx)(M,{}),(0,l.jsx)(D,{className:"margin-right--md"}),(0,l.jsx)(U,{})]})}var z=i(33692),V=i(44996),$=i(13919),H=i(98022),G=i(39471);function W(e){let{activeBasePath:t,activeBaseRegex:i,to:s,href:a,label:n,html:r,isDropdownLink:o,prependBaseUrlToHref:c,...p}=e;const d=(0,V.default)(s),u=(0,V.default)(t),g=(0,V.default)(a,{forcePrependBaseUrl:!0}),f=n&&a&&!(0,$.Z)(a),v=r?{dangerouslySetInnerHTML:{__html:r}}:{children:(0,l.jsxs)(l.Fragment,{children:[n,f&&(0,l.jsx)(G.Z,{...o&&{width:12,height:12}})]})};return a?(0,l.jsx)(z.default,{href:c?g:a,...p,...v}):(0,l.jsx)(z.default,{to:d,isNavLink:!0,...(t||i)&&{isActive:(e,t)=>i?(0,H.F)(i,t.pathname):t.pathname.startsWith(u)},...p,...v})}function q(e){let{className:t,isDropdownItem:i=!1,...s}=e;const n=(0,l.jsx)(W,{className:(0,a.Z)(i?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:i,...s});return i?(0,l.jsx)("li",{children:n}):n}function J(e){let{className:t,isDropdownItem:i,...s}=e;return(0,l.jsx)("li",{className:"menu__list-item",children:(0,l.jsx)(W,{className:(0,a.Z)("menu__link",t),...s})})}function Z(e){let{mobile:t=!1,position:i,...s}=e;const a=t?J:q;return(0,l.jsx)(a,{...s,activeClassName:s.activeClassName??(t?"menu__link--active":"navbar__link--active")})}var K=i(86043),Y=i(48596),Q=i(51753);const X={dropdownNavbarItemMobile:"dropdownNavbarItemMobile_S0Fm"};function ee(e,t){return e.some((e=>function(e,t){return!!(0,Y.Mg)(e.to,t)||!!(0,H.F)(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function te(e){let{items:t,position:i,className:n,onClick:r,...o}=e;const c=(0,s.useRef)(null),[p,d]=(0,s.useState)(!1);return(0,s.useEffect)((()=>{const e=e=>{c.current&&!c.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[c]),(0,l.jsxs)("div",{ref:c,className:(0,a.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===i,"dropdown--show":p}),children:[(0,l.jsx)(W,{"aria-haspopup":"true","aria-expanded":p,role:"button",href:o.to?void 0:"#",className:(0,a.Z)("navbar__link",n),...o,onClick:o.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!p))},children:o.children??o.label}),(0,l.jsx)("ul",{className:"dropdown__menu",children:t.map(((e,t)=>(0,s.createElement)(Me,{isDropdownItem:!0,activeClassName:"dropdown__link--active",...e,key:t})))})]})}function ie(e){let{items:t,className:i,position:n,onClick:r,...o}=e;const c=(0,Q.b)(),p=ee(t,c),{collapsed:d,toggleCollapsed:u,setCollapsed:g}=(0,K.u)({initialState:()=>!p});return(0,s.useEffect)((()=>{p&&g(!p)}),[c,p,g]),(0,l.jsxs)("li",{className:(0,a.Z)("menu__list-item",{"menu__list-item--collapsed":d}),children:[(0,l.jsx)(W,{role:"button",className:(0,a.Z)(X.dropdownNavbarItemMobile,"menu__link menu__link--sublist menu__link--sublist-caret",i),...o,onClick:e=>{e.preventDefault(),u()},children:o.children??o.label}),(0,l.jsx)(K.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:d,children:t.map(((e,t)=>(0,s.createElement)(Me,{mobile:!0,isDropdownItem:!0,onClick:r,activeClassName:"menu__link--active",...e,key:t})))})]})}function se(e){let{mobile:t=!1,...i}=e;const s=t?ie:te;return(0,l.jsx)(s,{...i})}var ae=i(52263),ne=i(94711),re=i(16550);function oe(e){let{width:t=20,height:i=20,...s}=e;return(0,l.jsx)("svg",{viewBox:"0 0 24 24",width:t,height:i,"aria-hidden":!0,...s,children:(0,l.jsx)("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})})}const ce="iconLanguage_nlXk";var pe=i(73935),de=i(57052);function le(){return s.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},s.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}var ue=i(20830),ge=["translations"];function fe(){return fe=Object.assign||function(e){for(var t=1;te.length)&&(t=e.length);for(var i=0,s=new Array(t);i=0||(a[i]=e[i]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(s=0;s=0||Object.prototype.propertyIsEnumerable.call(e,i)&&(a[i]=e[i])}return a}var he="Ctrl";var ye=s.forwardRef((function(e,t){var i=e.translations,a=void 0===i?{}:i,n=be(e,ge),r=a.buttonText,o=void 0===r?"Search":r,c=a.buttonAriaLabel,p=void 0===c?"Search":c,d=ve((0,s.useState)(null),2),l=d[0],u=d[1];return(0,s.useEffect)((function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?u("\u2318"):u(he))}),[]),s.createElement("button",fe({type:"button",className:"DocSearch DocSearch-Button","aria-label":p},n,{ref:t}),s.createElement("span",{className:"DocSearch-Button-Container"},s.createElement(ue.W,null),s.createElement("span",{className:"DocSearch-Button-Placeholder"},o)),s.createElement("span",{className:"DocSearch-Button-Keys"},null!==l&&s.createElement(s.Fragment,null,s.createElement(xe,{reactsToKey:l===he?he:"Meta"},l===he?s.createElement(le,null):l),s.createElement(xe,{reactsToKey:"k"},"K"))))}));function xe(e){var t=e.reactsToKey,i=e.children,a=ve((0,s.useState)(!1),2),n=a[0],r=a[1];return(0,s.useEffect)((function(){if(t)return window.addEventListener("keydown",e),window.addEventListener("keyup",i),function(){window.removeEventListener("keydown",e),window.removeEventListener("keyup",i)};function e(e){e.key===t&&r(!0)}function i(e){e.key!==t&&"Meta"!==e.key||r(!1)}}),[t]),s.createElement("kbd",{className:n?"DocSearch-Button-Key DocSearch-Button-Key--pressed":"DocSearch-Button-Key"},i)}var we=i(35742),_e=i(66177),ke=i(239),Pe=i(37006),Ae=i(28364);let Se=null;function Ee(e){let{hit:t,children:i}=e;return(0,l.jsx)(z.default,{to:t.url,children:i})}function Te(e){let{state:t,onClose:i}=e;const s=(0,_e.M)();return(0,l.jsx)(z.default,{to:s(t.query),onClick:i,children:(0,l.jsx)(v.default,{id:"theme.SearchBar.seeAll",values:{count:t.context.nbHits},children:"See all {count} results"})})}function Ce(e){let{contextualSearch:t,externalUrlRegex:a,...n}=e;const{siteMetadata:r}=(0,ae.default)(),o=(0,ke.l)(),c=(0,Pe.r)(),p=n.searchParameters?.facetFilters??[],d=t?function(e,t){const i=e=>"string"==typeof e?[e]:e;return[...i(e),...i(t)]}(c,p):p,u={...n.searchParameters,facetFilters:d},g=(0,re.k6)(),f=(0,s.useRef)(null),v=(0,s.useRef)(null),[m,b]=(0,s.useState)(!1),[h,y]=(0,s.useState)(void 0),x=(0,s.useCallback)((()=>Se?Promise.resolve():Promise.all([Promise.all([i.e(26731),i.e(84483)]).then(i.bind(i,84483)),Promise.all([i.e(40532),i.e(46945)]).then(i.bind(i,46945)),Promise.all([i.e(40532),i.e(18894)]).then(i.bind(i,18894))]).then((e=>{let[{DocSearchModal:t}]=e;Se=t}))),[]),w=(0,s.useCallback)((()=>{if(!f.current){const e=document.createElement("div");f.current=e,document.body.insertBefore(e,document.body.firstChild)}}),[]),_=(0,s.useCallback)((()=>{w(),x().then((()=>b(!0)))}),[x,w]),k=(0,s.useCallback)((()=>{b(!1),v.current?.focus()}),[]),P=(0,s.useCallback)((e=>{e.preventDefault(),y(e.key),_()}),[_]),A=(0,s.useRef)({navigate(e){let{itemUrl:t}=e;(0,H.F)(a,t)?window.location.href=t:g.push(t)}}).current,S=(0,s.useRef)((e=>n.transformItems?n.transformItems(e):e.map((e=>({...e,url:o(e.url)}))))).current,E=(0,s.useMemo)((()=>e=>(0,l.jsx)(Te,{...e,onClose:k})),[k]),T=(0,s.useCallback)((e=>(e.addAlgoliaAgent("docusaurus",r.docusaurusVersion),e)),[r.docusaurusVersion]);return(0,de.D)({isOpen:m,onOpen:_,onClose:k,onInput:P,searchButtonRef:v}),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(we.Z,{children:(0,l.jsx)("link",{rel:"preconnect",href:`https://${n.appId}-dsn.algolia.net`,crossOrigin:"anonymous"})}),(0,l.jsx)(ye,{onTouchStart:x,onFocus:x,onMouseOver:x,onClick:_,ref:v,translations:Ae.default.button}),m&&Se&&f.current&&(0,pe.createPortal)((0,l.jsx)(Se,{onClose:k,initialScrollY:window.scrollY,initialQuery:h,navigator:A,transformItems:S,hitComponent:Ee,transformSearchClient:T,...n.searchPagePath&&{resultsFooterComponent:E},...n,searchParameters:u,placeholder:Ae.default.placeholder,translations:Ae.default.modal}),f.current)]})}function Ie(){const{siteConfig:e}=(0,ae.default)();return(0,l.jsx)(Ce,{...e.themeConfig.algolia})}const Re={navbarSearchContainer:"navbarSearchContainer_Bca1"};function je(e){let{children:t,className:i}=e;return(0,l.jsx)("div",{className:(0,a.Z)(i,Re.navbarSearchContainer),children:t})}var Oe=i(80143),Le=i(53438);var Ne=i(60373);const De=e=>e.docs.find((t=>t.id===e.mainDocId));const Fe={default:Z,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:i,dropdownItemsAfter:s,queryString:a="",...n}=e;const{i18n:{currentLocale:r,locales:o,localeConfigs:c}}=(0,ae.default)(),p=(0,ne.l)(),{search:d,hash:u}=(0,re.TH)(),g=[...i,...o.map((e=>{const i=`${`pathname://${p.createUrl({locale:e,fullyQualified:!1})}`}${d}${u}${a}`;return{label:c[e].label,lang:c[e].htmlLang,to:i,target:"_self",autoAddBaseUrl:!1,className:e===r?t?"menu__link--active":"dropdown__link--active":""}})),...s],f=t?(0,v.translate)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):c[r].label;return(0,l.jsx)(se,{...n,mobile:t,label:(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(oe,{className:ce}),f]}),items:g})},search:function(e){let{mobile:t,className:i}=e;return t?null:(0,l.jsx)(je,{className:i,children:(0,l.jsx)(Ie,{})})},dropdown:se,html:function(e){let{value:t,className:i,mobile:s=!1,isDropdownItem:n=!1}=e;const r=n?"li":"div";return(0,l.jsx)(r,{className:(0,a.Z)({navbar__item:!s&&!n,"menu__list-item":s},i),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:i,docsPluginId:s,...a}=e;const{activeDoc:n}=(0,Oe.Iw)(s),r=(0,Le.vY)(t,s),o=n?.path===r?.path;return null===r||r.unlisted&&!o?null:(0,l.jsx)(Z,{exact:!0,...a,isActive:()=>o||!!n?.sidebar&&n.sidebar===r.sidebar,label:i??r.id,to:r.path})},docSidebar:function(e){let{sidebarId:t,label:i,docsPluginId:s,...a}=e;const{activeDoc:n}=(0,Oe.Iw)(s),r=(0,Le.oz)(t,s).link;if(!r)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return(0,l.jsx)(Z,{exact:!0,...a,isActive:()=>n?.sidebar===t,label:i??r.label,to:r.path})},docsVersion:function(e){let{label:t,to:i,docsPluginId:s,...a}=e;const n=(0,Le.lO)(s)[0],r=t??n.label,o=i??(e=>e.docs.find((t=>t.id===e.mainDocId)))(n).path;return(0,l.jsx)(Z,{...a,label:r,to:o})},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:i,dropdownActiveClassDisabled:s,dropdownItemsBefore:a,dropdownItemsAfter:n,...r}=e;const{search:o,hash:c}=(0,re.TH)(),p=(0,Oe.Iw)(i),d=(0,Oe.gB)(i),{savePreferredVersionName:u}=(0,Ne.J)(i),g=[...a,...d.map((e=>{const t=p.alternateDocVersions[e.name]??De(e);return{label:e.label,to:`${t.path}${o}${c}`,isActive:()=>e===p.activeVersion,onClick:()=>u(e.name)}})),...n],f=(0,Le.lO)(i)[0],m=t&&g.length>1?(0,v.translate)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):f.label,b=t&&g.length>1?void 0:De(f).path;return g.length<=1?(0,l.jsx)(Z,{...r,mobile:t,label:m,to:b,isActive:s?()=>!1:void 0}):(0,l.jsx)(se,{...r,mobile:t,label:m,to:b,items:g,isActive:s?()=>!1:void 0})}};function Me(e){let{type:t,...i}=e;const s=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,i),a=Fe[s];if(!a)throw new Error(`No NavbarItem component found for type "${t}".`);return(0,l.jsx)(a,{...i})}function Ue(){const e=(0,k.e)(),t=(0,g.L)().navbar.items;return(0,l.jsx)("ul",{className:"menu__list",children:t.map(((t,i)=>(0,s.createElement)(Me,{mobile:!0,...t,onClick:()=>e.toggle(),key:i})))})}function Be(e){return(0,l.jsx)("button",{...e,type:"button",className:"clean-btn navbar-sidebar__back",children:(0,l.jsx)(v.default,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",children:"\u2190 Back to main menu"})})}function ze(){const e=0===(0,g.L)().navbar.items.length,t=(0,S.Y)();return(0,l.jsxs)(l.Fragment,{children:[!e&&(0,l.jsx)(Be,{onClick:()=>t.hide()}),t.content]})}function Ve(){const e=(0,k.e)();return(0,A.N)(e.shown),e.shouldRender?(0,l.jsx)(E,{header:(0,l.jsx)(B,{}),primaryMenu:(0,l.jsx)(Ue,{}),secondaryMenu:(0,l.jsx)(ze,{})}):null}const $e={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function He(e){return(0,l.jsx)("div",{role:"presentation",...e,className:(0,a.Z)("navbar-sidebar__backdrop",e.className)})}function Ge(e){let{children:t}=e;const{navbar:{hideOnScroll:i,style:s}}=(0,g.L)(),n=(0,k.e)(),{navbarRef:r,isNavbarVisible:o}=(0,P.c)(i);return(0,l.jsxs)("nav",{ref:r,"aria-label":(0,v.translate)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,a.Z)("navbar","navbar--fixed-top",i&&[$e.navbarHideable,!o&&$e.navbarHidden],{"navbar--dark":"dark"===s,"navbar--primary":"primary"===s,"navbar-sidebar--show":n.shown}),children:[t,(0,l.jsx)(He,{onClick:n.toggle}),(0,l.jsx)(Ve,{})]})}var We=i(69690),qe=i(58978);function Je(e){let{width:t=30,height:i=30,className:s,...a}=e;return(0,l.jsx)("svg",{className:s,width:t,height:i,viewBox:"0 0 30 30","aria-hidden":"true",...a,children:(0,l.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})})}function Ze(){const{toggle:e,shown:t}=(0,k.e)();return(0,l.jsx)("button",{onClick:e,"aria-label":(0,v.translate)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button",children:(0,l.jsx)(Je,{})})}const Ke={colorModeToggle:"colorModeToggle_DEke"};function Ye(e){let{items:t}=e;return(0,l.jsx)(l.Fragment,{children:t.map(((e,t)=>(0,l.jsx)(We.QW,{onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t}),children:(0,l.jsx)(Me,{...e})},t)))})}function Qe(e){let{left:t,right:i}=e;return(0,l.jsxs)("div",{className:"navbar__inner",children:[(0,l.jsx)("div",{className:"navbar__items",children:t}),(0,l.jsx)("div",{className:"navbar__items navbar__items--right",children:i})]})}function Xe(){const e=(0,k.e)(),t=(0,g.L)().navbar.items,[i,s]=(0,qe.A)(t),a=t.find((e=>"search"===e.type));return(0,l.jsx)(Qe,{left:(0,l.jsxs)(l.Fragment,{children:[!e.disabled&&(0,l.jsx)(Ze,{}),(0,l.jsx)(M,{}),(0,l.jsx)(Ye,{items:i})]}),right:(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(Ye,{items:s}),(0,l.jsx)(D,{className:Ke.colorModeToggle}),!a&&(0,l.jsx)(je,{children:(0,l.jsx)(Ie,{})})]})})}function et(){return(0,l.jsx)(Ge,{children:(0,l.jsx)(Xe,{})})}var tt=i(42489);function it(e){let{item:t}=e;const{to:i,href:s,label:a,prependBaseUrlToHref:n,...r}=t,o=(0,V.default)(i),c=(0,V.default)(s,{forcePrependBaseUrl:!0});return(0,l.jsxs)(z.default,{className:"footer__link-item",...s?{href:n?c:s}:{to:o},...r,children:[a,s&&!(0,$.Z)(s)&&(0,l.jsx)(G.Z,{})]})}function st(e){let{item:t}=e;return t.html?(0,l.jsx)("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):(0,l.jsx)("li",{className:"footer__item",children:(0,l.jsx)(it,{item:t})},t.href??t.to)}function at(e){let{column:t}=e;return(0,l.jsxs)("div",{className:"col footer__col",children:[(0,l.jsx)("div",{className:"footer__title",children:t.title}),(0,l.jsx)("ul",{className:"footer__items clean-list",children:t.items.map(((e,t)=>(0,l.jsx)(st,{item:e},t)))})]})}function nt(e){let{columns:t}=e;return(0,l.jsx)("div",{className:"row footer__links",children:t.map(((e,t)=>(0,l.jsx)(at,{column:e},t)))})}function rt(){return(0,l.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function ot(e){let{item:t}=e;return t.html?(0,l.jsx)("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):(0,l.jsx)(it,{item:t})}function ct(e){let{links:t}=e;return(0,l.jsx)("div",{className:"footer__links text--center",children:(0,l.jsx)("div",{className:"footer__links",children:t.map(((e,i)=>(0,l.jsxs)(s.Fragment,{children:[(0,l.jsx)(ot,{item:e}),t.length!==i+1&&(0,l.jsx)(rt,{})]},i)))})})}function pt(e){let{links:t}=e;return(0,tt.a)(t)?(0,l.jsx)(nt,{columns:t}):(0,l.jsx)(ct,{links:t})}var dt=i(59637);const lt={footerLogoLink:"footerLogoLink_BH7S"};function ut(e){let{logo:t}=e;const{withBaseUrl:i}=(0,V.useBaseUrlUtils)(),s={light:i(t.src),dark:i(t.srcDark??t.src)};return(0,l.jsx)(dt.default,{className:(0,a.Z)("footer__logo",t.className),alt:t.alt,sources:s,width:t.width,height:t.height,style:t.style})}function gt(e){let{logo:t}=e;return t.href?(0,l.jsx)(z.default,{href:t.href,className:lt.footerLogoLink,target:t.target,children:(0,l.jsx)(ut,{logo:t})}):(0,l.jsx)(ut,{logo:t})}function ft(e){let{copyright:t}=e;return(0,l.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function vt(e){let{style:t,links:i,logo:s,copyright:n}=e;return(0,l.jsx)("footer",{className:(0,a.Z)("footer",{"footer--dark":"dark"===t}),children:(0,l.jsxs)("div",{className:"container container-fluid",children:[i,(s||n)&&(0,l.jsxs)("div",{className:"footer__bottom text--center",children:[s&&(0,l.jsx)("div",{className:"margin-bottom--sm",children:s}),n]})]})})}function mt(){const{footer:e}=(0,g.L)();if(!e)return null;const{copyright:t,links:i,logo:s,style:a}=e;return(0,l.jsx)(vt,{style:a,links:i&&i.length>0&&(0,l.jsx)(pt,{links:i}),logo:s&&(0,l.jsx)(gt,{logo:s}),copyright:t&&(0,l.jsx)(ft,{copyright:t})})}const bt=s.memo(mt);var ht=i(902),yt=i(12466);const xt=(0,ht.Qc)([T.S,f.p,yt.OC,Ne.L5,r.VC,qe.V]);function wt(e){let{children:t}=e;return(0,l.jsx)(xt,{children:t})}var _t=i(92503);function kt(e){let{error:t,tryAgain:i}=e;return(0,l.jsx)("main",{className:"container margin-vert--xl",children:(0,l.jsx)("div",{className:"row",children:(0,l.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,l.jsx)(_t.default,{as:"h1",className:"hero__title",children:(0,l.jsx)(v.default,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,l.jsx)("div",{className:"margin-vert--lg",children:(0,l.jsx)(We.Cw,{onClick:i,className:"button button--primary shadow--lw"})}),(0,l.jsx)("hr",{}),(0,l.jsx)("div",{className:"margin-vert--md",children:(0,l.jsx)(We.aG,{error:t})})]})})})}const Pt={mainWrapper:"mainWrapper_z2l0"};function At(e){const{children:t,noFooter:i,wrapperClassName:s,title:d,description:g}=e;return(0,p.t)(),(0,l.jsxs)(wt,{children:[(0,l.jsx)(r.d,{title:d,description:g}),(0,l.jsx)(u,{}),(0,l.jsx)(_,{}),(0,l.jsx)(et,{}),(0,l.jsx)("div",{id:o.u,className:(0,a.Z)(c.k.wrapper.main,Pt.mainWrapper,s),children:(0,l.jsx)(n.Z,{fallback:e=>(0,l.jsx)(kt,{...e}),children:t})}),!i&&(0,l.jsx)(bt,{})]})}},21327:(e,t,i)=>{"use strict";i.d(t,{Z:()=>d});i(67294);var s=i(33692),a=i(44996),n=i(52263),r=i(86668),o=i(59637),c=i(85893);function p(e){let{logo:t,alt:i,imageClassName:s}=e;const n={light:(0,a.default)(t.src),dark:(0,a.default)(t.srcDark||t.src)},r=(0,c.jsx)(o.default,{className:t.className,sources:n,height:t.height,width:t.width,alt:i,style:t.style});return s?(0,c.jsx)("div",{className:s,children:r}):r}function d(e){const{siteConfig:{title:t}}=(0,n.default)(),{navbar:{title:i,logo:o}}=(0,r.L)(),{imageClassName:d,titleClassName:l,...u}=e,g=(0,a.default)(o?.href||"/"),f=i?"":t,v=o?.alt??f;return(0,c.jsxs)(s.default,{to:g,...u,...o?.target&&{target:o.target},children:[o&&(0,c.jsx)(p,{logo:o,alt:v,imageClassName:d}),null!=i&&(0,c.jsx)("b",{className:l,children:i})]})}},90197:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});i(67294);var s=i(35742),a=i(85893);function n(e){let{locale:t,version:i,tag:n}=e;const r=t;return(0,a.jsxs)(s.Z,{children:[t&&(0,a.jsx)("meta",{name:"docusaurus_locale",content:t}),i&&(0,a.jsx)("meta",{name:"docusaurus_version",content:i}),n&&(0,a.jsx)("meta",{name:"docusaurus_tag",content:n}),r&&(0,a.jsx)("meta",{name:"docsearch:language",content:r}),i&&(0,a.jsx)("meta",{name:"docsearch:version",content:i}),n&&(0,a.jsx)("meta",{name:"docsearch:docusaurus_tag",content:n})]})}},59637:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>n});i(67294);var s=i(18431),a=i(85893);function n(e){const{sources:t,className:i,alt:n,...r}=e;return(0,a.jsx)(s.Z,{className:i,children:e=>{let{theme:i,className:s}=e;return(0,a.jsx)("img",{src:t[i],alt:n,className:s,...r})}})}},86043:(e,t,i)=>{"use strict";i.d(t,{u:()=>p,z:()=>b});var s=i(67294),a=i(10412),n=i(20469),r=i(91442),o=i(85893);const c="ease-in-out";function p(e){let{initialState:t}=e;const[i,a]=(0,s.useState)(t??!1),n=(0,s.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:i,setCollapsed:a,toggleCollapsed:n}}const d={display:"none",overflow:"hidden",height:"0px"},l={display:"block",overflow:"visible",height:"auto"};function u(e,t){const i=t?d:l;e.style.display=i.display,e.style.overflow=i.overflow,e.style.height=i.height}function g(e){let{collapsibleRef:t,collapsed:i,animation:a}=e;const n=(0,s.useRef)(!1);(0,s.useEffect)((()=>{const e=t.current;function s(){const t=e.scrollHeight,i=a?.duration??function(e){if((0,r.n)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${i}ms ${a?.easing??c}`,height:`${t}px`}}function o(){const t=s();e.style.transition=t.transition,e.style.height=t.height}if(!n.current)return u(e,i),void(n.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{i?(o(),requestAnimationFrame((()=>{e.style.height=d.height,e.style.overflow=d.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{o()})))}));return()=>cancelAnimationFrame(t)}()}),[t,i,a])}function f(e){if(!a.default.canUseDOM)return e?d:l}function v(e){let{as:t="div",collapsed:i,children:a,animation:n,onCollapseTransitionEnd:r,className:c,disableSSRStyle:p}=e;const d=(0,s.useRef)(null);return g({collapsibleRef:d,collapsed:i,animation:n}),(0,o.jsx)(t,{ref:d,style:p?void 0:f(i),onTransitionEnd:e=>{"height"===e.propertyName&&(u(d.current,i),r?.(i))},className:c,children:a})}function m(e){let{collapsed:t,...i}=e;const[a,r]=(0,s.useState)(!t),[c,p]=(0,s.useState)(t);return(0,n.Z)((()=>{t||r(!0)}),[t]),(0,n.Z)((()=>{a&&p(t)}),[a,t]),a?(0,o.jsx)(v,{...i,collapsed:c}):null}function b(e){let{lazy:t,...i}=e;const s=t?m:v;return(0,o.jsx)(s,{...i})}},18431:(e,t,i)=>{"use strict";i.d(t,{Z:()=>p});var s=i(67294),a=i(90512),n=i(72389),r=i(92949);const o={themedComponent:"themedComponent_mlkZ","themedComponent--light":"themedComponent--light_NVdE","themedComponent--dark":"themedComponent--dark_xIcU"};var c=i(85893);function p(e){let{className:t,children:i}=e;const p=(0,n.default)(),{colorMode:d}=(0,r.I)();return(0,c.jsx)(c.Fragment,{children:(p?"dark"===d?["dark"]:["light"]:["light","dark"]).map((e=>{const n=i({theme:e,className:(0,a.Z)(t,o.themedComponent,o[`themedComponent--${e}`])});return(0,c.jsx)(s.Fragment,{children:n},e)}))})}},59689:(e,t,i)=>{"use strict";i.d(t,{n:()=>v,p:()=>f});var s=i(67294),a=i(72389),n=i(20812),r=i(902),o=i(86668),c=i(85893);const p=(0,n.WA)("docusaurus.announcement.dismiss"),d=(0,n.WA)("docusaurus.announcement.id"),l=()=>"true"===p.get(),u=e=>p.set(String(e)),g=s.createContext(null);function f(e){let{children:t}=e;const i=function(){const{announcementBar:e}=(0,o.L)(),t=(0,a.default)(),[i,n]=(0,s.useState)((()=>!!t&&l()));(0,s.useEffect)((()=>{n(l())}),[]);const r=(0,s.useCallback)((()=>{u(!0),n(!0)}),[]);return(0,s.useEffect)((()=>{if(!e)return;const{id:t}=e;let i=d.get();"annoucement-bar"===i&&(i="announcement-bar");const s=t!==i;d.set(t),s&&u(!1),!s&&l()||n(!1)}),[e]),(0,s.useMemo)((()=>({isActive:!!e&&!i,close:r})),[e,i,r])}();return(0,c.jsx)(g.Provider,{value:i,children:t})}function v(){const e=(0,s.useContext)(g);if(!e)throw new r.i6("AnnouncementBarProvider");return e}},92949:(e,t,i)=>{"use strict";i.d(t,{I:()=>b,S:()=>m});var s=i(67294),a=i(10412),n=i(902),r=i(20812),o=i(86668),c=i(85893);const p=s.createContext(void 0),d="theme",l=(0,r.WA)(d),u={light:"light",dark:"dark"},g=e=>e===u.dark?u.dark:u.light,f=e=>a.default.canUseDOM?g(document.documentElement.getAttribute("data-theme")):g(e),v=e=>{l.set(g(e))};function m(e){let{children:t}=e;const i=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:i}}=(0,o.L)(),[a,n]=(0,s.useState)(f(e));(0,s.useEffect)((()=>{t&&l.del()}),[t]);const r=(0,s.useCallback)((function(t,s){void 0===s&&(s={});const{persist:a=!0}=s;t?(n(t),a&&v(t)):(n(i?window.matchMedia("(prefers-color-scheme: dark)").matches?u.dark:u.light:e),l.del())}),[i,e]);(0,s.useEffect)((()=>{document.documentElement.setAttribute("data-theme",g(a))}),[a]),(0,s.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==d)return;const t=l.get();null!==t&&r(g(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,r]);const c=(0,s.useRef)(!1);return(0,s.useEffect)((()=>{if(t&&!i)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),s=()=>{window.matchMedia("print").matches||c.current?c.current=window.matchMedia("print").matches:r(null)};return e.addListener(s),()=>e.removeListener(s)}),[r,t,i]),(0,s.useMemo)((()=>({colorMode:a,setColorMode:r,get isDarkTheme(){return a===u.dark},setLightTheme(){r(u.light)},setDarkTheme(){r(u.dark)}})),[a,r])}();return(0,c.jsx)(p.Provider,{value:i,children:t})}function b(){const e=(0,s.useContext)(p);if(null==e)throw new n.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},60373:(e,t,i)=>{"use strict";i.d(t,{J:()=>y,L5:()=>b,Oh:()=>x});var s=i(67294),a=i(80143),n=i(29935),r=i(86668),o=i(53438),c=i(902),p=i(20812),d=i(85893);const l=e=>`docs-preferred-version-${e}`,u={save:(e,t,i)=>{(0,p.WA)(l(e),{persistence:t}).set(i)},read:(e,t)=>(0,p.WA)(l(e),{persistence:t}).get(),clear:(e,t)=>{(0,p.WA)(l(e),{persistence:t}).del()}},g=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const f=s.createContext(null);function v(){const e=(0,a._r)(),t=(0,r.L)().docs.versionPersistence,i=(0,s.useMemo)((()=>Object.keys(e)),[e]),[n,o]=(0,s.useState)((()=>g(i)));(0,s.useEffect)((()=>{o(function(e){let{pluginIds:t,versionPersistence:i,allDocsData:s}=e;function a(e){const t=u.read(e,i);return s[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(u.clear(e,i),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,a(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:i}))}),[e,t,i]);return[n,(0,s.useMemo)((()=>({savePreferredVersion:function(e,i){u.save(e,t,i),o((t=>({...t,[e]:{preferredVersionName:i}})))}})),[t])]}function m(e){let{children:t}=e;const i=v();return(0,d.jsx)(f.Provider,{value:i,children:t})}function b(e){let{children:t}=e;return o.cE?(0,d.jsx)(m,{children:t}):(0,d.jsx)(d.Fragment,{children:t})}function h(){const e=(0,s.useContext)(f);if(!e)throw new c.i6("DocsPreferredVersionContextProvider");return e}function y(e){void 0===e&&(e=n.m);const t=(0,a.zh)(e),[i,r]=h(),{preferredVersionName:o}=i[e];return{preferredVersion:t.versions.find((e=>e.name===o))??null,savePreferredVersionName:(0,s.useCallback)((t=>{r.savePreferredVersion(e,t)}),[r,e])}}function x(){const e=(0,a._r)(),[t]=h();function i(i){const s=e[i],{preferredVersionName:a}=t[i];return s.versions.find((e=>e.name===a))??null}const s=Object.keys(e);return Object.fromEntries(s.map((e=>[e,i(e)])))}},1116:(e,t,i)=>{"use strict";i.d(t,{V:()=>p,b:()=>c});var s=i(67294),a=i(902),n=i(85893);const r=Symbol("EmptyContext"),o=s.createContext(r);function c(e){let{children:t,name:i,items:a}=e;const r=(0,s.useMemo)((()=>i&&a?{name:i,items:a}:null),[i,a]);return(0,n.jsx)(o.Provider,{value:r,children:t})}function p(){const e=(0,s.useContext)(o);if(e===r)throw new a.i6("DocsSidebarProvider");return e}},74477:(e,t,i)=>{"use strict";i.d(t,{E:()=>c,q:()=>o});var s=i(67294),a=i(902),n=i(85893);const r=s.createContext(null);function o(e){let{children:t,version:i}=e;return(0,n.jsx)(r.Provider,{value:i,children:t})}function c(){const e=(0,s.useContext)(r);if(null===e)throw new a.i6("DocsVersionProvider");return e}},93163:(e,t,i)=>{"use strict";i.d(t,{M:()=>u,e:()=>g});var s=i(67294),a=i(13102),n=i(87524),r=i(91980),o=i(86668),c=i(902),p=i(85893);const d=s.createContext(void 0);function l(){const e=function(){const e=(0,a.HY)(),{items:t}=(0,o.L)().navbar;return 0===t.length&&!e.component}(),t=(0,n.i)(),i=!e&&"mobile"===t,[c,p]=(0,s.useState)(!1);(0,r.Rb)((()=>{if(c)return p(!1),!1}));const d=(0,s.useCallback)((()=>{p((e=>!e))}),[]);return(0,s.useEffect)((()=>{"desktop"===t&&p(!1)}),[t]),(0,s.useMemo)((()=>({disabled:e,shouldRender:i,toggle:d,shown:c})),[e,i,d,c])}function u(e){let{children:t}=e;const i=l();return(0,p.jsx)(d.Provider,{value:i,children:t})}function g(){const e=s.useContext(d);if(void 0===e)throw new c.i6("NavbarMobileSidebarProvider");return e}},13102:(e,t,i)=>{"use strict";i.d(t,{HY:()=>c,Zo:()=>p,n2:()=>o});var s=i(67294),a=i(902),n=i(85893);const r=s.createContext(null);function o(e){let{children:t}=e;const i=(0,s.useState)({component:null,props:null});return(0,n.jsx)(r.Provider,{value:i,children:t})}function c(){const e=(0,s.useContext)(r);if(!e)throw new a.i6("NavbarSecondaryMenuContentProvider");return e[0]}function p(e){let{component:t,props:i}=e;const n=(0,s.useContext)(r);if(!n)throw new a.i6("NavbarSecondaryMenuContentProvider");const[,o]=n,c=(0,a.Ql)(i);return(0,s.useEffect)((()=>{o({component:t,props:c})}),[o,t,c]),(0,s.useEffect)((()=>()=>o({component:null,props:null})),[o]),null}},76857:(e,t,i)=>{"use strict";i.d(t,{P:()=>p,Y:()=>l});var s=i(67294),a=i(902),n=i(93163),r=i(13102),o=i(85893);const c=s.createContext(null);function p(e){let{children:t}=e;const i=function(){const e=(0,n.e)(),t=(0,r.HY)(),[i,o]=(0,s.useState)(!1),c=null!==t.component,p=(0,a.D9)(c);return(0,s.useEffect)((()=>{c&&!p&&o(!0)}),[c,p]),(0,s.useEffect)((()=>{c?e.shown||o(!0):o(!1)}),[e.shown,c]),(0,s.useMemo)((()=>[i,o]),[i])}();return(0,o.jsx)(c.Provider,{value:i,children:t})}function d(e){if(e.component){const t=e.component;return(0,o.jsx)(t,{...e.props})}}function l(){const e=(0,s.useContext)(c);if(!e)throw new a.i6("NavbarSecondaryMenuDisplayProvider");const[t,i]=e,n=(0,s.useCallback)((()=>i(!1)),[i]),o=(0,r.HY)();return(0,s.useMemo)((()=>({shown:t,hide:n,content:d(o)})),[n,o,t])}},99445:(e,t,i)=>{"use strict";i.d(t,{c:()=>r});var s=i(67294),a=i(85936),n=i(12466);function r(e){const[t,i]=(0,s.useState)(e),r=(0,s.useRef)(!1),o=(0,s.useRef)(0),c=(0,s.useCallback)((e=>{null!==e&&(o.current=e.getBoundingClientRect().height)}),[]);return(0,n.RF)(((t,s)=>{let{scrollY:a}=t;if(!e)return;if(a=n?i(!1):a+p{if(!e)return;const s=t.location.hash;if(s?document.getElementById(s.substring(1)):void 0)return r.current=!0,void i(!1);i(!0)})),{navbarRef:c,isNavbarVisible:t}}},19727:(e,t,i)=>{"use strict";i.d(t,{h:()=>a,t:()=>n});var s=i(67294);const a="navigation-with-keyboard";function n(){(0,s.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(a),"mousedown"===e.type&&document.body.classList.remove(a)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(a),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},69800:(e,t,i)=>{"use strict";i.d(t,{N:()=>a});var s=i(67294);function a(e){void 0===e&&(e=!0),(0,s.useEffect)((()=>(document.body.style.overflow=e?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[e])}},66177:(e,t,i)=>{"use strict";i.d(t,{K:()=>o,M:()=>c});var s=i(67294),a=i(52263),n=i(91980);const r="q";function o(){return(0,n.Nc)(r)}function c(){const{siteConfig:{baseUrl:e,themeConfig:t}}=(0,a.default)(),{algolia:{searchPagePath:i}}=t;return(0,s.useCallback)((t=>`${e}${i}?${r}=${encodeURIComponent(t)}`),[e,i])}},87524:(e,t,i)=>{"use strict";i.d(t,{i:()=>o});var s=i(67294),a=i(10412);const n={desktop:"desktop",mobile:"mobile",ssr:"ssr"},r=996;function o(e){let{desktopBreakpoint:t=r}=void 0===e?{}:e;const[i,o]=(0,s.useState)((()=>"ssr"));return(0,s.useEffect)((()=>{function e(){o(function(e){if(!a.default.canUseDOM)throw new Error("getWindowSize() should only be called after React hydration");return window.innerWidth>e?n.desktop:n.mobile}(t))}return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[t]),i}},35281:(e,t,i)=>{"use strict";i.d(t,{k:()=>s});const s={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",unlistedBanner:"theme-unlisted-banner",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{blogFooterTagsRow:"theme-blog-footer-tags-row",blogFooterEditMetaRow:"theme-blog-footer-edit-meta-row"},pages:{pageFooterEditMetaRow:"theme-pages-footer-edit-meta-row"}}},91442:(e,t,i)=>{"use strict";function s(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}i.d(t,{n:()=>s})},53438:(e,t,i)=>{"use strict";i.d(t,{LM:()=>v,MN:()=>T,SN:()=>E,_F:()=>y,cE:()=>u,em:()=>f,f:()=>w,jA:()=>m,lO:()=>P,oz:()=>A,pC:()=>x,s1:()=>k,vY:()=>S,xz:()=>g});var s=i(67294),a=i(16550),n=i(18790),r=i(80143),o=i(60373),c=i(74477),p=i(1116),d=i(67392),l=i(48596);const u=!!r._r;function g(e){const t=(0,c.E)();if(!e)return;const i=t.docs[e];if(!i)throw new Error(`no version doc found by id=${e}`);return i}function f(e,t){for(const i of e)if("category"===i.type){if(t(i))return i;const e=f(i.items,t);if(e)return e}}function v(e){return"link"!==e.type||e.unlisted?"category"===e.type?function(e){if(e.href&&!e.linkUnlisted)return e.href;for(const t of e.items){const e=v(t);if(e)return e}}(e):void 0:e.href}function m(){const{pathname:e}=(0,a.TH)(),t=(0,p.V)();if(!t)throw new Error("Unexpected: cant find current sidebar in context");const i=_({sidebarItems:t.items,pathname:e,onlyCategories:!0}).slice(-1)[0];if(!i)throw new Error(`${e} is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages.`);return i}const b=(e,t)=>void 0!==e&&(0,l.Mg)(e,t),h=(e,t)=>e.some((e=>y(e,t)));function y(e,t){return"link"===e.type?b(e.href,t):"category"===e.type&&(b(e.href,t)||h(e.items,t))}function x(e,t){switch(e.type){case"category":return y(e,t)||e.items.some((e=>x(e,t)));case"link":return!e.unlisted||y(e,t);default:return!0}}function w(e,t){return(0,s.useMemo)((()=>e.filter((e=>x(e,t)))),[e,t])}function _(e){let{sidebarItems:t,pathname:i,onlyCategories:s=!1}=e;const a=[];return function e(t){for(const n of t)if("category"===n.type&&((0,l.Mg)(n.href,i)||e(n.items))||"link"===n.type&&(0,l.Mg)(n.href,i)){return s&&"category"!==n.type||a.unshift(n),!0}return!1}(t),a}function k(){const e=(0,p.V)(),{pathname:t}=(0,a.TH)(),i=(0,r.gA)()?.pluginData.breadcrumbs;return!1!==i&&e?_({sidebarItems:e.items,pathname:t}):null}function P(e){const{activeVersion:t}=(0,r.Iw)(e),{preferredVersion:i}=(0,o.J)(e),a=(0,r.yW)(e);return(0,s.useMemo)((()=>(0,d.j)([t,i,a].filter(Boolean))),[t,i,a])}function A(e,t){const i=P(t);return(0,s.useMemo)((()=>{const t=i.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),s=t.find((t=>t[0]===e));if(!s)throw new Error(`Can't find any sidebar with id "${e}" in version${i.length>1?"s":""} ${i.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return s[1]}),[e,i])}function S(e,t){const i=P(t);return(0,s.useMemo)((()=>{const t=i.flatMap((e=>e.docs)),s=t.find((t=>t.id===e));if(!s){if(i.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${i.length>1?"s":""} "${i.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${(0,d.j)(t.map((e=>e.id))).join("\n- ")}`)}return s}),[e,i])}function E(e){let{route:t}=e;const i=(0,a.TH)(),s=(0,c.E)(),r=t.routes,o=r.find((e=>(0,a.LX)(i.pathname,e)));if(!o)return null;const p=o.sidebar,d=p?s.docsSidebars[p]:void 0;return{docElement:(0,n.H)(r),sidebarName:p,sidebarItems:d}}function T(e){return e.filter((e=>!("category"===e.type||"link"===e.type)||!!v(e)))}},69690:(e,t,i)=>{"use strict";i.d(t,{aG:()=>d,Ac:()=>p,Cw:()=>c,QW:()=>l});var s=i(67294),a=i(95999),n=i(18780);const r={errorBoundaryError:"errorBoundaryError_a6uf",errorBoundaryFallback:"errorBoundaryFallback_VBag"};var o=i(85893);function c(e){return(0,o.jsx)("button",{type:"button",...e,children:(0,o.jsx)(a.default,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error",children:"Try again"})})}function p(e){let{error:t,tryAgain:i}=e;return(0,o.jsxs)("div",{className:r.errorBoundaryFallback,children:[(0,o.jsx)("p",{children:t.message}),(0,o.jsx)(c,{onClick:i})]})}function d(e){let{error:t}=e;const i=(0,n.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,o.jsx)("p",{className:r.errorBoundaryError,children:i})}class l extends s.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}},42489:(e,t,i)=>{"use strict";function s(e){return"title"in e[0]}i.d(t,{a:()=>s})},82128:(e,t,i)=>{"use strict";i.d(t,{p:()=>a});var s=i(52263);function a(e){const{siteConfig:t}=(0,s.default)(),{title:i,titleDelimiter:a}=t;return e?.trim().length?`${e.trim()} ${a} ${i}`:i}},91980:(e,t,i)=>{"use strict";i.d(t,{H:()=>d,Nc:()=>p,Rb:()=>r,_X:()=>c,eH:()=>l,xL:()=>o});var s=i(67294),a=i(16550),n=i(902);function r(e){!function(e){const t=(0,a.k6)(),i=(0,n.zX)(e);(0,s.useEffect)((()=>t.block(((e,t)=>i(e,t)))),[t,i])}(((t,i)=>{if("POP"===i)return e(t,i)}))}function o(e){const t=(0,a.k6)();return(0,s.useSyncExternalStore)(t.listen,(()=>e(t)),(()=>e(t)))}function c(e){return o((t=>null===e?null:new URLSearchParams(t.location.search).get(e)))}function p(e){const t=c(e)??"",i=function(e){const t=(0,a.k6)();return(0,s.useCallback)(((i,s)=>{const a=new URLSearchParams(t.location.search);i?a.set(e,i):a.delete(e),(s?.push?t.push:t.replace)({search:a.toString()})}),[e,t])}(e);return[t,i]}function d(e){const t=function(e){const t=o((t=>{const i=new URLSearchParams(t.location.search).getAll(e);return JSON.stringify(i)}));return(0,s.useMemo)((()=>JSON.parse(t)),[t])}(e),i=function(e){const t=(0,a.k6)();return(0,s.useCallback)(((i,s)=>{const a=new URLSearchParams(t.location.search),n=Array.isArray(i)?i:i(a.getAll(e));a.delete(e),n.forEach((t=>a.append(e,t))),(s?.push?t.push:t.replace)({search:a.toString()})}),[t,e])}(e);return[t,i]}function l(){const e=(0,a.k6)();return(0,s.useCallback)((()=>{e.replace({search:void 0})}),[e])}},67392:(e,t,i)=>{"use strict";function s(e,t){return void 0===t&&(t=(e,t)=>e===t),e.filter(((i,s)=>e.findIndex((e=>t(e,i)))!==s))}function a(e){return Array.from(new Set(e))}i.d(t,{j:()=>a,l:()=>s})},71667:(e,t,i)=>{"use strict";i.d(t,{FG:()=>u,VC:()=>g,d:()=>d});var s=i(67294),a=i(90512),n=i(35742),r=i(65102),o=i(44996),c=i(82128),p=i(85893);function d(e){let{title:t,description:i,keywords:s,image:a,children:r}=e;const d=(0,c.p)(t),{withBaseUrl:l}=(0,o.useBaseUrlUtils)(),u=a?l(a,{absolute:!0}):void 0;return(0,p.jsxs)(n.Z,{children:[t&&(0,p.jsx)("title",{children:d}),t&&(0,p.jsx)("meta",{property:"og:title",content:d}),i&&(0,p.jsx)("meta",{name:"description",content:i}),i&&(0,p.jsx)("meta",{property:"og:description",content:i}),s&&(0,p.jsx)("meta",{name:"keywords",content:Array.isArray(s)?s.join(","):s}),u&&(0,p.jsx)("meta",{property:"og:image",content:u}),u&&(0,p.jsx)("meta",{name:"twitter:image",content:u}),r]})}const l=s.createContext(void 0);function u(e){let{className:t,children:i}=e;const r=s.useContext(l),o=(0,a.Z)(r,t);return(0,p.jsxs)(l.Provider,{value:o,children:[(0,p.jsx)(n.Z,{children:(0,p.jsx)("html",{className:o})}),i]})}function g(e){let{children:t}=e;const i=(0,r.Z)(),s=`plugin-${i.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const n=`plugin-id-${i.plugin.id}`;return(0,p.jsx)(u,{className:(0,a.Z)(s,n),children:t})}},58978:(e,t,i)=>{"use strict";i.d(t,{A:()=>c,V:()=>p});i(67294);var s=i(93163),a=i(13102),n=i(76857),r=i(85893);const o="right";function c(e){function t(e){return"left"===(e.position??o)}return[e.filter(t),e.filter((e=>!t(e)))]}function p(e){let{children:t}=e;return(0,r.jsx)(a.n2,{children:(0,r.jsx)(s.M,{children:(0,r.jsx)(n.P,{children:t})})})}},902:(e,t,i)=>{"use strict";i.d(t,{D9:()=>o,Qc:()=>d,Ql:()=>p,i6:()=>c,zX:()=>r});var s=i(67294),a=i(20469),n=i(85893);function r(e){const t=(0,s.useRef)(e);return(0,a.Z)((()=>{t.current=e}),[e]),(0,s.useCallback)((function(){return t.current(...arguments)}),[])}function o(e){const t=(0,s.useRef)();return(0,a.Z)((()=>{t.current=e})),t.current}class c extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function p(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,s.useMemo)((()=>e),t.flat())}function d(e){return t=>{let{children:i}=t;return(0,n.jsx)(n.Fragment,{children:e.reduceRight(((e,t)=>(0,n.jsx)(t,{children:e})),i)})}}},98022:(e,t,i)=>{"use strict";function s(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}i.d(t,{F:()=>s})},48596:(e,t,i)=>{"use strict";i.d(t,{Mg:()=>r,Ns:()=>o});var s=i(67294),a=i(723),n=i(52263);function r(e,t){const i=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return i(e)===i(t)}function o(){const{baseUrl:e}=(0,n.default)().siteConfig;return(0,s.useMemo)((()=>function(e){let{baseUrl:t,routes:i}=e;function s(e){return e.path===t&&!0===e.exact}function a(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(s)||e(t.filter(a).flatMap((e=>e.routes??[])))}(i)}({routes:a.Z,baseUrl:e})),[e])}},12466:(e,t,i)=>{"use strict";i.d(t,{Ct:()=>v,OC:()=>d,RF:()=>g,o5:()=>f,sG:()=>l});var s=i(67294),a=i(10412),n=i(72389),r=i(20469),o=i(902),c=i(85893);const p=s.createContext(void 0);function d(e){let{children:t}=e;const i=function(){const e=(0,s.useRef)(!0);return(0,s.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return(0,c.jsx)(p.Provider,{value:i,children:t})}function l(){const e=(0,s.useContext)(p);if(null==e)throw new o.i6("ScrollControllerProvider");return e}const u=()=>a.default.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function g(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:i}=l(),a=(0,s.useRef)(u()),n=(0,o.zX)(e);(0,s.useEffect)((()=>{const e=()=>{if(!i.current)return;const e=u();n(e,a.current),a.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[n,i,...t])}function f(){const e=l(),t=function(){const e=(0,s.useRef)({elem:null,top:0}),t=(0,s.useCallback)((t=>{e.current={elem:t,top:t.getBoundingClientRect().top}}),[]),i=(0,s.useCallback)((()=>{const{current:{elem:t,top:i}}=e;if(!t)return{restored:!1};const s=t.getBoundingClientRect().top-i;return s&&window.scrollBy({left:0,top:s}),e.current={elem:null,top:0},{restored:0!==s}}),[]);return(0,s.useMemo)((()=>({save:t,restore:i})),[i,t])}(),i=(0,s.useRef)(void 0),a=(0,s.useCallback)((s=>{t.save(s),e.disableScrollEvents(),i.current=()=>{const{restored:s}=t.restore();if(i.current=void 0,s){const t=()=>{e.enableScrollEvents(),window.removeEventListener("scroll",t)};window.addEventListener("scroll",t)}else e.enableScrollEvents()}}),[e,t]);return(0,r.Z)((()=>{queueMicrotask((()=>i.current?.()))})),{blockElementScrollPositionUntilNextRender:a}}function v(){const e=(0,s.useRef)(null),t=(0,n.default)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:i=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(i):function(e){let t=null;const i=document.documentElement.scrollTop>e;return function s(){const a=document.documentElement.scrollTop;(i&&a>e||!i&&at&&cancelAnimationFrame(t)}(i)},cancelScroll:()=>e.current?.()}}},43320:(e,t,i)=>{"use strict";i.d(t,{HX:()=>r,_q:()=>c,os:()=>o});var s=i(80143),a=i(52263),n=i(60373);const r="default";function o(e,t){return`docs-${e}-${t}`}function c(){const{i18n:e}=(0,a.default)(),t=(0,s._r)(),i=(0,s.WS)(),c=(0,n.Oh)();const p=[r,...Object.keys(t).map((function(e){const s=i?.activePlugin.pluginId===e?i.activeVersion:void 0,a=c[e],n=t[e].versions.find((e=>e.isLast));return o(e,(s??a??n).name)}))];return{locale:e.currentLocale,tags:p}}},55225:(e,t,i)=>{"use strict";i.d(t,{l:()=>u,u:()=>c});var s=i(67294),a=i(16550),n=i(95999),r=i(85936),o=i(85893);const c="__docusaurus_skipToContent_fallback";function p(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function d(){const e=(0,s.useRef)(null),{action:t}=(0,a.k6)(),i=(0,s.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(c);t&&p(t)}),[]);return(0,r.S)((i=>{let{location:s}=i;e.current&&!s.hash&&"PUSH"===t&&p(e.current)})),{containerRef:e,onClick:i}}const l=(0,n.translate)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function u(e){const t=e.children??l,{containerRef:i,onClick:s}=d();return(0,o.jsx)("div",{ref:i,role:"region","aria-label":l,children:(0,o.jsx)("a",{...e,href:`#${c}`,onClick:s,children:t})})}},20812:(e,t,i)=>{"use strict";i.d(t,{WA:()=>l,_f:()=>g,Nk:()=>u});var s=i(67294);const a=JSON.parse('{"d":"localStorage","u":""}');var n=i(25108);const r=a.d;function o(e){let{key:t,oldValue:i,newValue:s,storage:a}=e;if(i===s)return;const n=document.createEvent("StorageEvent");n.initStorageEvent("storage",!1,!1,t,i,s,window.location.href,a),window.dispatchEvent(n)}function c(e){if(void 0===e&&(e=r),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(i){return t=i,p||(n.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),p=!0),null}var t}let p=!1;const d={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function l(e,t){const i=`${e}${a.u}`;if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(i);const s=c(t?.persistence);return null===s?d:{get:()=>{try{return s.getItem(i)}catch(e){return n.error(`Docusaurus storage error, can't get key=${i}`,e),null}},set:e=>{try{const t=s.getItem(i);s.setItem(i,e),o({key:i,oldValue:t,newValue:e,storage:s})}catch(t){n.error(`Docusaurus storage error, can't set ${i}=${e}`,t)}},del:()=>{try{const e=s.getItem(i);s.removeItem(i),o({key:i,oldValue:e,newValue:null,storage:s})}catch(e){n.error(`Docusaurus storage error, can't delete key=${i}`,e)}},listen:e=>{try{const t=t=>{t.storageArea===s&&t.key===i&&e(t)};return window.addEventListener("storage",t),()=>window.removeEventListener("storage",t)}catch(t){return n.error(`Docusaurus storage error, can't listen for changes of key=${i}`,t),()=>{}}}}}function u(e,t){const i=(0,s.useRef)((()=>null===e?d:l(e,t))).current(),a=(0,s.useCallback)((e=>"undefined"==typeof window?()=>{}:i.listen(e)),[i]);return[(0,s.useSyncExternalStore)(a,(()=>"undefined"==typeof window?null:i.get()),(()=>null)),i]}function g(e){void 0===e&&(e=r);const t=c(e);if(!t)return[];const i=[];for(let s=0;s{"use strict";i.d(t,{l:()=>r});var s=i(52263),a=i(16550),n=i(18780);function r(){const{siteConfig:{baseUrl:e,url:t,trailingSlash:i},i18n:{defaultLocale:r,currentLocale:o}}=(0,s.default)(),{pathname:c}=(0,a.TH)(),p=(0,n.applyTrailingSlash)(c,{trailingSlash:i,baseUrl:e}),d=o===r?e:e.replace(`/${o}/`,"/"),l=p.replace(e,"");return{createUrl:function(e){let{locale:i,fullyQualified:s}=e;return`${s?t:""}${function(e){return e===r?`${d}`:`${d}${e}/`}(i)}${l}`}}}},51753:(e,t,i)=>{"use strict";i.d(t,{b:()=>n});var s=i(16550),a=i(52263);function n(){const{siteConfig:{baseUrl:e}}=(0,a.default)(),{pathname:t}=(0,s.TH)();return t.replace(e,"/")}},85936:(e,t,i)=>{"use strict";i.d(t,{S:()=>r});var s=i(67294),a=i(16550),n=i(902);function r(e){const t=(0,a.TH)(),i=(0,n.D9)(t),r=(0,n.zX)(e);(0,s.useEffect)((()=>{i&&t!==i&&r({location:t,previousLocation:i})}),[r,t,i])}},86668:(e,t,i)=>{"use strict";i.d(t,{L:()=>a});var s=i(52263);function a(){return(0,s.default)().siteConfig.themeConfig}},37006:(e,t,i)=>{"use strict";i.d(t,{r:()=>a});var s=i(43320);function a(){const{locale:e,tags:t}=(0,s._q)();return[`language:${e}`,t.map((e=>`docusaurus_tag:${e}`))]}},6278:(e,t,i)=>{"use strict";i.d(t,{L:()=>a});var s=i(52263);function a(){const{siteConfig:{themeConfig:e}}=(0,s.default)();return e}},239:(e,t,i)=>{"use strict";i.d(t,{l:()=>o});var s=i(67294),a=i(98022),n=i(44996),r=i(6278);function o(){const{withBaseUrl:e}=(0,n.useBaseUrlUtils)(),{algolia:{externalUrlRegex:t,replaceSearchResultPathname:i}}=(0,r.L)();return(0,s.useCallback)((s=>{const n=new URL(s);if((0,a.F)(t,n.href))return s;const r=`${n.pathname+n.hash}`;return e(function(e,t){return t?e.replaceAll(new RegExp(t.from,"g"),t.to):e}(r,i))}),[e,t,i])}},28364:(e,t,i)=>{"use strict";i.d(t,{default:()=>a});var s=i(95999);const a={button:{buttonText:(0,s.translate)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,s.translate)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,s.translate)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,s.translate)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,s.translate)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,s.translate)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,s.translate)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,s.translate)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,s.translate)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,s.translate)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,s.translate)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,s.translate)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,s.translate)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,s.translate)({id:"theme.SearchModal.errorScreen.helpText",message:"You might want to check your network connection.",description:"The help text for error screen of search modal"})},footer:{selectText:(0,s.translate)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,s.translate)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,s.translate)({id:"theme.SearchModal.footer.navigateText",message:"to navigate",description:"The explanatory text of the action for the Arrow up and Arrow down key"}),navigateUpKeyAriaLabel:(0,s.translate)({id:"theme.SearchModal.footer.navigateUpKeyAriaLabel",message:"Arrow up",description:"The ARIA label for the Arrow up key button that makes the navigation"}),navigateDownKeyAriaLabel:(0,s.translate)({id:"theme.SearchModal.footer.navigateDownKeyAriaLabel",message:"Arrow down",description:"The ARIA label for the Arrow down key button that makes the navigation"}),closeText:(0,s.translate)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,s.translate)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,s.translate)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,s.translate)({id:"theme.SearchModal.noResultsScreen.noResultsText",message:"No results for",description:"The text explains that there are no results for the following search"}),suggestedQueryText:(0,s.translate)({id:"theme.SearchModal.noResultsScreen.suggestedQueryText",message:"Try searching for",description:"The text for the suggested query when no results are found for the following search"}),reportMissingResultsText:(0,s.translate)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsText",message:"Believe this query should return results?",description:"The text for the question where the user thinks there are missing results"}),reportMissingResultsLinkText:(0,s.translate)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,s.translate)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})}},8802:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeTrailingSlash=t.addLeadingSlash=t.addTrailingSlash=void 0;const s=i(55913);function a(e){return e.endsWith("/")?e:`${e}/`}function n(e){return(0,s.removeSuffix)(e,"/")}t.addTrailingSlash=a,t.default=function(e,t){const{trailingSlash:i,baseUrl:s}=t;if(e.startsWith("#"))return e;if(void 0===i)return e;const[r]=e.split(/[#?]/),o="/"===r||r===s?r:(c=r,i?a(c):n(c));var c;return e.replace(r,o)},t.addLeadingSlash=function(e){return(0,s.addPrefix)(e,"/")},t.removeTrailingSlash=n},54143:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=void 0,t.getErrorCausalChain=function e(t){return t.cause?[t,...e(t.cause)]:[t]}},18780:function(e,t,i){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=t.removePrefix=t.addSuffix=t.removeSuffix=t.addPrefix=t.removeTrailingSlash=t.addLeadingSlash=t.addTrailingSlash=t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="__blog-post-container";var a=i(8802);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return s(a).default}}),Object.defineProperty(t,"addTrailingSlash",{enumerable:!0,get:function(){return a.addTrailingSlash}}),Object.defineProperty(t,"addLeadingSlash",{enumerable:!0,get:function(){return a.addLeadingSlash}}),Object.defineProperty(t,"removeTrailingSlash",{enumerable:!0,get:function(){return a.removeTrailingSlash}});var n=i(55913);Object.defineProperty(t,"addPrefix",{enumerable:!0,get:function(){return n.addPrefix}}),Object.defineProperty(t,"removeSuffix",{enumerable:!0,get:function(){return n.removeSuffix}}),Object.defineProperty(t,"addSuffix",{enumerable:!0,get:function(){return n.addSuffix}}),Object.defineProperty(t,"removePrefix",{enumerable:!0,get:function(){return n.removePrefix}});var r=i(54143);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return r.getErrorCausalChain}})},55913:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removePrefix=t.addSuffix=t.removeSuffix=t.addPrefix=void 0,t.addPrefix=function(e,t){return e.startsWith(t)?e:`${t}${e}`},t.removeSuffix=function(e,t){return""===t?e:e.endsWith(t)?e.slice(0,-t.length):e},t.addSuffix=function(e,t){return e.endsWith(t)?e:`${e}${t}`},t.removePrefix=function(e,t){return e.startsWith(t)?e.slice(t.length):e}},21924:(e,t,i)=>{"use strict";var s=i(40210),a=i(55559),n=a(s("String.prototype.indexOf"));e.exports=function(e,t){var i=s(e,!!t);return"function"==typeof i&&n(e,".prototype.")>-1?a(i):i}},55559:(e,t,i)=>{"use strict";var s=i(58612),a=i(40210),n=i(67771),r=a("%TypeError%"),o=a("%Function.prototype.apply%"),c=a("%Function.prototype.call%"),p=a("%Reflect.apply%",!0)||s.call(c,o),d=a("%Object.defineProperty%",!0),l=a("%Math.max%");if(d)try{d({},"a",{value:1})}catch(g){d=null}e.exports=function(e){if("function"!=typeof e)throw new r("a function is required");var t=p(s,c,arguments);return n(t,1+l(0,e.length-(arguments.length-1)),!0)};var u=function(){return p(s,o,arguments)};d?d(e.exports,"apply",{value:u}):e.exports.apply=u},25108:(e,t,i)=>{var s=i(89539),a=i(69282);function n(){return(new Date).getTime()}var r,o=Array.prototype.slice,c={};r=void 0!==i.g&&i.g.console?i.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var p=[[function(){},"log"],[function(){r.log.apply(r,arguments)},"info"],[function(){r.log.apply(r,arguments)},"warn"],[function(){r.warn.apply(r,arguments)},"error"],[function(e){c[e]=n()},"time"],[function(e){var t=c[e];if(!t)throw new Error("No such label: "+e);delete c[e];var i=n()-t;r.log(e+": "+i+"ms")},"timeEnd"],[function(){var e=new Error;e.name="Trace",e.message=s.format.apply(null,arguments),r.error(e.stack)},"trace"],[function(e){r.log(s.inspect(e)+"\n")},"dir"],[function(e){if(!e){var t=o.call(arguments,1);a.ok(!1,s.format.apply(null,t))}},"assert"]],d=0;d{"use strict";var s=i(31044)(),a=i(40210),n=s&&a("%Object.defineProperty%",!0);if(n)try{n({},"a",{value:1})}catch(p){n=!1}var r=a("%SyntaxError%"),o=a("%TypeError%"),c=i(27296);e.exports=function(e,t,i){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new o("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new o("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,a=arguments.length>4?arguments[4]:null,p=arguments.length>5?arguments[5]:null,d=arguments.length>6&&arguments[6],l=!!c&&c(e,t);if(n)n(e,t,{configurable:null===p&&l?l.configurable:!p,enumerable:null===s&&l?l.enumerable:!s,value:i,writable:null===a&&l?l.writable:!a});else{if(!d&&(s||a||p))throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=i}}},4289:(e,t,i)=>{"use strict";var s=i(82215),a="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),n=Object.prototype.toString,r=Array.prototype.concat,o=i(12296),c=i(31044)(),p=function(e,t,i,s){if(t in e)if(!0===s){if(e[t]===i)return}else if("function"!=typeof(a=s)||"[object Function]"!==n.call(a)||!s())return;var a;c?o(e,t,i,!0):o(e,t,i)},d=function(e,t){var i=arguments.length>2?arguments[2]:{},n=s(t);a&&(n=r.call(n,Object.getOwnPropertySymbols(t)));for(var o=0;o{"use strict";var s=i(95320),a=Object.prototype.toString,n=Object.prototype.hasOwnProperty;e.exports=function(e,t,i){if(!s(t))throw new TypeError("iterator must be a function");var r;arguments.length>=3&&(r=i),"[object Array]"===a.call(e)?function(e,t,i){for(var s=0,a=e.length;s{"use strict";var t=Object.prototype.toString,i=Math.max,s=function(e,t){for(var i=[],s=0;s{"use strict";var s=i(17648);e.exports=Function.prototype.bind||s},40210:(e,t,i)=>{"use strict";var s,a=SyntaxError,n=Function,r=TypeError,o=function(e){try{return n('"use strict"; return ('+e+").constructor;")()}catch(t){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(I){c=null}var p=function(){throw new r},d=c?function(){try{return p}catch(e){try{return c(arguments,"callee").get}catch(t){return p}}}():p,l=i(41405)(),u=i(28185)(),g=Object.getPrototypeOf||(u?function(e){return e.__proto__}:null),f={},v="undefined"!=typeof Uint8Array&&g?g(Uint8Array):s,m={"%AggregateError%":"undefined"==typeof AggregateError?s:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?s:ArrayBuffer,"%ArrayIteratorPrototype%":l&&g?g([][Symbol.iterator]()):s,"%AsyncFromSyncIteratorPrototype%":s,"%AsyncFunction%":f,"%AsyncGenerator%":f,"%AsyncGeneratorFunction%":f,"%AsyncIteratorPrototype%":f,"%Atomics%":"undefined"==typeof Atomics?s:Atomics,"%BigInt%":"undefined"==typeof BigInt?s:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?s:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?s:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?s:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?s:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?s:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?s:FinalizationRegistry,"%Function%":n,"%GeneratorFunction%":f,"%Int8Array%":"undefined"==typeof Int8Array?s:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?s:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?s:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l&&g?g(g([][Symbol.iterator]())):s,"%JSON%":"object"==typeof JSON?JSON:s,"%Map%":"undefined"==typeof Map?s:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l&&g?g((new Map)[Symbol.iterator]()):s,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?s:Promise,"%Proxy%":"undefined"==typeof Proxy?s:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?s:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?s:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l&&g?g((new Set)[Symbol.iterator]()):s,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?s:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":l&&g?g(""[Symbol.iterator]()):s,"%Symbol%":l?Symbol:s,"%SyntaxError%":a,"%ThrowTypeError%":d,"%TypedArray%":v,"%TypeError%":r,"%Uint8Array%":"undefined"==typeof Uint8Array?s:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?s:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?s:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?s:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?s:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?s:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?s:WeakSet};if(g)try{null.error}catch(I){var b=g(g(I));m["%Error.prototype%"]=b}var h=function e(t){var i;if("%AsyncFunction%"===t)i=o("async function () {}");else if("%GeneratorFunction%"===t)i=o("function* () {}");else if("%AsyncGeneratorFunction%"===t)i=o("async function* () {}");else if("%AsyncGenerator%"===t){var s=e("%AsyncGeneratorFunction%");s&&(i=s.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&g&&(i=g(a.prototype))}return m[t]=i,i},y={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},x=i(58612),w=i(48824),_=x.call(Function.call,Array.prototype.concat),k=x.call(Function.apply,Array.prototype.splice),P=x.call(Function.call,String.prototype.replace),A=x.call(Function.call,String.prototype.slice),S=x.call(Function.call,RegExp.prototype.exec),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,T=/\\(\\)?/g,C=function(e,t){var i,s=e;if(w(y,s)&&(s="%"+(i=y[s])[0]+"%"),w(m,s)){var n=m[s];if(n===f&&(n=h(s)),void 0===n&&!t)throw new r("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:s,value:n}}throw new a("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new r("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new r('"allowMissing" argument must be a boolean');if(null===S(/^%?[^%]*%?$/,e))throw new a("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=function(e){var t=A(e,0,1),i=A(e,-1);if("%"===t&&"%"!==i)throw new a("invalid intrinsic syntax, expected closing `%`");if("%"===i&&"%"!==t)throw new a("invalid intrinsic syntax, expected opening `%`");var s=[];return P(e,E,(function(e,t,i,a){s[s.length]=i?P(a,T,"$1"):t||e})),s}(e),s=i.length>0?i[0]:"",n=C("%"+s+"%",t),o=n.name,p=n.value,d=!1,l=n.alias;l&&(s=l[0],k(i,_([0,1],l)));for(var u=1,g=!0;u=i.length){var h=c(p,f);p=(g=!!h)&&"get"in h&&!("originalValue"in h.get)?h.get:p[f]}else g=w(p,f),p=p[f];g&&!d&&(m[o]=p)}}return p}},27296:(e,t,i)=>{"use strict";var s=i(40210)("%Object.getOwnPropertyDescriptor%",!0);if(s)try{s([],"length")}catch(a){s=null}e.exports=s},31044:(e,t,i)=>{"use strict";var s=i(40210)("%Object.defineProperty%",!0),a=function(){if(s)try{return s({},"a",{value:1}),!0}catch(e){return!1}return!1};a.hasArrayLengthDefineBug=function(){if(!a())return null;try{return 1!==s([],"length",{value:1}).length}catch(e){return!0}},e.exports=a},28185:e=>{"use strict";var t={foo:{}},i=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof i)}},41405:(e,t,i)=>{"use strict";var s="undefined"!=typeof Symbol&&Symbol,a=i(55419);e.exports=function(){return"function"==typeof s&&("function"==typeof Symbol&&("symbol"==typeof s("foo")&&("symbol"==typeof Symbol("bar")&&a())))}},55419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),i=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(i))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var s=Object.getOwnPropertySymbols(e);if(1!==s.length||s[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0}},96410:(e,t,i)=>{"use strict";var s=i(55419);e.exports=function(){return s()&&!!Symbol.toStringTag}},48824:(e,t,i)=>{"use strict";var s=Function.prototype.call,a=Object.prototype.hasOwnProperty,n=i(58612);e.exports=n.call(s,a)},99318:(e,t,i)=>{"use strict";i.d(t,{lX:()=>x,q_:()=>S,ob:()=>g,PP:()=>T,Ep:()=>u});var s=i(87462);function a(e){return"/"===e.charAt(0)}function n(e,t){for(var i=t,s=i+1,a=e.length;s=0;u--){var g=r[u];"."===g?n(r,u):".."===g?(n(r,u),l++):l&&(n(r,u),l--)}if(!p)for(;l--;l)r.unshift("..");!p||""===r[0]||r[0]&&a(r[0])||r.unshift("");var f=r.join("/");return i&&"/"!==f.substr(-1)&&(f+="/"),f};var o=i(38776);function c(e){return"/"===e.charAt(0)?e:"/"+e}function p(e){return"/"===e.charAt(0)?e.substr(1):e}function d(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function l(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function u(e){var t=e.pathname,i=e.search,s=e.hash,a=t||"/";return i&&"?"!==i&&(a+="?"===i.charAt(0)?i:"?"+i),s&&"#"!==s&&(a+="#"===s.charAt(0)?s:"#"+s),a}function g(e,t,i,a){var n;"string"==typeof e?(n=function(e){var t=e||"/",i="",s="",a=t.indexOf("#");-1!==a&&(s=t.substr(a),t=t.substr(0,a));var n=t.indexOf("?");return-1!==n&&(i=t.substr(n),t=t.substr(0,n)),{pathname:t,search:"?"===i?"":i,hash:"#"===s?"":s}}(e),n.state=t):(void 0===(n=(0,s.Z)({},e)).pathname&&(n.pathname=""),n.search?"?"!==n.search.charAt(0)&&(n.search="?"+n.search):n.search="",n.hash?"#"!==n.hash.charAt(0)&&(n.hash="#"+n.hash):n.hash="",void 0!==t&&void 0===n.state&&(n.state=t));try{n.pathname=decodeURI(n.pathname)}catch(o){throw o instanceof URIError?new URIError('Pathname "'+n.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):o}return i&&(n.key=i),a?n.pathname?"/"!==n.pathname.charAt(0)&&(n.pathname=r(n.pathname,a.pathname)):n.pathname=a.pathname:n.pathname||(n.pathname="/"),n}function f(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,i,s,a){if(null!=e){var n="function"==typeof e?e(t,i):e;"string"==typeof n?"function"==typeof s?s(n,a):a(!0):a(!1!==n)}else a(!0)},appendListener:function(e){var i=!0;function s(){i&&e.apply(void 0,arguments)}return t.push(s),function(){i=!1,t=t.filter((function(e){return e!==s}))}},notifyListeners:function(){for(var e=arguments.length,i=new Array(e),s=0;st?i.splice(t,i.length-t,a):i.push(a),l({action:s,location:a,index:t,entries:i})}}))},replace:function(e,t){var s="REPLACE",a=g(e,t,v(),x.location);d.confirmTransitionTo(a,s,i,(function(e){e&&(x.entries[x.index]=a,l({action:s,location:a}))}))},go:y,goBack:function(){y(-1)},goForward:function(){y(1)},canGo:function(e){var t=x.index+e;return t>=0&&t{"use strict";var s=i(59864),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},n={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},r={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function c(e){return s.isMemo(e)?r:o[e.$$typeof]||a}o[s.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[s.Memo]=r;var p=Object.defineProperty,d=Object.getOwnPropertyNames,l=Object.getOwnPropertySymbols,u=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,i,s){if("string"!=typeof i){if(f){var a=g(i);a&&a!==f&&e(t,a,s)}var r=d(i);l&&(r=r.concat(l(i)));for(var o=c(t),v=c(i),m=0;m{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e}}},41143:e=>{"use strict";e.exports=function(e,t,i,s,a,n,r,o){if(!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var p=[i,s,a,n,r,o],d=0;(c=new Error(t.replace(/%s/g,(function(){return p[d++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}},82584:(e,t,i)=>{"use strict";var s=i(96410)(),a=i(21924)("Object.prototype.toString"),n=function(e){return!(s&&e&&"object"==typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===a(e)},r=function(e){return!!n(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==a(e)&&"[object Function]"===a(e.callee)},o=function(){return n(arguments)}();n.isLegacyArguments=r,e.exports=o?n:r},95320:e=>{"use strict";var t,i,s=Function.prototype.toString,a="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof a&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw i}}),i={},a((function(){throw 42}),null,t)}catch(g){g!==i&&(a=null)}else a=null;var n=/^\s*class\b/,r=function(e){try{var t=s.call(e);return n.test(t)}catch(i){return!1}},o=function(e){try{return!r(e)&&(s.call(e),!0)}catch(t){return!1}},c=Object.prototype.toString,p="function"==typeof Symbol&&!!Symbol.toStringTag,d=!(0 in[,]),l=function(){return!1};if("object"==typeof document){var u=document.all;c.call(u)===c.call(document.all)&&(l=function(e){if((d||!e)&&(void 0===e||"object"==typeof e))try{var t=c.call(e);return("[object HTMLAllCollection]"===t||"[object HTML document.all class]"===t||"[object HTMLCollection]"===t||"[object Object]"===t)&&null==e("")}catch(i){}return!1})}e.exports=a?function(e){if(l(e))return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;try{a(e,null,t)}catch(s){if(s!==i)return!1}return!r(e)&&o(e)}:function(e){if(l(e))return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if(p)return o(e);if(r(e))return!1;var t=c.call(e);return!("[object Function]"!==t&&"[object GeneratorFunction]"!==t&&!/^\[object HTML/.test(t))&&o(e)}},48662:(e,t,i)=>{"use strict";var s,a=Object.prototype.toString,n=Function.prototype.toString,r=/^\s*(?:function)?\*/,o=i(96410)(),c=Object.getPrototypeOf;e.exports=function(e){if("function"!=typeof e)return!1;if(r.test(n.call(e)))return!0;if(!o)return"[object GeneratorFunction]"===a.call(e);if(!c)return!1;if(void 0===s){var t=function(){if(!o)return!1;try{return Function("return function*() {}")()}catch(e){}}();s=!!t&&c(t)}return c(e)===s}},98611:e=>{"use strict";e.exports=function(e){return e!=e}},20360:(e,t,i)=>{"use strict";var s=i(55559),a=i(4289),n=i(98611),r=i(29415),o=i(23194),c=s(r(),Number);a(c,{getPolyfill:r,implementation:n,shim:o}),e.exports=c},29415:(e,t,i)=>{"use strict";var s=i(98611);e.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:s}},23194:(e,t,i)=>{"use strict";var s=i(4289),a=i(29415);e.exports=function(){var e=a();return s(Number,{isNaN:e},{isNaN:function(){return Number.isNaN!==e}}),e}},85692:(e,t,i)=>{"use strict";var s=i(86430);e.exports=function(e){return!!s(e)}},5826:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},29958:(e,t,i)=>{"use strict";i.r(t)},32497:(e,t,i)=>{"use strict";i.r(t)},52295:(e,t,i)=>{"use strict";i.r(t)},74865:function(e,t,i){var s,a;s=function(){var e,t,i={version:"0.2.0"},s=i.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function a(e,t,i){return ei?i:e}function n(e){return 100*(-1+e)}function r(e,t,i){var a;return(a="translate3d"===s.positionUsing?{transform:"translate3d("+n(e)+"%,0,0)"}:"translate"===s.positionUsing?{transform:"translate("+n(e)+"%,0)"}:{"margin-left":n(e)+"%"}).transition="all "+t+"ms "+i,a}i.configure=function(e){var t,i;for(t in e)void 0!==(i=e[t])&&e.hasOwnProperty(t)&&(s[t]=i);return this},i.status=null,i.set=function(e){var t=i.isStarted();e=a(e,s.minimum,1),i.status=1===e?null:e;var n=i.render(!t),p=n.querySelector(s.barSelector),d=s.speed,l=s.easing;return n.offsetWidth,o((function(t){""===s.positionUsing&&(s.positionUsing=i.getPositioningCSS()),c(p,r(e,d,l)),1===e?(c(n,{transition:"none",opacity:1}),n.offsetWidth,setTimeout((function(){c(n,{transition:"all "+d+"ms linear",opacity:0}),setTimeout((function(){i.remove(),t()}),d)}),d)):setTimeout(t,d)})),this},i.isStarted=function(){return"number"==typeof i.status},i.start=function(){i.status||i.set(0);var e=function(){setTimeout((function(){i.status&&(i.trickle(),e())}),s.trickleSpeed)};return s.trickle&&e(),this},i.done=function(e){return e||i.status?i.inc(.3+.5*Math.random()).set(1):this},i.inc=function(e){var t=i.status;return t?("number"!=typeof e&&(e=(1-t)*a(Math.random()*t,.1,.95)),t=a(t+e,0,.994),i.set(t)):i.start()},i.trickle=function(){return i.inc(Math.random()*s.trickleRate)},e=0,t=0,i.promise=function(s){return s&&"resolved"!==s.state()?(0===t&&i.start(),e++,t++,s.always((function(){0==--t?(e=0,i.done()):i.set((e-t)/e)})),this):this},i.render=function(e){if(i.isRendered())return document.getElementById("nprogress");d(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=s.template;var a,r=t.querySelector(s.barSelector),o=e?"-100":n(i.status||0),p=document.querySelector(s.parent);return c(r,{transition:"all 0 linear",transform:"translate3d("+o+"%,0,0)"}),s.showSpinner||(a=t.querySelector(s.spinnerSelector))&&g(a),p!=document.body&&d(p,"nprogress-custom-parent"),p.appendChild(t),t},i.remove=function(){l(document.documentElement,"nprogress-busy"),l(document.querySelector(s.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&g(e)},i.isRendered=function(){return!!document.getElementById("nprogress")},i.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var o=function(){var e=[];function t(){var i=e.shift();i&&i(t)}return function(i){e.push(i),1==e.length&&t()}}(),c=function(){var e=["Webkit","O","Moz","ms"],t={};function i(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function s(t){var i=document.body.style;if(t in i)return t;for(var s,a=e.length,n=t.charAt(0).toUpperCase()+t.slice(1);a--;)if((s=e[a]+n)in i)return s;return t}function a(e){return e=i(e),t[e]||(t[e]=s(e))}function n(e,t,i){t=a(t),e.style[t]=i}return function(e,t){var i,s,a=arguments;if(2==a.length)for(i in t)void 0!==(s=t[i])&&t.hasOwnProperty(i)&&n(e,i,s);else n(e,a[1],a[2])}}();function p(e,t){return("string"==typeof e?e:u(e)).indexOf(" "+t+" ")>=0}function d(e,t){var i=u(e),s=i+t;p(i,t)||(e.className=s.substring(1))}function l(e,t){var i,s=u(e);p(e,t)&&(i=s.replace(" "+t+" "," "),e.className=i.substring(1,i.length-1))}function u(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function g(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return i},void 0===(a="function"==typeof s?s.call(t,i,t,e):s)||(e.exports=a)},24244:e=>{"use strict";var t=function(e){return e!=e};e.exports=function(e,i){return 0===e&&0===i?1/e==1/i:e===i||!(!t(e)||!t(i))}},20609:(e,t,i)=>{"use strict";var s=i(4289),a=i(55559),n=i(24244),r=i(75624),o=i(52281),c=a(r(),Object);s(c,{getPolyfill:r,implementation:n,shim:o}),e.exports=c},75624:(e,t,i)=>{"use strict";var s=i(24244);e.exports=function(){return"function"==typeof Object.is?Object.is:s}},52281:(e,t,i)=>{"use strict";var s=i(75624),a=i(4289);e.exports=function(){var e=s();return a(Object,{is:e},{is:function(){return Object.is!==e}}),e}},18987:(e,t,i)=>{"use strict";var s;if(!Object.keys){var a=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=i(21414),o=Object.prototype.propertyIsEnumerable,c=!o.call({toString:null},"toString"),p=o.call((function(){}),"prototype"),d=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],l=function(e){var t=e.constructor;return t&&t.prototype===e},u={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},g=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!u["$"+e]&&a.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{l(window[e])}catch(t){return!0}}catch(t){return!0}return!1}();s=function(e){var t=null!==e&&"object"==typeof e,i="[object Function]"===n.call(e),s=r(e),o=t&&"[object String]"===n.call(e),u=[];if(!t&&!i&&!s)throw new TypeError("Object.keys called on a non-object");var f=p&&i;if(o&&e.length>0&&!a.call(e,0))for(var v=0;v0)for(var m=0;m{"use strict";var s=Array.prototype.slice,a=i(21414),n=Object.keys,r=n?function(e){return n(e)}:i(18987),o=Object.keys;r.shim=function(){if(Object.keys){var e=function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2);e||(Object.keys=function(e){return a(e)?o(s.call(e)):o(e)})}else Object.keys=r;return Object.keys||r},e.exports=r},21414:e=>{"use strict";var t=Object.prototype.toString;e.exports=function(e){var i=t.call(e),s="[object Arguments]"===i;return s||(s="[object Array]"!==i&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),s}},92837:(e,t,i)=>{"use strict";var s=i(82215),a=i(55419)(),n=i(21924),r=Object,o=n("Array.prototype.push"),c=n("Object.prototype.propertyIsEnumerable"),p=a?Object.getOwnPropertySymbols:null;e.exports=function(e,t){if(null==e)throw new TypeError("target must be an object");var i=r(e);if(1===arguments.length)return i;for(var n=1;n{"use strict";var s=i(92837);e.exports=function(){return Object.assign?function(){if(!Object.assign)return!1;for(var e="abcdefghijklmnopqrst",t=e.split(""),i={},s=0;s{var s=i(5826);e.exports=g,e.exports.parse=n,e.exports.compile=function(e,t){return o(n(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=u;var a=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function n(e,t){for(var i,s=[],n=0,r=0,o="",d=t&&t.delimiter||"/";null!=(i=a.exec(e));){var l=i[0],u=i[1],g=i.index;if(o+=e.slice(r,g),r=g+l.length,u)o+=u[1];else{var f=e[r],v=i[2],m=i[3],b=i[4],h=i[5],y=i[6],x=i[7];o&&(s.push(o),o="");var w=null!=v&&null!=f&&f!==v,_="+"===y||"*"===y,k="?"===y||"*"===y,P=i[2]||d,A=b||h;s.push({name:m||n++,prefix:v||"",delimiter:P,optional:k,repeat:_,partial:w,asterisk:!!x,pattern:A?p(A):x?".*":"[^"+c(P)+"]+?"})}}return r{!function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},s={bash:i,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:s},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:s},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:s.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:s.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=e.languages.bash;for(var a=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],n=s.variable[1].inside,r=0;r{!function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,i){return"(?:"+t[+i]+")"}))}function i(e,i,s){return RegExp(t(e,i),s||"")}function s(e,t){for(var i=0;i>/g,(function(){return"(?:"+e+")"}));return e.replace(/<>/g,"[^\\s\\S]")}var a="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",n="class enum interface record struct",r="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",o="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function c(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var p=c(n),d=RegExp(c(a+" "+n+" "+r+" "+o)),l=c(n+" "+r+" "+o),u=c(a+" "+n+" "+o),g=s(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),f=s(/\((?:[^()]|<>)*\)/.source,2),v=/@?\b[A-Za-z_]\w*\b/.source,m=t(/<<0>>(?:\s*<<1>>)?/.source,[v,g]),b=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[l,m]),h=/\[\s*(?:,\s*)*\]/.source,y=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[b,h]),x=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[g,f,h]),w=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[x]),_=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[w,b,h]),k={keyword:d,punctuation:/[<>()?,.:[\]]/},P=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,A=/"(?:\\.|[^\\"\r\n])*"/.source,S=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:i(/(^|[^$\\])<<0>>/.source,[S]),lookbehind:!0,greedy:!0},{pattern:i(/(^|[^@$\\])<<0>>/.source,[A]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:i(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[b]),lookbehind:!0,inside:k},{pattern:i(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[v,_]),lookbehind:!0,inside:k},{pattern:i(/(\busing\s+)<<0>>(?=\s*=)/.source,[v]),lookbehind:!0},{pattern:i(/(\b<<0>>\s+)<<1>>/.source,[p,m]),lookbehind:!0,inside:k},{pattern:i(/(\bcatch\s*\(\s*)<<0>>/.source,[b]),lookbehind:!0,inside:k},{pattern:i(/(\bwhere\s+)<<0>>/.source,[v]),lookbehind:!0},{pattern:i(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[y]),lookbehind:!0,inside:k},{pattern:i(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[_,u,v]),inside:k}],keyword:d,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:i(/([(,]\s*)<<0>>(?=\s*:)/.source,[v]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:i(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[v]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:i(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[f]),lookbehind:!0,alias:"class-name",inside:k},"return-type":{pattern:i(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[_,b]),inside:k,alias:"class-name"},"constructor-invocation":{pattern:i(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[_]),lookbehind:!0,inside:k,alias:"class-name"},"generic-method":{pattern:i(/<<0>>\s*<<1>>(?=\s*\()/.source,[v,g]),inside:{function:i(/^<<0>>/.source,[v]),generic:{pattern:RegExp(g),alias:"class-name",inside:k}}},"type-list":{pattern:i(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[p,m,v,_,d.source,f,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:i(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[m,f]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:d,"class-name":{pattern:RegExp(_),greedy:!0,inside:k},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var E=A+"|"+P,T=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[E]),C=s(t(/[^"'/()]|<<0>>|\(<>*\)/.source,[T]),2),I=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,R=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[b,C]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:i(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[I,R]),lookbehind:!0,greedy:!0,inside:{target:{pattern:i(/^<<0>>(?=\s*:)/.source,[I]),alias:"keyword"},"attribute-arguments":{pattern:i(/\(<<0>>*\)/.source,[C]),inside:e.languages.csharp},"class-name":{pattern:RegExp(b),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var j=/:[^}\r\n]+/.source,O=s(t(/[^"'/()]|<<0>>|\(<>*\)/.source,[T]),2),L=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[O,j]),N=s(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[E]),2),D=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[N,j]);function F(t,s){return{interpolation:{pattern:i(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:i(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[s,j]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:i(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[L]),lookbehind:!0,greedy:!0,inside:F(L,O)},{pattern:i(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[D]),lookbehind:!0,greedy:!0,inside:F(D,N)}],char:{pattern:RegExp(P),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)},40728:()=>{!function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(i){var s=t[i],a=[];/^\w+$/.test(i)||a.push(/\w+/.exec(i)[0]),"diff"===i&&a.push("bold"),e.languages.diff[i]={pattern:RegExp("^(?:["+s+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:a,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(i)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(Prism)},77158:()=>{!function(e){var t=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,i=/(?:[ \t]+(?![ \t])(?:)?|)/.source.replace(//g,(function(){return t})),s=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,a=/--[\w-]+=(?:|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(//g,(function(){return s})),n={pattern:RegExp(s),greedy:!0},r={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function o(e,t){return e=e.replace(//g,(function(){return a})).replace(//g,(function(){return i})),RegExp(e,t)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:o(/(^(?:ONBUILD)?\w+)(?:)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[n,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:o(/(^(?:ONBUILD)?HEALTHCHECK(?:)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:o(/(^(?:ONBUILD)?FROM(?:)*(?!--)[^ \t\\]+)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:o(/(^ONBUILD)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:r,string:n,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:r},e.languages.dockerfile=e.languages.docker}(Prism)},79787:()=>{Prism.languages.git={comment:/^#.*/m,deleted:/^[-\u2013].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m}},27046:()=>{Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"]},50057:()=>{!function(e){function t(e){return RegExp("(^(?:"+e+"):[ \t]*(?![ \t]))[^]+","i")}e.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:e.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:t(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:e.languages.csp},{pattern:t(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:e.languages.hpkp},{pattern:t(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:e.languages.hsts},{pattern:t(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var i,s=e.languages,a={"application/javascript":s.javascript,"application/json":s.json||s.javascript,"application/xml":s.xml,"text/xml":s.xml,"text/html":s.html,"text/css":s.css,"text/plain":s.plain},n={"application/json":!0,"application/xml":!0};function r(e){var t=e.replace(/^[a-z]+\//,"");return"(?:"+e+"|"+("\\w+/(?:[\\w.-]+\\+)+"+t+"(?![+\\w.-])")+")"}for(var o in a)if(a[o]){i=i||{};var c=n[o]?r(o):o;i[o.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+c+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:a[o]}}i&&e.languages.insertBefore("http","header",i)}(Prism)},29525:()=>{Prism.languages.ini={comment:{pattern:/(^[ \f\t\v]*)[#;][^\n\r]*/m,lookbehind:!0},section:{pattern:/(^[ \f\t\v]*)\[[^\n\r\]]*\]?/m,lookbehind:!0,inside:{"section-name":{pattern:/(^\[[ \f\t\v]*)[^ \f\t\v\]]+(?:[ \f\t\v]+[^ \f\t\v\]]+)*/,lookbehind:!0,alias:"selector"},punctuation:/\[|\]/}},key:{pattern:/(^[ \f\t\v]*)[^ \f\n\r\t\v=]+(?:[ \f\t\v]+[^ \f\n\r\t\v=]+)*(?=[ \f\t\v]*=)/m,lookbehind:!0,alias:"attr-name"},value:{pattern:/(=[ \f\t\v]*)[^ \f\n\r\t\v]+(?:[ \f\t\v]+[^ \f\n\r\t\v]+)*/,lookbehind:!0,alias:"attr-value",inside:{"inner-value":{pattern:/^("|').+(?=\1$)/,lookbehind:!0}}},punctuation:/=/}},52503:()=>{!function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,i=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,s={pattern:RegExp(/(^|[^\w.])/.source+i+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[s,{pattern:RegExp(/(^|[^\w.])/.source+i+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:s.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+i+/[A-Z]\w*\b/.source),lookbehind:!0,inside:s.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":s,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+i+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:s.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+i+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:s.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(//g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)},39980:()=>{Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Prism.languages.js=Prism.languages.javascript},74277:()=>{Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json},62356:()=>{!function(e){var t=e.util.clone(e.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,s=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,a=/(?:\{*\.{3}(?:[^{}]|)*\})/.source;function n(e,t){return e=e.replace(//g,(function(){return i})).replace(//g,(function(){return s})).replace(//g,(function(){return a})),RegExp(e,t)}a=n(a).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=n(/<\/?(?:[\w.:-]+(?:+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|))?|))**\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:n(//.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:n(/=/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var r=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(r).join(""):""},o=function(t){for(var i=[],s=0;s0&&i[i.length-1].tagName===r(a.content[0].content[1])&&i.pop():"/>"===a.content[a.content.length-1].content||i.push({tagName:r(a.content[0].content[1]),openedBraces:0}):i.length>0&&"punctuation"===a.type&&"{"===a.content?i[i.length-1].openedBraces++:i.length>0&&i[i.length-1].openedBraces>0&&"punctuation"===a.type&&"}"===a.content?i[i.length-1].openedBraces--:n=!0),(n||"string"==typeof a)&&i.length>0&&0===i[i.length-1].openedBraces){var c=r(a);s0&&("string"==typeof t[s-1]||"plain-text"===t[s-1].type)&&(c=r(t[s-1])+c,t.splice(s-1,1),s--),t[s]=new e.Token("plain-text",c,null,c)}a.content&&"string"!=typeof a.content&&o(a.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||o(e.tokens)}))}(Prism)},96854:()=>{!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(i,s,a,n){if(i.language===s){var r=i.tokenStack=[];i.code=i.code.replace(a,(function(e){if("function"==typeof n&&!n(e))return e;for(var a,o=r.length;-1!==i.code.indexOf(a=t(s,o));)++o;return r[o]=e,a})),i.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(i,s){if(i.language===s&&i.tokenStack){i.grammar=e.languages[s];var a=0,n=Object.keys(i.tokenStack);!function r(o){for(var c=0;c=n.length);c++){var p=o[c];if("string"==typeof p||p.content&&"string"==typeof p.content){var d=n[a],l=i.tokenStack[d],u="string"==typeof p?p:p.content,g=t(s,d),f=u.indexOf(g);if(f>-1){++a;var v=u.substring(0,f),m=new e.Token(s,e.tokenize(l,i.grammar),"language-"+s,l),b=u.substring(f+g.length),h=[];v&&h.push.apply(h,r([v])),h.push(m),b&&h.push.apply(h,r([b])),"string"==typeof p?o.splice.apply(o,[c,1].concat(h)):p.content=h}}else p.content&&r(p.content)}return o}(i.tokens)}}}})}(Prism)},92927:()=>{Prism.languages.plsql=Prism.languages.extend("sql",{comment:{pattern:/\/\*[\s\S]*?\*\/|--.*/,greedy:!0},keyword:/\b(?:A|ACCESSIBLE|ADD|AGENT|AGGREGATE|ALL|ALTER|AND|ANY|ARRAY|AS|ASC|AT|ATTRIBUTE|AUTHID|AVG|BEGIN|BETWEEN|BFILE_BASE|BINARY|BLOB_BASE|BLOCK|BODY|BOTH|BOUND|BULK|BY|BYTE|C|CALL|CALLING|CASCADE|CASE|CHAR|CHARACTER|CHARSET|CHARSETFORM|CHARSETID|CHAR_BASE|CHECK|CLOB_BASE|CLONE|CLOSE|CLUSTER|CLUSTERS|COLAUTH|COLLECT|COLUMNS|COMMENT|COMMIT|COMMITTED|COMPILED|COMPRESS|CONNECT|CONSTANT|CONSTRUCTOR|CONTEXT|CONTINUE|CONVERT|COUNT|CRASH|CREATE|CREDENTIAL|CURRENT|CURSOR|CUSTOMDATUM|DANGLING|DATA|DATE|DATE_BASE|DAY|DECLARE|DEFAULT|DEFINE|DELETE|DESC|DETERMINISTIC|DIRECTORY|DISTINCT|DOUBLE|DROP|DURATION|ELEMENT|ELSE|ELSIF|EMPTY|END|ESCAPE|EXCEPT|EXCEPTION|EXCEPTIONS|EXCLUSIVE|EXECUTE|EXISTS|EXIT|EXTERNAL|FETCH|FINAL|FIRST|FIXED|FLOAT|FOR|FORALL|FORCE|FROM|FUNCTION|GENERAL|GOTO|GRANT|GROUP|HASH|HAVING|HEAP|HIDDEN|HOUR|IDENTIFIED|IF|IMMEDIATE|IMMUTABLE|IN|INCLUDING|INDEX|INDEXES|INDICATOR|INDICES|INFINITE|INSERT|INSTANTIABLE|INT|INTERFACE|INTERSECT|INTERVAL|INTO|INVALIDATE|IS|ISOLATION|JAVA|LANGUAGE|LARGE|LEADING|LENGTH|LEVEL|LIBRARY|LIKE|LIKE2|LIKE4|LIKEC|LIMIT|LIMITED|LOCAL|LOCK|LONG|LOOP|MAP|MAX|MAXLEN|MEMBER|MERGE|MIN|MINUS|MINUTE|MOD|MODE|MODIFY|MONTH|MULTISET|MUTABLE|NAME|NAN|NATIONAL|NATIVE|NCHAR|NEW|NOCOMPRESS|NOCOPY|NOT|NOWAIT|NULL|NUMBER_BASE|OBJECT|OCICOLL|OCIDATE|OCIDATETIME|OCIDURATION|OCIINTERVAL|OCILOBLOCATOR|OCINUMBER|OCIRAW|OCIREF|OCIREFCURSOR|OCIROWID|OCISTRING|OCITYPE|OF|OLD|ON|ONLY|OPAQUE|OPEN|OPERATOR|OPTION|OR|ORACLE|ORADATA|ORDER|ORGANIZATION|ORLANY|ORLVARY|OTHERS|OUT|OVERLAPS|OVERRIDING|PACKAGE|PARALLEL_ENABLE|PARAMETER|PARAMETERS|PARENT|PARTITION|PASCAL|PERSISTABLE|PIPE|PIPELINED|PLUGGABLE|POLYMORPHIC|PRAGMA|PRECISION|PRIOR|PRIVATE|PROCEDURE|PUBLIC|RAISE|RANGE|RAW|READ|RECORD|REF|REFERENCE|RELIES_ON|REM|REMAINDER|RENAME|RESOURCE|RESULT|RESULT_CACHE|RETURN|RETURNING|REVERSE|REVOKE|ROLLBACK|ROW|SAMPLE|SAVE|SAVEPOINT|SB1|SB2|SB4|SECOND|SEGMENT|SELECT|SELF|SEPARATE|SEQUENCE|SERIALIZABLE|SET|SHARE|SHORT|SIZE|SIZE_T|SOME|SPARSE|SQL|SQLCODE|SQLDATA|SQLNAME|SQLSTATE|STANDARD|START|STATIC|STDDEV|STORED|STRING|STRUCT|STYLE|SUBMULTISET|SUBPARTITION|SUBSTITUTABLE|SUBTYPE|SUM|SYNONYM|TABAUTH|TABLE|TDO|THE|THEN|TIME|TIMESTAMP|TIMEZONE_ABBR|TIMEZONE_HOUR|TIMEZONE_MINUTE|TIMEZONE_REGION|TO|TRAILING|TRANSACTION|TRANSACTIONAL|TRUSTED|TYPE|UB1|UB2|UB4|UNDER|UNION|UNIQUE|UNPLUG|UNSIGNED|UNTRUSTED|UPDATE|USE|USING|VALIST|VALUE|VALUES|VARIABLE|VARIANCE|VARRAY|VARYING|VIEW|VIEWS|VOID|WHEN|WHERE|WHILE|WITH|WORK|WRAPPED|WRITE|YEAR|ZONE)\b/i,operator:/:=?|=>|[<>^~!]=|\.\.|\|\||\*\*|[-+*/%<>=@]/}),Prism.languages.insertBefore("plsql","operator",{label:{pattern:/<<\s*\w+\s*>>/,alias:"symbol"}})},80366:()=>{Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},35266:()=>{Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/}},96836:()=>{!function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)},73358:()=>{!function(e){var t=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,s="(?:"+i.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+i.source+")?)",a=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),n=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function r(e,t){t=(t||"").replace(/m/g,"")+"m";var i=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,(function(){return s})).replace(/<>/g,(function(){return e}));return RegExp(i,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,(function(){return s}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,(function(){return s})).replace(/<>/g,(function(){return"(?:"+a+"|"+n+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:r(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:r(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:r(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:r(n),lookbehind:!0,greedy:!0},number:{pattern:r(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Prism)},48137:(e,t,i)=>{var s={"./prism-bash":57874,"./prism-csharp":79016,"./prism-diff":40728,"./prism-docker":77158,"./prism-git":79787,"./prism-go":27046,"./prism-http":50057,"./prism-ini":29525,"./prism-java":52503,"./prism-javascript":39980,"./prism-json":74277,"./prism-jsx":62356,"./prism-plsql":92927,"./prism-python":80366,"./prism-sql":35266,"./prism-typescript":96836,"./prism-yaml":73358};function a(e){var t=n(e);return i(t)}function n(e){if(!i.o(s,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return s[e]}a.keys=function(){return Object.keys(s)},a.resolve=n,e.exports=a,a.id=48137},34155:e=>{var t,i,s=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function r(e){if(t===setTimeout)return setTimeout(e,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(i){try{return t.call(null,e,0)}catch(i){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:a}catch(e){t=a}try{i="function"==typeof clearTimeout?clearTimeout:n}catch(e){i=n}}();var o,c=[],p=!1,d=-1;function l(){p&&o&&(p=!1,o.length?c=o.concat(c):d=-1,c.length&&u())}function u(){if(!p){var e=r(l);p=!0;for(var t=c.length;t;){for(o=c,c=[];++d1)for(var i=1;i{"use strict";var s=i(50414);function a(){}function n(){}n.resetWarningCache=a,e.exports=function(){function e(e,t,i,a,n,r){if(r!==s){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var i={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:a};return i.PropTypes=i,i}},45697:(e,t,i)=>{e.exports=i(92703)()},50414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},64448:(e,t,i)=>{"use strict";var s=i(25108),a=i(67294),n=i(63840);function r(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,i=1;i