diff --git a/404.html b/404.html index 8ceca4d06..452d2e8e9 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@ - + diff --git a/FAQ/index.html b/FAQ/index.html index 8efecac92..5c2ea919b 100644 --- a/FAQ/index.html +++ b/FAQ/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/AllProjectsPage/index.html b/admin-panel/AllProjectsPage/index.html index 668a59ffa..4f125c11d 100644 --- a/admin-panel/AllProjectsPage/index.html +++ b/admin-panel/AllProjectsPage/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/AllUsersPage/index.html b/admin-panel/AllUsersPage/index.html index 523110631..4eebd5558 100644 --- a/admin-panel/AllUsersPage/index.html +++ b/admin-panel/AllUsersPage/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/EventMonitoring/index.html b/admin-panel/EventMonitoring/index.html index 476bf1038..d4b0f90bb 100644 --- a/admin-panel/EventMonitoring/index.html +++ b/admin-panel/EventMonitoring/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/index.html b/admin-panel/index.html index b38a239f2..bee305c3b 100644 --- a/admin-panel/index.html +++ b/admin-panel/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/AutoAnalysisOfLaunches/index.html b/analysis/AutoAnalysisOfLaunches/index.html index 74525a3e7..8c90fb13d 100644 --- a/analysis/AutoAnalysisOfLaunches/index.html +++ b/analysis/AutoAnalysisOfLaunches/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/HowModelsAreRetrained/index.html b/analysis/HowModelsAreRetrained/index.html index 3afb3750f..c326b4cb8 100644 --- a/analysis/HowModelsAreRetrained/index.html +++ b/analysis/HowModelsAreRetrained/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ImmediateAutoAnalysis/index.html b/analysis/ImmediateAutoAnalysis/index.html index 3fc5f22e3..5cec87425 100644 --- a/analysis/ImmediateAutoAnalysis/index.html +++ b/analysis/ImmediateAutoAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ImmediatePatternAnalysis/index.html b/analysis/ImmediatePatternAnalysis/index.html index 76eff3e04..79002fe06 100644 --- a/analysis/ImmediatePatternAnalysis/index.html +++ b/analysis/ImmediatePatternAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/MLSuggestions/index.html b/analysis/MLSuggestions/index.html index 058977e53..c3473a712 100644 --- a/analysis/MLSuggestions/index.html +++ b/analysis/MLSuggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ManualAnalysis/index.html b/analysis/ManualAnalysis/index.html index 49f63cea5..fc0fc6049 100644 --- a/analysis/ManualAnalysis/index.html +++ b/analysis/ManualAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/PatternAnalysis/index.html b/analysis/PatternAnalysis/index.html index c11d4cd2d..c41a91459 100644 --- a/analysis/PatternAnalysis/index.html +++ b/analysis/PatternAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/SearchForTheSimilarToInvestigateItems/index.html b/analysis/SearchForTheSimilarToInvestigateItems/index.html index 35ca9dbd5..05e0bde3f 100644 --- a/analysis/SearchForTheSimilarToInvestigateItems/index.html +++ b/analysis/SearchForTheSimilarToInvestigateItems/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/UniqueErrorAnalysis/index.html b/analysis/UniqueErrorAnalysis/index.html index 7ea2a6d35..bf3a2a049 100644 --- a/analysis/UniqueErrorAnalysis/index.html +++ b/analysis/UniqueErrorAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/index.html b/analysis/index.html index cffb58b6a..cde196fcb 100644 --- a/analysis/index.html +++ b/analysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/activities-search/index.html b/api/api-design/activities-search/index.html index e903a6b03..25092fc6c 100644 --- a/api/api-design/activities-search/index.html +++ b/api/api-design/activities-search/index.html @@ -9,7 +9,7 @@ - + @@ -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 a63c7f89f..e48f7b986 100644 --- a/api/api-design/activities/index.html +++ b/api/api-design/activities/index.html @@ -9,7 +9,7 @@ - + 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 8a582555c..1c44028c8 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,7 +9,7 @@ - + diff --git a/api/api-design/get-project-suggestions/index.html b/api/api-design/get-project-suggestions/index.html index ce49ee00c..5f7a3555b 100644 --- a/api/api-design/get-project-suggestions/index.html +++ b/api/api-design/get-project-suggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/get-user-api-keys/index.html b/api/api-design/get-user-api-keys/index.html index 506e26775..a4e72ac16 100644 --- a/api/api-design/get-user-api-keys/index.html +++ b/api/api-design/get-user-api-keys/index.html @@ -9,7 +9,7 @@ - + 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 0f24ad8e0..fc1ca412d 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,7 +9,7 @@ - + diff --git a/api/api-design/projects/index.html b/api/api-design/projects/index.html index 543ada56f..d831c584d 100644 --- a/api/api-design/projects/index.html +++ b/api/api-design/projects/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/reportportal-api/index.html b/api/api-design/reportportal-api/index.html index b891ac4d7..3f6981c85 100644 --- a/api/api-design/reportportal-api/index.html +++ b/api/api-design/reportportal-api/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/suggestions/index.html b/api/api-design/suggestions/index.html index 03ab99792..cc7c08549 100644 --- a/api/api-design/suggestions/index.html +++ b/api/api-design/suggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/user-api-keys/index.html b/api/api-design/user-api-keys/index.html index cc59bf012..76c6c70f4 100644 --- a/api/api-design/user-api-keys/index.html +++ b/api/api-design/user-api-keys/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/intro/index.html b/api/intro/index.html index b8f537807..be073ca63 100644 --- a/api/intro/index.html +++ b/api/intro/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/activity-controller/index.html b/api/service-api/activity-controller/index.html index 543489967..b7353a525 100644 --- a/api/service-api/activity-controller/index.html +++ b/api/service-api/activity-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/activity-event-controller/index.html b/api/service-api/activity-event-controller/index.html index 8f4509547..d0355af29 100644 --- a/api/service-api/activity-event-controller/index.html +++ b/api/service-api/activity-event-controller/index.html @@ -9,7 +9,7 @@ - + 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 f0b8e3e80..2fd8f762a 100644 --- a/api/service-api/add-user-preference-using-put/index.html +++ b/api/service-api/add-user-preference-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/add-widget-using-put/index.html b/api/service-api/add-widget-using-put/index.html index cbc851098..14183824c 100644 --- a/api/service-api/add-widget-using-put/index.html +++ b/api/service-api/add-widget-using-put/index.html @@ -9,7 +9,7 @@ - + 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 5de38a766..bc0a38f41 100644 --- a/api/service-api/assign-project-users-using-put/index.html +++ b/api/service-api/assign-project-users-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/bug-tracking-system-controller/index.html b/api/service-api/bug-tracking-system-controller/index.html index 7df6553af..3310cb940 100644 --- a/api/service-api/bug-tracking-system-controller/index.html +++ b/api/service-api/bug-tracking-system-controller/index.html @@ -9,7 +9,7 @@ - + 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 fc66f340e..7b4262436 100644 --- a/api/service-api/bulk-force-finish-using-put/index.html +++ b/api/service-api/bulk-force-finish-using-put/index.html @@ -9,7 +9,7 @@ - + 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 fa8d09a4b..43004016d 100644 --- a/api/service-api/bulk-update-using-put-1/index.html +++ b/api/service-api/bulk-update-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/bulk-update-using-put/index.html b/api/service-api/bulk-update-using-put/index.html index 903c37e26..860928c9e 100644 --- a/api/service-api/bulk-update-using-put/index.html +++ b/api/service-api/bulk-update-using-put/index.html @@ -9,7 +9,7 @@ - + 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 fe3cd67a6..2cd805b4d 100644 --- a/api/service-api/change-password-using-post-1/index.html +++ b/api/service-api/change-password-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/change-password-using-post/index.html b/api/service-api/change-password-using-post/index.html index 40d5b9c3c..b8dc2c91b 100644 --- a/api/service-api/change-password-using-post/index.html +++ b/api/service-api/change-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/compare-launches-using-get/index.html b/api/service-api/compare-launches-using-get/index.html index d738c8352..8a46dde01 100644 --- a/api/service-api/compare-launches-using-get/index.html +++ b/api/service-api/compare-launches-using-get/index.html @@ -9,7 +9,7 @@ - + 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 4c498b7d4..c369de78e 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,7 +9,7 @@ - + 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 d6b8ddb37..7d49ea9a3 100644 --- a/api/service-api/create-api-key-using-post/index.html +++ b/api/service-api/create-api-key-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-clusters-using-post/index.html b/api/service-api/create-clusters-using-post/index.html index e9064b617..a20a83951 100644 --- a/api/service-api/create-clusters-using-post/index.html +++ b/api/service-api/create-clusters-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-dashboard-using-post/index.html b/api/service-api/create-dashboard-using-post/index.html index 277644dd4..9d981ed6e 100644 --- a/api/service-api/create-dashboard-using-post/index.html +++ b/api/service-api/create-dashboard-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-filter-using-post/index.html b/api/service-api/create-filter-using-post/index.html index 8194dec89..a0646286a 100644 --- a/api/service-api/create-filter-using-post/index.html +++ b/api/service-api/create-filter-using-post/index.html @@ -9,7 +9,7 @@ - + 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 4c424028c..8435ee90f 100644 --- a/api/service-api/create-global-integration-using-post/index.html +++ b/api/service-api/create-global-integration-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-issue-using-post/index.html b/api/service-api/create-issue-using-post/index.html index 7bd090f01..48659d38c 100644 --- a/api/service-api/create-issue-using-post/index.html +++ b/api/service-api/create-issue-using-post/index.html @@ -9,7 +9,7 @@ - + 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 4144cbb0c..4de3fd87e 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,7 +9,7 @@ - + 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 096fd3be6..1da92f411 100644 --- a/api/service-api/create-log-entry-using-post/index.html +++ b/api/service-api/create-log-entry-using-post/index.html @@ -9,7 +9,7 @@ - + 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 541b59ec8..13800c4d0 100644 --- a/api/service-api/create-log-using-post-1/index.html +++ b/api/service-api/create-log-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-log-using-post/index.html b/api/service-api/create-log-using-post/index.html index 86f1b7921..f16806a8a 100644 --- a/api/service-api/create-log-using-post/index.html +++ b/api/service-api/create-log-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-notification-using-post/index.html b/api/service-api/create-notification-using-post/index.html index 7f723ac5b..7f524b378 100644 --- a/api/service-api/create-notification-using-post/index.html +++ b/api/service-api/create-notification-using-post/index.html @@ -9,7 +9,7 @@ - + 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 e80547c85..ba18c6c11 100644 --- a/api/service-api/create-pattern-template-using-post/index.html +++ b/api/service-api/create-pattern-template-using-post/index.html @@ -9,7 +9,7 @@ - + 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 42bac1c11..49f6217b9 100644 --- a/api/service-api/create-project-integration-using-post/index.html +++ b/api/service-api/create-project-integration-using-post/index.html @@ -9,7 +9,7 @@ - + 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 d3a41fba9..3d58c7f75 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,7 +9,7 @@ - + diff --git a/api/service-api/create-project-using-post/index.html b/api/service-api/create-project-using-post/index.html index 8080c26a9..d07dc4aa7 100644 --- a/api/service-api/create-project-using-post/index.html +++ b/api/service-api/create-project-using-post/index.html @@ -9,7 +9,7 @@ - + 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 f6bc50a0e..e32d07aa3 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,7 +9,7 @@ - + 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 366e4b81c..9f711c452 100644 --- a/api/service-api/create-user-bid-using-post/index.html +++ b/api/service-api/create-user-bid-using-post/index.html @@ -9,7 +9,7 @@ - + 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 f0bdceaa5..2395d6763 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,7 +9,7 @@ - + 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 fd5ef42a2..25c6195d9 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,7 +9,7 @@ - + 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 677b425a1..28f518b3f 100644 --- a/api/service-api/create-user-using-post-1/index.html +++ b/api/service-api/create-user-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-using-post/index.html b/api/service-api/create-user-using-post/index.html index 52d6ecfd6..61503651e 100644 --- a/api/service-api/create-user-using-post/index.html +++ b/api/service-api/create-user-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-widget-using-post/index.html b/api/service-api/create-widget-using-post/index.html index 1b92e79d5..790baa93e 100644 --- a/api/service-api/create-widget-using-post/index.html +++ b/api/service-api/create-widget-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/dashboard-controller/index.html b/api/service-api/dashboard-controller/index.html index eac2dd0c5..5aaef34b2 100644 --- a/api/service-api/dashboard-controller/index.html +++ b/api/service-api/dashboard-controller/index.html @@ -9,7 +9,7 @@ - + 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 19ad7aebd..237a330b6 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,7 +9,7 @@ - + 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 699ed8dce..a844d1ad2 100644 --- a/api/service-api/delete-all-integrations-using-delete/index.html +++ b/api/service-api/delete-all-integrations-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 3bdf9ee0c..4a69d894c 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,7 +9,7 @@ - + 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 bed48abc0..ae1177c39 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,7 +9,7 @@ - + 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 5914cc320..b905182d8 100644 --- a/api/service-api/delete-api-key-using-delete/index.html +++ b/api/service-api/delete-api-key-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-dashboard-using-delete/index.html b/api/service-api/delete-dashboard-using-delete/index.html index 52c487f71..3ad02e183 100644 --- a/api/service-api/delete-dashboard-using-delete/index.html +++ b/api/service-api/delete-dashboard-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-filter-using-delete/index.html b/api/service-api/delete-filter-using-delete/index.html index 0924425b6..6f6fff452 100644 --- a/api/service-api/delete-filter-using-delete/index.html +++ b/api/service-api/delete-filter-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 677f816eb..920f29a6f 100644 --- a/api/service-api/delete-global-integration-using-delete/index.html +++ b/api/service-api/delete-global-integration-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-launch-using-delete/index.html b/api/service-api/delete-launch-using-delete/index.html index 754fbeb0b..4a1af2921 100644 --- a/api/service-api/delete-launch-using-delete/index.html +++ b/api/service-api/delete-launch-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-launches-using-delete/index.html b/api/service-api/delete-launches-using-delete/index.html index 62e2236a8..2c7dfdbb8 100644 --- a/api/service-api/delete-launches-using-delete/index.html +++ b/api/service-api/delete-launches-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-log-using-delete/index.html b/api/service-api/delete-log-using-delete/index.html index a2e4e6c79..2bab336d1 100644 --- a/api/service-api/delete-log-using-delete/index.html +++ b/api/service-api/delete-log-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-notification-using-delete/index.html b/api/service-api/delete-notification-using-delete/index.html index 2c5ef6e31..a6c066b33 100644 --- a/api/service-api/delete-notification-using-delete/index.html +++ b/api/service-api/delete-notification-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 de4c57552..3d400bdad 100644 --- a/api/service-api/delete-pattern-template-using-delete/index.html +++ b/api/service-api/delete-pattern-template-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-photo-using-delete/index.html b/api/service-api/delete-photo-using-delete/index.html index b1f460d23..2aa9dd18b 100644 --- a/api/service-api/delete-photo-using-delete/index.html +++ b/api/service-api/delete-photo-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-plugin-using-delete/index.html b/api/service-api/delete-plugin-using-delete/index.html index c4533e79e..fcfbf3ea5 100644 --- a/api/service-api/delete-plugin-using-delete/index.html +++ b/api/service-api/delete-plugin-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 143726851..202ad3625 100644 --- a/api/service-api/delete-project-index-using-delete/index.html +++ b/api/service-api/delete-project-index-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 da4edb173..97b265610 100644 --- a/api/service-api/delete-project-integration-using-delete/index.html +++ b/api/service-api/delete-project-integration-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 86b7f892b..56a10989d 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,7 +9,7 @@ - + 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 603bc971e..f344216b3 100644 --- a/api/service-api/delete-project-using-delete-1/index.html +++ b/api/service-api/delete-project-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-project-using-delete/index.html b/api/service-api/delete-project-using-delete/index.html index 7ceebad9d..89d3c07ed 100644 --- a/api/service-api/delete-project-using-delete/index.html +++ b/api/service-api/delete-project-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 421f14b9c..04ec90a00 100644 --- a/api/service-api/delete-test-item-using-delete/index.html +++ b/api/service-api/delete-test-item-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 3f0c5193a..1bf12be02 100644 --- a/api/service-api/delete-test-items-using-delete/index.html +++ b/api/service-api/delete-test-items-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 8d1c490fc..047c494b7 100644 --- a/api/service-api/delete-user-using-delete-1/index.html +++ b/api/service-api/delete-user-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-user-using-delete/index.html b/api/service-api/delete-user-using-delete/index.html index e01b86595..0fdc8ffa3 100644 --- a/api/service-api/delete-user-using-delete/index.html +++ b/api/service-api/delete-user-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 786132425..db427ab06 100644 --- a/api/service-api/delete-users-using-delete-1/index.html +++ b/api/service-api/delete-users-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-users-using-delete/index.html b/api/service-api/delete-users-using-delete/index.html index f7b2c3241..be4d621db 100644 --- a/api/service-api/delete-users-using-delete/index.html +++ b/api/service-api/delete-users-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/demo-data-controller/index.html b/api/service-api/demo-data-controller/index.html index 2be6bc1e6..d047a2c8d 100644 --- a/api/service-api/demo-data-controller/index.html +++ b/api/service-api/demo-data-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/deprecated-user-controller/index.html b/api/service-api/deprecated-user-controller/index.html index 009dbf97e..2bf7966be 100644 --- a/api/service-api/deprecated-user-controller/index.html +++ b/api/service-api/deprecated-user-controller/index.html @@ -9,7 +9,7 @@ - + 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 4b5da735a..7f4f9a479 100644 --- a/api/service-api/edit-user-using-put-1/index.html +++ b/api/service-api/edit-user-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/edit-user-using-put/index.html b/api/service-api/edit-user-using-put/index.html index a5cd2386c..f040ef1d0 100644 --- a/api/service-api/edit-user-using-put/index.html +++ b/api/service-api/edit-user-using-put/index.html @@ -9,7 +9,7 @@ - + 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 f41111ddf..518291007 100644 --- a/api/service-api/execute-integration-command-using-put/index.html +++ b/api/service-api/execute-integration-command-using-put/index.html @@ -9,7 +9,7 @@ - + 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 2a37353cf..f4506a7a7 100644 --- a/api/service-api/execute-plugin-command-using-put/index.html +++ b/api/service-api/execute-plugin-command-using-put/index.html @@ -9,7 +9,7 @@ - + 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 51c036cbb..ab398ccd0 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,7 +9,7 @@ - + diff --git a/api/service-api/export-projects-using-get/index.html b/api/service-api/export-projects-using-get/index.html index 8a2bcf981..d8b5e1b69 100644 --- a/api/service-api/export-projects-using-get/index.html +++ b/api/service-api/export-projects-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/export-using-get-1/index.html b/api/service-api/export-using-get-1/index.html index 8ba8fd0d8..54254939c 100644 --- a/api/service-api/export-using-get-1/index.html +++ b/api/service-api/export-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/export-using-get/index.html b/api/service-api/export-using-get/index.html index 7f27f5ea3..d3828d3bf 100644 --- a/api/service-api/export-using-get/index.html +++ b/api/service-api/export-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/file-storage-controller/index.html b/api/service-api/file-storage-controller/index.html index d584c147f..3a1495f73 100644 --- a/api/service-api/file-storage-controller/index.html +++ b/api/service-api/file-storage-controller/index.html @@ -9,7 +9,7 @@ - + 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 f1bac951d..c3d61bc8f 100644 --- a/api/service-api/find-users-using-get-1/index.html +++ b/api/service-api/find-users-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/find-users-using-get/index.html b/api/service-api/find-users-using-get/index.html index d46b3d314..50707d0d9 100644 --- a/api/service-api/find-users-using-get/index.html +++ b/api/service-api/find-users-using-get/index.html @@ -9,7 +9,7 @@ - + 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 a28a659dd..0d381d20e 100644 --- a/api/service-api/finish-launch-using-put-1/index.html +++ b/api/service-api/finish-launch-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/finish-launch-using-put/index.html b/api/service-api/finish-launch-using-put/index.html index 1f0b52e93..e2d205327 100644 --- a/api/service-api/finish-launch-using-put/index.html +++ b/api/service-api/finish-launch-using-put/index.html @@ -9,7 +9,7 @@ - + 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 8e3db8fff..2e10f4603 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,7 +9,7 @@ - + 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 21442ca04..d1fd1ac6c 100644 --- a/api/service-api/finish-test-item-using-put/index.html +++ b/api/service-api/finish-test-item-using-put/index.html @@ -9,7 +9,7 @@ - + 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 7520a500c..699e35453 100644 --- a/api/service-api/force-finish-launch-using-put/index.html +++ b/api/service-api/force-finish-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/generate-using-post/index.html b/api/service-api/generate-using-post/index.html index 29511e3b7..1d03bd34b 100644 --- a/api/service-api/generate-using-post/index.html +++ b/api/service-api/generate-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-activities-using-post/index.html b/api/service-api/get-activities-using-post/index.html index 9cff12eea..9277a51be 100644 --- a/api/service-api/get-activities-using-post/index.html +++ b/api/service-api/get-activities-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-activity-using-get/index.html b/api/service-api/get-activity-using-get/index.html index 09c0073ca..3dc80bc4a 100644 --- a/api/service-api/get-activity-using-get/index.html +++ b/api/service-api/get-activity-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 cb3fc44a0..b56c6ae02 100644 --- a/api/service-api/get-all-dashboards-using-get/index.html +++ b/api/service-api/get-all-dashboards-using-get/index.html @@ -9,7 +9,7 @@ - + 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 b4d5f098d..3ad198004 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,7 +9,7 @@ - + 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 3bd065a89..e30784eea 100644 --- a/api/service-api/get-all-filters-using-get/index.html +++ b/api/service-api/get-all-filters-using-get/index.html @@ -9,7 +9,7 @@ - + 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 4d7955c7a..c13b462c2 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,7 +9,7 @@ - + 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 a793d3e96..3476e29b2 100644 --- a/api/service-api/get-all-owners-using-get/index.html +++ b/api/service-api/get-all-owners-using-get/index.html @@ -9,7 +9,7 @@ - + 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 58b3afeee..8202144e6 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,7 +9,7 @@ - + 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 f6b9fa328..07bfb60db 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,7 +9,7 @@ - + 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 7ac90817a..e41221c25 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,7 +9,7 @@ - + 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 311a7bfc6..f3af699f5 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,7 +9,7 @@ - + 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 b6430ed80..dff49c404 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,7 +9,7 @@ - + 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 11ce7b136..6c1a3e009 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,7 +9,7 @@ - + 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 8eb921191..8f79547bf 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,7 +9,7 @@ - + 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 8200be852..4a050cd59 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,7 +9,7 @@ - + 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 3345ff3b0..dc9f8f420 100644 --- a/api/service-api/get-attribute-keys-using-get/index.html +++ b/api/service-api/get-attribute-keys-using-get/index.html @@ -9,7 +9,7 @@ - + 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 eb9d4b700..0201cc889 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,7 +9,7 @@ - + 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 70254f05c..218fbbd0c 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,7 +9,7 @@ - + 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 5b2d88fd6..e3b5e1c73 100644 --- a/api/service-api/get-attribute-values-using-get/index.html +++ b/api/service-api/get-attribute-values-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-clusters-using-get/index.html b/api/service-api/get-clusters-using-get/index.html index 835f3d6d4..cec44e4ab 100644 --- a/api/service-api/get-clusters-using-get/index.html +++ b/api/service-api/get-clusters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-dashboard-using-get/index.html b/api/service-api/get-dashboard-using-get/index.html index e1348172f..ed17b16e4 100644 --- a/api/service-api/get-dashboard-using-get/index.html +++ b/api/service-api/get-dashboard-using-get/index.html @@ -9,7 +9,7 @@ - + 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 cb8a6d304..7e85b7ea6 100644 --- a/api/service-api/get-debug-launches-using-get/index.html +++ b/api/service-api/get-debug-launches-using-get/index.html @@ -9,7 +9,7 @@ - + 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 365581d0e..22501c22a 100644 --- a/api/service-api/get-error-page-using-get/index.html +++ b/api/service-api/get-error-page-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 6ec467593..48f738a17 100644 --- a/api/service-api/get-file-using-get/index.html +++ b/api/service-api/get-file-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-filter-using-get/index.html b/api/service-api/get-filter-using-get/index.html index 7048c5c86..df320bef2 100644 --- a/api/service-api/get-filter-using-get/index.html +++ b/api/service-api/get-filter-using-get/index.html @@ -9,7 +9,7 @@ - + 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 ecfc14f3b..753c712cc 100644 --- a/api/service-api/get-global-integration-using-get/index.html +++ b/api/service-api/get-global-integration-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 3dd9de358..af2310626 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,7 +9,7 @@ - + @@ -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 8432380ac..e7615daeb 100644 --- a/api/service-api/get-global-integrations-using-get/index.html +++ b/api/service-api/get-global-integrations-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 cecf4f541..4eb9b5730 100644 --- a/api/service-api/get-items-history-using-get/index.html +++ b/api/service-api/get-items-history-using-get/index.html @@ -9,7 +9,7 @@ - + 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 25390c7b8..17396a37e 100644 --- a/api/service-api/get-latest-launches-using-get/index.html +++ b/api/service-api/get-latest-launches-using-get/index.html @@ -9,7 +9,7 @@ - + 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 f75d05821..a16e3302a 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,7 +9,7 @@ - + @@ -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 d34f3d56c..d80fcc208 100644 --- a/api/service-api/get-launch-report-using-get/index.html +++ b/api/service-api/get-launch-report-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-launch-using-get/index.html b/api/service-api/get-launch-using-get/index.html index 507219f9a..6aee565a9 100644 --- a/api/service-api/get-launch-using-get/index.html +++ b/api/service-api/get-launch-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 e58b42119..f4e0005e2 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,7 +9,7 @@ - + @@ -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 971f42e08..290711067 100644 --- a/api/service-api/get-log-using-get/index.html +++ b/api/service-api/get-log-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 ee31062fe..26f5eb67e 100644 --- a/api/service-api/get-logs-under-using-post/index.html +++ b/api/service-api/get-logs-under-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-logs-using-get/index.html b/api/service-api/get-logs-using-get/index.html index 6b79a5ca5..ca8e7847d 100644 --- a/api/service-api/get-logs-using-get/index.html +++ b/api/service-api/get-logs-using-get/index.html @@ -9,7 +9,7 @@ - + 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 99e740373..b7e578640 100644 --- a/api/service-api/get-my-photo-using-get/index.html +++ b/api/service-api/get-my-photo-using-get/index.html @@ -9,7 +9,7 @@ - + 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 a6653fddc..926927c43 100644 --- a/api/service-api/get-myself-using-get-1/index.html +++ b/api/service-api/get-myself-using-get-1/index.html @@ -9,7 +9,7 @@ - + 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 9d7d97258..1f43119f0 100644 --- a/api/service-api/get-myself-using-get-2/index.html +++ b/api/service-api/get-myself-using-get-2/index.html @@ -9,7 +9,7 @@ - + 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 9151c31d5..5d4205c80 100644 --- a/api/service-api/get-myself-using-get-3/index.html +++ b/api/service-api/get-myself-using-get-3/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-myself-using-get/index.html b/api/service-api/get-myself-using-get/index.html index 5cc025ef6..84bc6ab70 100644 --- a/api/service-api/get-myself-using-get/index.html +++ b/api/service-api/get-myself-using-get/index.html @@ -9,7 +9,7 @@ - + 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 2919db6a7..6df647c73 100644 --- a/api/service-api/get-nested-items-using-get/index.html +++ b/api/service-api/get-nested-items-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-notifications-using-get/index.html b/api/service-api/get-notifications-using-get/index.html index 25fba55d4..c6b48956f 100644 --- a/api/service-api/get-notifications-using-get/index.html +++ b/api/service-api/get-notifications-using-get/index.html @@ -9,7 +9,7 @@ - + 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 261b5dce2..482f70a52 100644 --- a/api/service-api/get-page-number-using-get/index.html +++ b/api/service-api/get-page-number-using-get/index.html @@ -9,7 +9,7 @@ - + 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 6441c11ef..3014cdb09 100644 --- a/api/service-api/get-plugins-using-get-1/index.html +++ b/api/service-api/get-plugins-using-get-1/index.html @@ -9,7 +9,7 @@ - + @@ -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 6a76141b3..fa58eec61 100644 --- a/api/service-api/get-plugins-using-get/index.html +++ b/api/service-api/get-plugins-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 227894901..811bcdd60 100644 --- a/api/service-api/get-project-info-using-get/index.html +++ b/api/service-api/get-project-info-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 87d50048c..7186e7be4 100644 --- a/api/service-api/get-project-integration-using-get/index.html +++ b/api/service-api/get-project-integration-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 cc9935245..dcf22b8f2 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,7 +9,7 @@ - + @@ -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 82e673e51..33ad414e4 100644 --- a/api/service-api/get-project-integrations-using-get/index.html +++ b/api/service-api/get-project-integrations-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 fd94f9dbd..f50c40a46 100644 --- a/api/service-api/get-project-launches-using-get/index.html +++ b/api/service-api/get-project-launches-using-get/index.html @@ -9,7 +9,7 @@ - + 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 757cda041..7920c1d61 100644 --- a/api/service-api/get-project-settings-using-get/index.html +++ b/api/service-api/get-project-settings-using-get/index.html @@ -9,7 +9,7 @@ - + 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 77d4c90b8..6af498e3e 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,7 +9,7 @@ - + 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 c4ee8e930..66a6e66e6 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,7 +9,7 @@ - + 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 f93ba060b..c01d53800 100644 --- a/api/service-api/get-project-users-using-get/index.html +++ b/api/service-api/get-project-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-project-using-get/index.html b/api/service-api/get-project-using-get/index.html index b9b45e920..a7192ca03 100644 --- a/api/service-api/get-project-using-get/index.html +++ b/api/service-api/get-project-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 0c7c61cf4..96ff07b27 100644 --- a/api/service-api/get-project-widget-using-get/index.html +++ b/api/service-api/get-project-widget-using-get/index.html @@ -9,7 +9,7 @@ - + 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 725f2f482..23ee4fad8 100644 --- a/api/service-api/get-public-file-using-get/index.html +++ b/api/service-api/get-public-file-using-get/index.html @@ -9,7 +9,7 @@ - + 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 8cec1b26d..04558fef3 100644 --- a/api/service-api/get-server-settings-using-get/index.html +++ b/api/service-api/get-server-settings-using-get/index.html @@ -9,7 +9,7 @@ - + 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 358b6d00d..5a0771df6 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,7 +9,7 @@ - + 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 8a2a0a185..1ad7e6851 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,7 +9,7 @@ - + diff --git a/api/service-api/get-statuses-using-get/index.html b/api/service-api/get-statuses-using-get/index.html index 980ce88ef..5c04662eb 100644 --- a/api/service-api/get-statuses-using-get/index.html +++ b/api/service-api/get-statuses-using-get/index.html @@ -9,7 +9,7 @@ - + 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 88ac363c9..6da233385 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,7 +9,7 @@ - + @@ -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 6ea568805..f8353d08c 100644 --- a/api/service-api/get-suggested-items-using-get/index.html +++ b/api/service-api/get-suggested-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 dbcb89a9d..79e6b33cf 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,7 +9,7 @@ - + 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 09cc4f40b..158a7a60c 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,7 +9,7 @@ - + @@ -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 c08c8cbfd..ff6f21a69 100644 --- a/api/service-api/get-test-item-using-get/index.html +++ b/api/service-api/get-test-item-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 02ac02d77..02daac432 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,7 +9,7 @@ - + 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 52d1bda33..ab88d4273 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,7 +9,7 @@ - + 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 370b3f486..354c6505e 100644 --- a/api/service-api/get-test-items-using-get/index.html +++ b/api/service-api/get-test-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -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 380ce8b63..a74c7d4e6 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,7 +9,7 @@ - + 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 9e9dcf198..49bad893d 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,7 +9,7 @@ - + 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 75213b08e..4d287b980 100644 --- a/api/service-api/get-ticket-ids-using-get/index.html +++ b/api/service-api/get-ticket-ids-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-ticket-using-get/index.html b/api/service-api/get-ticket-using-get/index.html index a261801bf..1cb4e6349 100644 --- a/api/service-api/get-ticket-using-get/index.html +++ b/api/service-api/get-ticket-using-get/index.html @@ -9,7 +9,7 @@ - + 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 69b3d8726..59f827cad 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,7 +9,7 @@ - + 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 4645bbc5b..92bf2a970 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,7 +9,7 @@ - + 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 1e6a4d20e..473efd379 100644 --- a/api/service-api/get-user-filters-using-get/index.html +++ b/api/service-api/get-user-filters-using-get/index.html @@ -9,7 +9,7 @@ - + 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 bcd75d56a..d40d80a55 100644 --- a/api/service-api/get-user-photo-using-get/index.html +++ b/api/service-api/get-user-photo-using-get/index.html @@ -9,7 +9,7 @@ - + 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 6ec9946be..3c4829cf6 100644 --- a/api/service-api/get-user-preference-using-get/index.html +++ b/api/service-api/get-user-preference-using-get/index.html @@ -9,7 +9,7 @@ - + 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 feb22f77b..905f52aeb 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,7 +9,7 @@ - + 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 1b1925297..bf046e694 100644 --- a/api/service-api/get-user-projects-using-get/index.html +++ b/api/service-api/get-user-projects-using-get/index.html @@ -9,7 +9,7 @@ - + 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 24c2a582b..30583d3db 100644 --- a/api/service-api/get-user-using-get-1/index.html +++ b/api/service-api/get-user-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-using-get/index.html b/api/service-api/get-user-using-get/index.html index a3d7f50f8..314a8d298 100644 --- a/api/service-api/get-user-using-get/index.html +++ b/api/service-api/get-user-using-get/index.html @@ -9,7 +9,7 @@ - + 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 208d175b3..a9dbc05bb 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,7 +9,7 @@ - + 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 43c0a563a..9b3a464fa 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,7 +9,7 @@ - + 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 9679e86de..a342dde5a 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,7 +9,7 @@ - + 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 2f914bd21..6bc518338 100644 --- a/api/service-api/get-users-using-get-1/index.html +++ b/api/service-api/get-users-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-users-using-get/index.html b/api/service-api/get-users-using-get/index.html index 33550f1ef..a49e47116 100644 --- a/api/service-api/get-users-using-get/index.html +++ b/api/service-api/get-users-using-get/index.html @@ -9,7 +9,7 @@ - + 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 fdfcca94c..0c70d20c7 100644 --- a/api/service-api/get-widget-names-using-get/index.html +++ b/api/service-api/get-widget-names-using-get/index.html @@ -9,7 +9,7 @@ - + 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 37dab87dc..60f50173a 100644 --- a/api/service-api/get-widget-preview-using-post/index.html +++ b/api/service-api/get-widget-preview-using-post/index.html @@ -9,7 +9,7 @@ - + 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 a6d85b2f7..2cd230b0f 100644 --- a/api/service-api/get-widget-using-get-1/index.html +++ b/api/service-api/get-widget-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-widget-using-get/index.html b/api/service-api/get-widget-using-get/index.html index 694ff9cba..e5b6f6939 100644 --- a/api/service-api/get-widget-using-get/index.html +++ b/api/service-api/get-widget-using-get/index.html @@ -9,7 +9,7 @@ - + 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 2a258ce25..65f3c9c26 100644 --- a/api/service-api/handle-suggest-choose-using-put/index.html +++ b/api/service-api/handle-suggest-choose-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/import-launch-using-post/index.html b/api/service-api/import-launch-using-post/index.html index c51ddc5d6..f9b887807 100644 --- a/api/service-api/import-launch-using-post/index.html +++ b/api/service-api/import-launch-using-post/index.html @@ -9,7 +9,7 @@ - + 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 2a4acead9..dd6e694d2 100644 --- a/api/service-api/index-project-data-using-put/index.html +++ b/api/service-api/index-project-data-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/integration-controller/index.html b/api/service-api/integration-controller/index.html index f92371584..8e6adf0b8 100644 --- a/api/service-api/integration-controller/index.html +++ b/api/service-api/integration-controller/index.html @@ -9,7 +9,7 @@ - + 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 1b95b75ac..d9dfec441 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,7 +9,7 @@ - + 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 8eb75298c..9a8910823 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,7 +9,7 @@ - + diff --git a/api/service-api/launch-async-controller/index.html b/api/service-api/launch-async-controller/index.html index b5cfb69b4..e2f805612 100644 --- a/api/service-api/launch-async-controller/index.html +++ b/api/service-api/launch-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/launch-controller/index.html b/api/service-api/launch-controller/index.html index 3d9d536ab..0e93f5ab1 100644 --- a/api/service-api/launch-controller/index.html +++ b/api/service-api/launch-controller/index.html @@ -9,7 +9,7 @@ - + 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 57adc8d85..3e784649f 100644 --- a/api/service-api/link-external-issues-using-put/index.html +++ b/api/service-api/link-external-issues-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/log-async-controller/index.html b/api/service-api/log-async-controller/index.html index 2e7caf828..688b2a956 100644 --- a/api/service-api/log-async-controller/index.html +++ b/api/service-api/log-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/log-controller/index.html b/api/service-api/log-controller/index.html index d8dce75b2..3f9a287be 100644 --- a/api/service-api/log-controller/index.html +++ b/api/service-api/log-controller/index.html @@ -9,7 +9,7 @@ - + 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 517c3d2f4..2652eaf0e 100644 --- a/api/service-api/merge-launches-using-post-1/index.html +++ b/api/service-api/merge-launches-using-post-1/index.html @@ -9,7 +9,7 @@ - + @@ -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 58caef7a3..6953ea994 100644 --- a/api/service-api/merge-launches-using-post/index.html +++ b/api/service-api/merge-launches-using-post/index.html @@ -9,7 +9,7 @@ - + @@ -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 51be24851..afe62400f 100644 --- a/api/service-api/on-boarding-using-get/index.html +++ b/api/service-api/on-boarding-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/onboarding-controller/index.html b/api/service-api/onboarding-controller/index.html index 2db4b410d..79cfebadb 100644 --- a/api/service-api/onboarding-controller/index.html +++ b/api/service-api/onboarding-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/plugin-controller/index.html b/api/service-api/plugin-controller/index.html index bc315fa3c..18fd6c55a 100644 --- a/api/service-api/plugin-controller/index.html +++ b/api/service-api/plugin-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/plugin-public-controller/index.html b/api/service-api/plugin-public-controller/index.html index 2ad99e607..fb009045e 100644 --- a/api/service-api/plugin-public-controller/index.html +++ b/api/service-api/plugin-public-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/project-controller/index.html b/api/service-api/project-controller/index.html index 2ffa5e030..9c955f9d0 100644 --- a/api/service-api/project-controller/index.html +++ b/api/service-api/project-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/project-settings-controller/index.html b/api/service-api/project-settings-controller/index.html index 68c86bfd6..53d74de9f 100644 --- a/api/service-api/project-settings-controller/index.html +++ b/api/service-api/project-settings-controller/index.html @@ -9,7 +9,7 @@ - + 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 29fa04faa..a0286332f 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,7 +9,7 @@ - + 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 6ff1311ec..ad6e7fbbf 100644 --- a/api/service-api/remove-user-preference-using-delete/index.html +++ b/api/service-api/remove-user-preference-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/remove-widget-using-delete/index.html b/api/service-api/remove-widget-using-delete/index.html index 9cbbd1062..a6213410b 100644 --- a/api/service-api/remove-widget-using-delete/index.html +++ b/api/service-api/remove-widget-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/reportportal/index.html b/api/service-api/reportportal/index.html index 66f64a8b4..612edb284 100644 --- a/api/service-api/reportportal/index.html +++ b/api/service-api/reportportal/index.html @@ -9,7 +9,7 @@ - + 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 c38ec037b..ffb8cf2c5 100644 --- a/api/service-api/reset-password-using-post-1/index.html +++ b/api/service-api/reset-password-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/reset-password-using-post/index.html b/api/service-api/reset-password-using-post/index.html index d7949bd1c..02d7ab4a6 100644 --- a/api/service-api/reset-password-using-post/index.html +++ b/api/service-api/reset-password-using-post/index.html @@ -9,7 +9,7 @@ - + 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 304d4471e..8b5418491 100644 --- a/api/service-api/restore-password-using-post-1/index.html +++ b/api/service-api/restore-password-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/restore-password-using-post/index.html b/api/service-api/restore-password-using-post/index.html index 9683b8cb5..91eff0dce 100644 --- a/api/service-api/restore-password-using-post/index.html +++ b/api/service-api/restore-password-using-post/index.html @@ -9,7 +9,7 @@ - + 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 833d19b78..b6a554ccf 100644 --- a/api/service-api/save-analytics-settings-using-post/index.html +++ b/api/service-api/save-analytics-settings-using-post/index.html @@ -9,7 +9,7 @@ - + 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 4293480a2..8eac22675 100644 --- a/api/service-api/save-analytics-settings-using-put/index.html +++ b/api/service-api/save-analytics-settings-using-put/index.html @@ -9,7 +9,7 @@ - + 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 75224354e..ac053237d 100644 --- a/api/service-api/search-for-user-using-get/index.html +++ b/api/service-api/search-for-user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/search-logs-using-post/index.html b/api/service-api/search-logs-using-post/index.html index fecba5e87..f29e45007 100644 --- a/api/service-api/search-logs-using-post/index.html +++ b/api/service-api/search-logs-using-post/index.html @@ -9,7 +9,7 @@ - + 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 6b9d2a1de..ad8d366af 100644 --- a/api/service-api/search-project-names-using-get/index.html +++ b/api/service-api/search-project-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/settings-controller/index.html b/api/service-api/settings-controller/index.html index 2000c5014..ac2261af5 100644 --- a/api/service-api/settings-controller/index.html +++ b/api/service-api/settings-controller/index.html @@ -9,7 +9,7 @@ - + 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 bc6d4e76c..4af735566 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,7 +9,7 @@ - + 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 fb94bc065..8d4213eee 100644 --- a/api/service-api/start-child-item-using-post/index.html +++ b/api/service-api/start-child-item-using-post/index.html @@ -9,7 +9,7 @@ - + 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 2db9b8a57..a87500d1b 100644 --- a/api/service-api/start-launch-analyzer-using-post/index.html +++ b/api/service-api/start-launch-analyzer-using-post/index.html @@ -9,7 +9,7 @@ - + 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 c4d8e01dc..d52ea56d8 100644 --- a/api/service-api/start-launch-using-post-1/index.html +++ b/api/service-api/start-launch-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-launch-using-post/index.html b/api/service-api/start-launch-using-post/index.html index 7b0326966..b00c11c6f 100644 --- a/api/service-api/start-launch-using-post/index.html +++ b/api/service-api/start-launch-using-post/index.html @@ -9,7 +9,7 @@ - + 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 a1182c100..afd84310b 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,7 +9,7 @@ - + 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 5a86d3712..58b5ae47c 100644 --- a/api/service-api/start-root-item-using-post/index.html +++ b/api/service-api/start-root-item-using-post/index.html @@ -9,7 +9,7 @@ - + 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 cca1edaef..ccddbe000 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,7 +9,7 @@ - + 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 c24fe9a80..bdbf96d78 100644 --- a/api/service-api/test-integration-connection-using-get/index.html +++ b/api/service-api/test-integration-connection-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/test-item-async-controller/index.html b/api/service-api/test-item-async-controller/index.html index 3c1c49dbd..86d7eb288 100644 --- a/api/service-api/test-item-async-controller/index.html +++ b/api/service-api/test-item-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/test-item-controller/index.html b/api/service-api/test-item-controller/index.html index 45914bec9..edbd017ac 100644 --- a/api/service-api/test-item-controller/index.html +++ b/api/service-api/test-item-controller/index.html @@ -9,7 +9,7 @@ - + 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 4d58577ba..8955a6a74 100644 --- a/api/service-api/unassign-project-users-using-put/index.html +++ b/api/service-api/unassign-project-users-using-put/index.html @@ -9,7 +9,7 @@ - + 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 7f284be56..c5a0a9b56 100644 --- a/api/service-api/unlink-external-issues-using-put/index.html +++ b/api/service-api/unlink-external-issues-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-dashboard-using-put/index.html b/api/service-api/update-dashboard-using-put/index.html index 24f894bc5..d164090b0 100644 --- a/api/service-api/update-dashboard-using-put/index.html +++ b/api/service-api/update-dashboard-using-put/index.html @@ -9,7 +9,7 @@ - + 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 ebab19fb4..78222e675 100644 --- a/api/service-api/update-global-integration-using-put/index.html +++ b/api/service-api/update-global-integration-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-launch-using-put/index.html b/api/service-api/update-launch-using-put/index.html index 7e5ae643a..e70143131 100644 --- a/api/service-api/update-launch-using-put/index.html +++ b/api/service-api/update-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-launches-using-put/index.html b/api/service-api/update-launches-using-put/index.html index 5e88d7c7c..edc120a36 100644 --- a/api/service-api/update-launches-using-put/index.html +++ b/api/service-api/update-launches-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-notification-using-put/index.html b/api/service-api/update-notification-using-put/index.html index f975a1ba5..e0e7ca6d1 100644 --- a/api/service-api/update-notification-using-put/index.html +++ b/api/service-api/update-notification-using-put/index.html @@ -9,7 +9,7 @@ - + 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 92792de02..df47f129a 100644 --- a/api/service-api/update-pattern-template-using-put/index.html +++ b/api/service-api/update-pattern-template-using-put/index.html @@ -9,7 +9,7 @@ - + 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 0fa3a21db..5f5cc8cdd 100644 --- a/api/service-api/update-plugin-state-using-put/index.html +++ b/api/service-api/update-plugin-state-using-put/index.html @@ -9,7 +9,7 @@ - + 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 48c23c798..abab17679 100644 --- a/api/service-api/update-project-integration-using-put/index.html +++ b/api/service-api/update-project-integration-using-put/index.html @@ -9,7 +9,7 @@ - + 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 13694e5b1..2ebde1462 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,7 +9,7 @@ - + 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 b32f7a08d..79fc3ca3e 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,7 +9,7 @@ - + diff --git a/api/service-api/update-project-using-put/index.html b/api/service-api/update-project-using-put/index.html index 505aac777..5335393bb 100644 --- a/api/service-api/update-project-using-put/index.html +++ b/api/service-api/update-project-using-put/index.html @@ -9,7 +9,7 @@ - + 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 d5bd2f006..c2c576669 100644 --- a/api/service-api/update-test-item-using-put/index.html +++ b/api/service-api/update-test-item-using-put/index.html @@ -9,7 +9,7 @@ - + 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 e06062eef..5927e6646 100644 --- a/api/service-api/update-user-filter-using-put/index.html +++ b/api/service-api/update-user-filter-using-put/index.html @@ -9,7 +9,7 @@ - + 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 a60555214..abcc3d24b 100644 --- a/api/service-api/update-user-filters-using-put/index.html +++ b/api/service-api/update-user-filters-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-widget-using-put/index.html b/api/service-api/update-widget-using-put/index.html index b9160a6c9..6c8bd39c8 100644 --- a/api/service-api/update-widget-using-put/index.html +++ b/api/service-api/update-widget-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/upload-photo-using-post/index.html b/api/service-api/upload-photo-using-post/index.html index 6e4fad2ca..9356c938a 100644 --- a/api/service-api/upload-photo-using-post/index.html +++ b/api/service-api/upload-photo-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/upload-plugin-using-post/index.html b/api/service-api/upload-plugin-using-post/index.html index 72e3ab9a4..7087f5071 100644 --- a/api/service-api/upload-plugin-using-post/index.html +++ b/api/service-api/upload-plugin-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/user-controller/index.html b/api/service-api/user-controller/index.html index 72758577a..a47d9de34 100644 --- a/api/service-api/user-controller/index.html +++ b/api/service-api/user-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/user-filter-controller/index.html b/api/service-api/user-filter-controller/index.html index 6d23091d6..d8c4058f9 100644 --- a/api/service-api/user-filter-controller/index.html +++ b/api/service-api/user-filter-controller/index.html @@ -9,7 +9,7 @@ - + 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 cada2e9c3..303d05973 100644 --- a/api/service-api/validate-info-using-get-1/index.html +++ b/api/service-api/validate-info-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/validate-info-using-get/index.html b/api/service-api/validate-info-using-get/index.html index 3b71d6079..fadf58a6d 100644 --- a/api/service-api/validate-info-using-get/index.html +++ b/api/service-api/validate-info-using-get/index.html @@ -9,7 +9,7 @@ - + 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 051bacd0f..bdef96b47 100644 --- a/api/service-api/versions/5.10/activity-controller/index.html +++ b/api/service-api/versions/5.10/activity-controller/index.html @@ -9,7 +9,7 @@ - + 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 f19dfb16f..e4cdb8e4d 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,7 +9,7 @@ - + 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 bfdbf577a..5f714d5ad 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,7 +9,7 @@ - + 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 6aa2cdd67..c9bf879d2 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,7 +9,7 @@ - + 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 23822a851..87ee6d8c1 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,7 +9,7 @@ - + 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 e0bcbb817..0014af168 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,7 +9,7 @@ - + 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 bd65263b1..ecd9d8f45 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,7 +9,7 @@ - + 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 97542f391..08d86b991 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,7 +9,7 @@ - + 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 2d8f579cc..5dcced14d 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,7 +9,7 @@ - + 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 b3060d063..1c7893c21 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,7 +9,7 @@ - + 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 3a39cfbfb..f84763747 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,7 +9,7 @@ - + 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 2c0d9d837..f057aa88f 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,7 +9,7 @@ - + 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 42f09b794..df627ec63 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,7 +9,7 @@ - + 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 2d8917634..271ef8b44 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,7 +9,7 @@ - + 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 87f0b4652..292b5ca96 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,7 +9,7 @@ - + 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 b39b72e35..661c432cc 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,7 +9,7 @@ - + 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 8b96f810b..01ffcd95e 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,7 +9,7 @@ - + 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 5a406c355..905b80549 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,7 +9,7 @@ - + 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 066de7764..5b615265c 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,7 +9,7 @@ - + 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 78ea6a211..22d6fc6f1 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,7 +9,7 @@ - + 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 b7ba4b9d4..926b8a7de 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,7 +9,7 @@ - + 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 3e9f9e6c6..72c867771 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,7 +9,7 @@ - + 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 2097cdf58..8f771619f 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,7 +9,7 @@ - + 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 2eddc966d..8b2b2fa82 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,7 +9,7 @@ - + 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 a9d04bee9..d52dffa57 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,7 +9,7 @@ - + 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 2ffd147b4..63876c365 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,7 +9,7 @@ - + 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 5d37edb8e..0845b1bc7 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,7 +9,7 @@ - + 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 bc264def9..041769a39 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,7 +9,7 @@ - + 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 9e2769d2a..f134fe6f1 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,7 +9,7 @@ - + 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 19ec607cb..fe4330391 100644 --- a/api/service-api/versions/5.10/dashboard-controller/index.html +++ b/api/service-api/versions/5.10/dashboard-controller/index.html @@ -9,7 +9,7 @@ - + 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 8e9404b8d..0f7e97bb1 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,7 +9,7 @@ - + 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 7fb5083e4..d1f407394 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,7 +9,7 @@ - + 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 1d056c524..922664112 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,7 +9,7 @@ - + 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 9e107aee8..96cdf6b9b 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,7 +9,7 @@ - + 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 1d34d85ab..ef6a1bbab 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,7 +9,7 @@ - + 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 d425600ef..97c402bf2 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,7 +9,7 @@ - + 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 32c32a2f7..bf531f91a 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,7 +9,7 @@ - + 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 f7bbdc2cd..779138ed8 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,7 +9,7 @@ - + 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 6fcd9f2c8..5983f7b7f 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,7 +9,7 @@ - + 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 5d7c85423..254e5221a 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,7 +9,7 @@ - + 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 354d63a3f..c08f403f7 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,7 +9,7 @@ - + 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 19302340f..49f6c18b0 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,7 +9,7 @@ - + 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 ce4082776..dd4a2c542 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,7 +9,7 @@ - + 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 69fe9cb43..91d7f04b1 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,7 +9,7 @@ - + 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 f55f4d6cd..6aac09aa8 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,7 +9,7 @@ - + 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 27c7ce2d9..a849f82e4 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,7 +9,7 @@ - + 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 b65643779..ddd528848 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,7 +9,7 @@ - + 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 4b0f1d654..cb3568159 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,7 +9,7 @@ - + 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 f9110677e..74be7dccc 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,7 +9,7 @@ - + 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 6527185b9..dffa83aea 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,7 +9,7 @@ - + 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 f428df35d..0d02dad74 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,7 +9,7 @@ - + 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 c20925de6..c83734231 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,7 +9,7 @@ - + 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 811596bc5..953aca837 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,7 +9,7 @@ - + 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 403976ffe..466a7f37e 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,7 +9,7 @@ - + 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 08a835661..d4222e978 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,7 +9,7 @@ - + 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 c2ec19261..1ecce16a9 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,7 +9,7 @@ - + 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 ca8d68e2f..a10d8f403 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,7 +9,7 @@ - + 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 a83a602c6..998838e3b 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,7 +9,7 @@ - + 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 8dc790f49..3bd6f11b5 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,7 +9,7 @@ - + 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 36be5a0a6..b986d1dd3 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,7 +9,7 @@ - + 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 2a766708c..6fe4204b6 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,7 +9,7 @@ - + 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 c9574ca0f..f4a9eb360 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,7 +9,7 @@ - + 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 9e6abb1fb..e5d7f582f 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,7 +9,7 @@ - + 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 1738f4db6..80d9c24c6 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,7 +9,7 @@ - + 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 a1f2f2f8c..0fa186eba 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,7 +9,7 @@ - + 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 47a200baa..519ae3c13 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,7 +9,7 @@ - + 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 018eccf67..76ace0d6e 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,7 +9,7 @@ - + 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 efaa4b54d..d32745246 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,7 +9,7 @@ - + @@ -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 c4497de6b..ad5760ce1 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,7 +9,7 @@ - + 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 39239b29e..4318dfadb 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,7 +9,7 @@ - + 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 0a51947fd..e06bf71c3 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,7 +9,7 @@ - + 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 f0c282eb3..c358786a0 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,7 +9,7 @@ - + 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 aaea6894f..c5c994e73 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,7 +9,7 @@ - + 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 6634bad76..370c2f417 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,7 +9,7 @@ - + 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 a99ae70a1..02d7cb227 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,7 +9,7 @@ - + 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 ea90e27be..af8af96ea 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,7 +9,7 @@ - + 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 217adf589..92f6621df 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,7 +9,7 @@ - + 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 c00deb01d..fde200754 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,7 +9,7 @@ - + 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 9284fdd10..c8fa480d7 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,7 +9,7 @@ - + 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 40cecbf23..bfb404067 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,7 +9,7 @@ - + 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 c825a588b..25960306c 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,7 +9,7 @@ - + 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 fdbb026a0..65fb849ea 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,7 +9,7 @@ - + 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 48e1d4c61..81cc4f034 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,7 +9,7 @@ - + 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 e5fc15aa4..9e8dab3ef 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,7 +9,7 @@ - + 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 dcb491896..337f48be1 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,7 +9,7 @@ - + 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 20591866e..2b92bf7dc 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,7 +9,7 @@ - + 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 9a24fbe73..0f0e00450 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,7 +9,7 @@ - + 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 648ce871d..0b96779b5 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,7 +9,7 @@ - + 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 4fc6a7da0..d760984fd 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,7 +9,7 @@ - + @@ -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 01fa5618c..93ac6579f 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,7 +9,7 @@ - + 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 158124d5b..a3b411a0f 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,7 +9,7 @@ - + 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 405650112..c71a02672 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,7 +9,7 @@ - + @@ -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 834a09fd6..bda6ec437 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,7 +9,7 @@ - + @@ -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 abff5dbbb..af4f55fd2 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,7 +9,7 @@ - + @@ -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 8f3a50e8f..249c65fe6 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,7 +9,7 @@ - + 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 4daff5bf8..80a645724 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,7 +9,7 @@ - + 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 b6893dc68..919a02c19 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,7 +9,7 @@ - + @@ -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 6667c88b3..05db09f8f 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,7 +9,7 @@ - + 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 462a674b4..c93563fab 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,7 +9,7 @@ - + @@ -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 fe10ffe88..475b886a6 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,7 +9,7 @@ - + @@ -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 77ed56333..8d193d980 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,7 +9,7 @@ - + @@ -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 496790205..d01ffb309 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,7 +9,7 @@ - + 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 65fef6aff..1f33ec889 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,7 +9,7 @@ - + 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 ad4de6fb0..9356e7a4c 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,7 +9,7 @@ - + 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 768dad89b..669dfd897 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,7 +9,7 @@ - + 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 0925d3883..c46124e9f 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,7 +9,7 @@ - + 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 2e5d0630f..4d24ab120 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,7 +9,7 @@ - + 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 03150839e..0c04bf2fb 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,7 +9,7 @@ - + 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 236ad31fa..b792ef554 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,7 +9,7 @@ - + @@ -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 366b7e8bc..f6b1981c3 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,7 +9,7 @@ - + @@ -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 7af824ba3..e082c50cb 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,7 +9,7 @@ - + @@ -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 45261bd60..8e27d2662 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,7 +9,7 @@ - + @@ -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 8e80c4a94..5dabfee34 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,7 +9,7 @@ - + @@ -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 ec8ce088c..0e6b6e692 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,7 +9,7 @@ - + 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 890cd2aae..c816aa653 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,7 +9,7 @@ - + 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 e0c7d32ee..70f122fd8 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,7 +9,7 @@ - + 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 2201e4aed..4611b7c91 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,7 +9,7 @@ - + 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 ab640d212..632292f12 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,7 +9,7 @@ - + @@ -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 1825073db..3f2ad215e 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,7 +9,7 @@ - + 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 083da5c85..6b3c88b85 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,7 +9,7 @@ - + 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 2789c3fa9..df4ca9a41 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,7 +9,7 @@ - + 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 0fef57eb3..0495fb22a 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,7 +9,7 @@ - + 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 737b02df5..a28a7bd20 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,7 +9,7 @@ - + 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 1bd974261..d0177ecb2 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,7 +9,7 @@ - + @@ -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 437136886..25cc5037a 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,7 +9,7 @@ - + @@ -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 57f634e18..b2cd64ba1 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,7 +9,7 @@ - + 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 5c25516c0..09e21a2a8 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,7 +9,7 @@ - + @@ -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 ab5156385..c80355ab4 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,7 +9,7 @@ - + @@ -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 e1f19a5f8..add1bce61 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,7 +9,7 @@ - + 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 4b70320b2..753f3a743 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,7 +9,7 @@ - + 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 6fb674d5a..99d6090bb 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,7 +9,7 @@ - + @@ -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 4e6ddcdeb..3970129e8 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,7 +9,7 @@ - + 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 288a4bcc2..b04d74a7f 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,7 +9,7 @@ - + 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 3364c7849..eb3659f68 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,7 +9,7 @@ - + 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 a1622ea43..bdad7b07d 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,7 +9,7 @@ - + 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 96fbd2449..a7b97ec2a 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,7 +9,7 @@ - + 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 b1806d691..f8d0f500e 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,7 +9,7 @@ - + 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 9702d774f..9fd0961bc 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,7 +9,7 @@ - + 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 40167e15d..bd61d0107 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,7 +9,7 @@ - + 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 88548c176..e408053c0 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,7 +9,7 @@ - + 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 bf60c80ac..a69ca5638 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,7 +9,7 @@ - + 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 e300c25cf..7be8f7471 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,7 +9,7 @@ - + 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 21632750c..e160ab710 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,7 +9,7 @@ - + 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 40887294c..1d5d62ef6 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,7 +9,7 @@ - + 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 8dc676d7c..65b742679 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,7 +9,7 @@ - + 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 490bee242..05c7234cc 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,7 +9,7 @@ - + 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 8da3a0584..86b28dd7b 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,7 +9,7 @@ - + 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 b17fa1d49..8ebf84713 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,7 +9,7 @@ - + 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 261982013..be6f9a9b5 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,7 +9,7 @@ - + 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 a091f4879..de3976ee2 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,7 +9,7 @@ - + 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 30f89252f..a6f4f7cf0 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,7 +9,7 @@ - + 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 46b701801..7625d3c64 100644 --- a/api/service-api/versions/5.10/integration-controller/index.html +++ b/api/service-api/versions/5.10/integration-controller/index.html @@ -9,7 +9,7 @@ - + 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 aa0dee7be..6e8d43360 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,7 +9,7 @@ - + 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 ebb447d26..6f685a2db 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,7 +9,7 @@ - + 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 03edce432..246b05b63 100644 --- a/api/service-api/versions/5.10/launch-controller/index.html +++ b/api/service-api/versions/5.10/launch-controller/index.html @@ -9,7 +9,7 @@ - + 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 d87b5c5f1..11d3b7a43 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,7 +9,7 @@ - + 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 66519e5ab..78edc4506 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,7 +9,7 @@ - + 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 1ba4ae7e7..60a64ca89 100644 --- a/api/service-api/versions/5.10/log-controller/index.html +++ b/api/service-api/versions/5.10/log-controller/index.html @@ -9,7 +9,7 @@ - + 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 a78d77fe9..c9793afe7 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,7 +9,7 @@ - + @@ -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 882e807df..cea6955a8 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,7 +9,7 @@ - + @@ -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 b7f6501a4..ae5054d7e 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,7 +9,7 @@ - + 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 519752880..194c2f820 100644 --- a/api/service-api/versions/5.10/onboarding-controller/index.html +++ b/api/service-api/versions/5.10/onboarding-controller/index.html @@ -9,7 +9,7 @@ - + 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 49d046a08..e7468a79b 100644 --- a/api/service-api/versions/5.10/plugin-controller/index.html +++ b/api/service-api/versions/5.10/plugin-controller/index.html @@ -9,7 +9,7 @@ - + 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 33ea59c14..f1ca7686a 100644 --- a/api/service-api/versions/5.10/project-controller/index.html +++ b/api/service-api/versions/5.10/project-controller/index.html @@ -9,7 +9,7 @@ - + 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 e120e8938..a36f5c518 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,7 +9,7 @@ - + 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 a5f93f534..511a45cfd 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,7 +9,7 @@ - + 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 83ba7dfcd..04bd214f7 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,7 +9,7 @@ - + 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 7539506d8..acf2d4c85 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,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/reportportal/index.html b/api/service-api/versions/5.10/reportportal/index.html index 08653757b..ab1a814c6 100644 --- a/api/service-api/versions/5.10/reportportal/index.html +++ b/api/service-api/versions/5.10/reportportal/index.html @@ -9,7 +9,7 @@ - + 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 81d55391f..c25812928 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,7 +9,7 @@ - + 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 ce46591a7..20a4d03eb 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,7 +9,7 @@ - + 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 19e0e9157..4599fd700 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,7 +9,7 @@ - + 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 5838fd222..7cbe65488 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,7 +9,7 @@ - + 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 36fcc3ddb..4508d8a2a 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,7 +9,7 @@ - + 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 654f4738b..ad234e91a 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,7 +9,7 @@ - + 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 1c2780ac5..97d75fa09 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,7 +9,7 @@ - + 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 45fc2167c..1217d3009 100644 --- a/api/service-api/versions/5.10/settings-controller/index.html +++ b/api/service-api/versions/5.10/settings-controller/index.html @@ -9,7 +9,7 @@ - + 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 cfc21288f..45dcf320b 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,7 +9,7 @@ - + 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 57cced35d..25958f792 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,7 +9,7 @@ - + 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 84ea8f658..6aa5e33f9 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,7 +9,7 @@ - + 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 eeebe8cf6..045c97bb1 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,7 +9,7 @@ - + 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 40fcc90c3..ccf02f3b9 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,7 +9,7 @@ - + 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 b1ee72c1d..814da76b4 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,7 +9,7 @@ - + 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 45f660528..a0fc6d370 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,7 +9,7 @@ - + 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 8bdefb34e..b63d90593 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,7 +9,7 @@ - + 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 2e104bf37..276c5d623 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,7 +9,7 @@ - + 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 c5843ee05..d0c90d67a 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,7 +9,7 @@ - + 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 c944f37d8..70f25952d 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,7 +9,7 @@ - + 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 e70451d7d..ddaf93711 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,7 +9,7 @@ - + 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 964dabcd6..55c7f25fc 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,7 +9,7 @@ - + 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 9cefeeae7..c421c81f6 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,7 +9,7 @@ - + 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 e6db6f7d2..0005a9db0 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,7 +9,7 @@ - + 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 3ba5ca15f..0cf8dea5b 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,7 +9,7 @@ - + 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 d45eff5c4..6f1c561ed 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,7 +9,7 @@ - + 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 b50243c89..3b8ca11b0 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,7 +9,7 @@ - + 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 34e6d54e9..fe5b0a707 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,7 +9,7 @@ - + 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 76fad1278..1bb9afcbd 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,7 +9,7 @@ - + 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 890418c55..4b14fd984 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,7 +9,7 @@ - + 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 d5c490195..ee5925f1b 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,7 +9,7 @@ - + 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 32245aceb..2f616ecff 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,7 +9,7 @@ - + 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 2d14a5781..583f83ed9 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,7 +9,7 @@ - + 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 fdd81ffd6..622cc0fa4 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,7 +9,7 @@ - + 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 0f9d27114..913323975 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,7 +9,7 @@ - + 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 7e9798210..1f80010a5 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,7 +9,7 @@ - + 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 29aacf020..5c41c2b99 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,7 +9,7 @@ - + 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 6ec98877a..d660e12e6 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,7 +9,7 @@ - + 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 72fbeec6a..06b4262a0 100644 --- a/api/service-api/versions/5.10/user-controller/index.html +++ b/api/service-api/versions/5.10/user-controller/index.html @@ -9,7 +9,7 @@ - + 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 bfb506cce..dd2344ab2 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,7 +9,7 @@ - + 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 6262f1d8c..a37b3431b 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,7 +9,7 @@ - + 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 d8a5ccf7d..cdf856121 100644 --- a/api/service-api/versions/5.10/widget-controller/index.html +++ b/api/service-api/versions/5.10/widget-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/widget-controller/index.html b/api/service-api/widget-controller/index.html index 5402b07aa..0ccdece6d 100644 --- a/api/service-api/widget-controller/index.html +++ b/api/service-api/widget-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/auth-configuration-endpoint/index.html b/api/service-uat/auth-configuration-endpoint/index.html index 821a126f9..7c6e98d25 100644 --- a/api/service-uat/auth-configuration-endpoint/index.html +++ b/api/service-uat/auth-configuration-endpoint/index.html @@ -9,7 +9,7 @@ - + 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 cd46b0206..559f9531c 100644 --- a/api/service-uat/create-auth-integration-using-post/index.html +++ b/api/service-uat/create-auth-integration-using-post/index.html @@ -9,7 +9,7 @@ - + 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 d80e6a1f7..ef4dfdce8 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,7 +9,7 @@ - + diff --git a/api/service-uat/delete-settings-using-delete/index.html b/api/service-uat/delete-settings-using-delete/index.html index 11f0a7ade..6fcee1912 100644 --- a/api/service-uat/delete-settings-using-delete/index.html +++ b/api/service-uat/delete-settings-using-delete/index.html @@ -9,7 +9,7 @@ - + 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 5e58e7342..c6aeec4b4 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,7 +9,7 @@ - + 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 6991fbe7e..f6286e05e 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,7 +9,7 @@ - + diff --git a/api/service-uat/get-settings-using-get/index.html b/api/service-uat/get-settings-using-get/index.html index f306cd0b8..b24b2f0be 100644 --- a/api/service-uat/get-settings-using-get/index.html +++ b/api/service-uat/get-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/github-endpoint/index.html b/api/service-uat/github-endpoint/index.html index d152e5e64..4822ded95 100644 --- a/api/service-uat/github-endpoint/index.html +++ b/api/service-uat/github-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/o-auth-configuration-endpoint/index.html b/api/service-uat/o-auth-configuration-endpoint/index.html index d5a485838..71dd57ffb 100644 --- a/api/service-uat/o-auth-configuration-endpoint/index.html +++ b/api/service-uat/o-auth-configuration-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/reportportal/index.html b/api/service-uat/reportportal/index.html index 268112152..d4458f6d9 100644 --- a/api/service-uat/reportportal/index.html +++ b/api/service-uat/reportportal/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/sso-endpoint/index.html b/api/service-uat/sso-endpoint/index.html index 61f512582..20097498c 100644 --- a/api/service-uat/sso-endpoint/index.html +++ b/api/service-uat/sso-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/synchronize-using-post/index.html b/api/service-uat/synchronize-using-post/index.html index a4dd74320..221cc9972 100644 --- a/api/service-uat/synchronize-using-post/index.html +++ b/api/service-uat/synchronize-using-post/index.html @@ -9,7 +9,7 @@ - + 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 c02031d67..7544d51d4 100644 --- a/api/service-uat/update-auth-integration-using-put/index.html +++ b/api/service-uat/update-auth-integration-using-put/index.html @@ -9,7 +9,7 @@ - + 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 686823056..e5e137f04 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,7 +9,7 @@ - + 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 c842309ac..88f57e275 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,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-get-1/index.html b/api/service-uat/user-using-get-1/index.html index fed818d18..6ad4b3a94 100644 --- a/api/service-uat/user-using-get-1/index.html +++ b/api/service-uat/user-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-get/index.html b/api/service-uat/user-using-get/index.html index b4f25eaa7..0edccf268 100644 --- a/api/service-uat/user-using-get/index.html +++ b/api/service-uat/user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-post-1/index.html b/api/service-uat/user-using-post-1/index.html index dcc3436f7..1845b30a8 100644 --- a/api/service-uat/user-using-post-1/index.html +++ b/api/service-uat/user-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-post/index.html b/api/service-uat/user-using-post/index.html index b8e2ac62b..5d5feafb7 100644 --- a/api/service-uat/user-using-post/index.html +++ b/api/service-uat/user-using-post/index.html @@ -9,7 +9,7 @@ - + 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 7e438c0d2..00b338f39 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,7 +9,7 @@ - + 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 588081c0d..4c63996ab 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,7 +9,7 @@ - + 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 4e3845860..7d17dd664 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,7 +9,7 @@ - + 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 c3a5e9391..ac0a19cdd 100644 --- a/api/service-uat/versions/5.10/delete-settings/index.html +++ b/api/service-uat/versions/5.10/delete-settings/index.html @@ -9,7 +9,7 @@ - + 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 fb4359930..397d888bd 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,7 +9,7 @@ - + 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 e99a282c8..f15520fa1 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,7 +9,7 @@ - + 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 4110fde60..032987178 100644 --- a/api/service-uat/versions/5.10/get-settings/index.html +++ b/api/service-uat/versions/5.10/get-settings/index.html @@ -9,7 +9,7 @@ - + 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 963c3357b..913386e89 100644 --- a/api/service-uat/versions/5.10/github-endpoint/index.html +++ b/api/service-uat/versions/5.10/github-endpoint/index.html @@ -9,7 +9,7 @@ - + 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 346d5c55d..ccbcc97c1 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,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/reportportal/index.html b/api/service-uat/versions/5.10/reportportal/index.html index 24e5e82f5..fdd16b0f5 100644 --- a/api/service-uat/versions/5.10/reportportal/index.html +++ b/api/service-uat/versions/5.10/reportportal/index.html @@ -9,7 +9,7 @@ - + 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 1e9b65c82..7b616457f 100644 --- a/api/service-uat/versions/5.10/sso-endpoint/index.html +++ b/api/service-uat/versions/5.10/sso-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/synchronize/index.html b/api/service-uat/versions/5.10/synchronize/index.html index 78bc8c289..676daf5d2 100644 --- a/api/service-uat/versions/5.10/synchronize/index.html +++ b/api/service-uat/versions/5.10/synchronize/index.html @@ -9,7 +9,7 @@ - + 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 3edab5992..e3e461b65 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,7 +9,7 @@ - + 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 2b009c301..429911932 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,7 +9,7 @@ - + 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 6c2275906..9272deac9 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,7 +9,7 @@ - + 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 54343818e..9f71762da 100644 --- a/api/service-uat/versions/5.10/user-1/index.html +++ b/api/service-uat/versions/5.10/user-1/index.html @@ -9,7 +9,7 @@ - + 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 d93ca2dbe..63e9d66d0 100644 --- a/api/service-uat/versions/5.10/user-2/index.html +++ b/api/service-uat/versions/5.10/user-2/index.html @@ -9,7 +9,7 @@ - + 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 2283ad82b..a0cbd8ded 100644 --- a/api/service-uat/versions/5.10/user-3/index.html +++ b/api/service-uat/versions/5.10/user-3/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/user/index.html b/api/service-uat/versions/5.10/user/index.html index 218772191..719e96002 100644 --- a/api/service-uat/versions/5.10/user/index.html +++ b/api/service-uat/versions/5.10/user/index.html @@ -9,7 +9,7 @@ - + diff --git a/assets/js/0132c79f.7f57fa29.js b/assets/js/0132c79f.19cf31cb.js similarity index 98% rename from assets/js/0132c79f.7f57fa29.js rename to assets/js/0132c79f.19cf31cb.js index 31d1849a6..6ff2a4308 100644 --- a/assets/js/0132c79f.7f57fa29.js +++ b/assets/js/0132c79f.19cf31cb.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-29T09:53:45.224Z",\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-29T16:23:32.516Z",\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.be85c655.js b/assets/js/02365595.ae2f5161.js similarity index 61% rename from assets/js/02365595.be85c655.js rename to assets/js/02365595.ae2f5161.js index 8c6f3d80c..f78677043 100644 --- a/assets/js/02365595.be85c655.js +++ b/assets/js/02365595.ae2f5161.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:()=>M,frontMatter:()=>g,metadata:()=>v,toc:()=>F});var a=i(85893),n=i(11151),r=i(58219),l=i.n(r),c=(i(62316),i(51039)),t=i.n(c),d=(i(82723),i(9487)),o=i.n(d),p=i(41429),m=i.n(p),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),f=i(9472),N=i.n(f),b=(i(1176),i(12005),i(85162));const g={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:"eJydVlFv2zYQ/ivCPbWFbDleUqx6mpc5mNEg8WwHA5b6gZbONluJZEkqiSHovw9HUrYce1lRP8nkx7vjx+8+sgbLNgbSRyhYJbJtj5mdyHqZFFbLokANyxikQs0sl2KSQwprLrjZ3jr4g+FiM31YQAyKaVaiRU3RahCsREhD1EkOMXABKShmtxBDjibTXFHMY5DG7xXXmENqdYUxmGyLJYO0BrtTFNBYzcUGmibe51BafsXM3tG/t9Ic434809KD0djfZb4jxHHcLiGzvyAGYg+FJSRTquCZIy/5aghedzNxW1CqGxdh/IJZRUgX5FDfI6DIF7xEOotQnFzRVoh2TadjORqXzlrNV5X1/wKWac12xIzF0nTTTiyWo/0Kl/Xt8N9wd4agGMzOWCw7UyspC2QCYsAXVirKtmaFwSaGJ1ZUeI7mpnl1YGcStUSczMWwlrpkFlLImcWeJRRVZpmtzDk8iqokbqej+Xz8B8RwM5rcuo/54n469V+fJ+FrcrcYz2YP04X7dz26ux7f3oaZm3uI4e/R7A6Wjd/GsbbcgFFSGM/icDA4FdH952PhfEg+vKWVoLb5/x4Zz88SWXDx7eyEqMoV6s4UFxY3qLsMc2E/XroTC4emNGbM0n7dKcfw0stkjhsUvdA5vZXMd73QsCcNc0yF32HkXSFaSx0ZhRlfc8yj0MNOWBaF4VJ4v3HSfDPvXnqv81ODl2i3ktxNVY5D8o8UkqdhUndso0l8UUndWlaT+GAQg0H91LpfpQtIgZZamcmiSZOkZpXdSs3trkmY4ie7nqGS2k6ltqyIfCxXsuZsVfizbMN59axZVdBpbK1V5iTctMUelE5AiAN+2cSwr+hUjn9KYyOiLWIij6iy6B1fRwIxx/x9JNeRrzd6XfChrhxL2dcOpRyozyWJZklUZZXP+1jDCplGPaqI8cdld3pO4vdb74L20gwbcj3iXMeB6G4A8trZwbTHrQsdW+ReN3tXaJ0s6LhVTNsfy9c0d+wkOBMMB8PL3sWgN/y0GHxKr35JL6/6F79e/AMHN2pNp6Hrai277d2VwX9opOV8NJ1EucyqEoV1N0xwEJY5BwnNNq8ULaISS8ZJlsaP/HZyNmQLGQqDneUjxbItRsP+AOIga6I9TZLn5+c+c7N9qTdJWGqS28n1+G4+7tES8nvUxld/1b8Y9C9oTEljSyY6aX6s589fDxZfbKIKxgXFdjXWoYMf4WkIMaTHV7/PQuOdl0fo42UMW2ksLa3rFTP4oIumoeHvFWpS7PLQlU5BOTf0fTC/V1XuTR3ezcK98D7qJD67i/bqFruOb0Ec5LpfTa+gn8p/TMhPlNAN0JCZbJHldHHse+ra5+0tKM4hwsmLiPbgV4yyDJXtYOkSPHJn/9RchWdYKXNCafZM7yX2DCl8gS9Uo3S7d87hxmsomNhUbEN4n5V+/wKN8b8r",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,v={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:"eJydVlFv2zYQ/ivCPbWFbDleUqx6mpc5mNEg8WwHA5b6gZbONluJZEkqiSHovw9HUrYce1lRP8nkx7vjx+8+sgbLNgbSRyhYJbJtj5mdyHqZFFbLokANyxikQs0sl2KSQwprLrjZ3jr4g+FiM31YQAyKaVaiRU3RahCsREhD1EkOMXABKShmtxBDjibTXFHMY5DG7xXXmENqdYUxmGyLJYO0BrtTFNBYzcUGmibe51BafsXM3tG/t9Ic434809KD0djfZb4jxHHcLiGzvyAGYg+FJSRTquCZIy/5aghedzNxW1CqGxdh/IJZRUgX5FDfI6DIF7xEOotQnFzRVoh2TadjORqXzlrNV5X1/wKWac12xIzF0nTTTiyWo/0Kl/Xt8N9wd4agGMzOWCw7UyspC2QCYsAXVirKtmaFwSaGJ1ZUeI7mpnl1YGcStUSczMWwlrpkFlLImcWeJRRVZpmtzDk8iqokbqej+Xz8B8RwM5rcuo/54n469V+fJ+FrcrcYz2YP04X7dz26ux7f3oaZm3uI4e/R7A6Wjd/GsbbcgFFSGM/icDA4FdH952PhfEg+vKWVoLb5/x4Zz88SWXDx7eyEqMoV6s4UFxY3qLsMc2E/XroTC4emNGbM0n7dKcfw0stkjhsUvdA5vZXMd73QsCcNc0yF32HkXSFaSx0ZhRlfc8yj0MNOWBaF4VJ4v3HSfDPvXnqv81ODl2i3ktxNVY5D8o8UkqdhUndso0l8UUndWlaT+GAQg0H91LpfpQtIgZZamcmiSZOkZpXdSs3trkmY4ie7nqGS2k6ltqyIfCxXsuZsVfizbMN59axZVdBpbK1V5iTctMUelE5AiAN+2cSwr+hUjn9KYyOiLWIij6iy6B1fRwIxx/x9JNeRrzd6XfChrhxL2dcOpRyozyWJZklUZZXP+1jDCplGPaqI8cdld3pO4vdb74L20gwbcj3iXMeB6G4A8trZwbTHrQsdW+ReN3tXaJ0s6LhVTNsfy9c0d+wkOBMMB8PL3sWgN/y0GHxKr35JL6/6F79e/AMHN2pNp6Hrai277d2VwX9opOV8NJ1EucyqEoV1N0xwEJY5BwnNNq8ULaISS8ZJlsaP/HZyNmQLGQqDneUjxbItRsP+AOIga6I9TZLn5+c+c7N9qTdJWGqS28n1+G4+7tES8nvUxld/1b8Y9C9oTEljSyY6aX6s589fDxZfbKIKxgXFdjXWoYMf4WkIMaTHV7/PQuOdl0fo42UMW2ksLa3rFTP4oIumoeHvFWpS7PLQlU5BOTf0fTC/V1XuTR3ezcK98D7qJD67i/bqFruOb0Ec5LpfTa+gn8p/TMhPlNAN0JCZbJHldHHse+ra5+0tKM4hwsmLiPbgV4yyDJXtYOkSPHJn/9RchWdYKXNCafZM7yX2DCl8gS9Uo3S7d87hxmsomNhUbEN4n5V+/wKN8b8r",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 S(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)(t(),{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)(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:"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)(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)(N(),{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.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)(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 M(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(S,{...e})}):S(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:()=>v,default:()=>H,frontMatter:()=>g,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),d=(i(82723),i(9487)),p=i.n(d),o=i(41429),m=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),y=i.n(f),b=(i(1176),i(12005),i(85162));const g={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:"eJydVlFv2zYQ/ivCPbWFbDluFmx6mpc5mNEgcW0HA5b6gZbONluJZEkqiSHovw9HUrYce1lRP8nkx7vjx+8+sgbLNgbSRyhYJbJtj5mdyHqZFFbLokANyxikQs0sl2KSQwprLrjZ3jr4g+FiM31YQAyKaVaiRU3RahCsREhD1EkOMXABKShmtxBDjibTXFHMY5DG7xXXmENqdYUxmGyLJYO0BrtTFNBYzcUGmibe51BafsXM3tG/t9Ic434809KD0dg/ZL4jxHHcLiGzzxADsYfCEpIpVfDMkZd8NQSvu5m4LSjVjYswfsGsIqQLcqjvEVDkC14inUUoTq5oK0S7ptOxHI1LZ63mq8r6fwHLtGY7YsZiabppJxbL0X6Fy/p2+G+4O0NQDGZnLJadqZWUBTIBMeALKxVlW7PCYBPDEysqPEdz07w6sDOJWiJO5mJYS10yCynkzGLPEooqs8xW5hweRVUSt9PRfD7+E2K4GU1u3cd8cT+d+q9Pk/A1uVuMZ7OH6cL9ux7dXY9vb8PMzT3E8PdodgfLxm/jWFtuwCgpjGdxOBiciuj+07FwPiQf3tJKUNv8f4+M52eJLLj4dnZCVOUKdWeKC4sb1F2GubBXl+7EwqEpjRmztF93yjG89DKZ4wZFL3RObyXzXS807EnDHFPhdxh5V4jWUkdGYcbXHPMo9LATlkVhuBTeb5w038y7l97r/NTgJdqtJHdTleOQ/COF5GmY1B3baBJfVFK3ltUkPhjEYFA/te5X6QJSoKVWZrJo0iSpWWW3UnO7axKm+MmuZ6iktlOpLSsiH8uVrDlbFf4s23BePWtWFXQaW2uVOQk3bbEHpRMQ4oBfNjHsKzqV41/S2Ihoi5jII6osesfXkUDMMX8fyXXk641eF3yoK8dS9rVDKQfqc0miWRJVWeXzPtawQqZRjypi/HHZnZ6T+P3Wu6C9NMOGXI8413EguhuAvHZ2MO1x60LHFrnXzd4VWicLOm4V0/bH8jXNHTsJzgTDwfCydzHoDX9bXFylw4/px2H/8urXf+DgRq3pNHRdrWW3vbsy+A+NtJyPppMol1lVorDuhgkOwjLnIKHZ5pWiRVRiyTjJ0viR30/OhmwhQ2Gws3ykWLbFaNgfQBxkTbSnSfL8/NxnbrYv9SYJS01yO7ke383HPVpCfo/a+Op/6V8M+hc0pqSxJROdND/W8+evB4svNlEF44Jiuxrr0MGP8DSEGNLjq99nofHOyyP08TKGrTSWltb1ihl80EXT0PD3CjUpdnnoSqegnBv6Ppjfqyr3pg7vZuFeeB91Ep/dRXt1i13HtyAOct2vplfQT+U/JuQnSugGaMhMtshyujj2PXXt8/YWFOcQ4eRFRHvwK0ZZhsp2sHQJHrmzf2quwjOslDmhNHum9xJ7hhS+wBeqUbrdO+dw4zUUTGwqtiG8z0q/fwGKJL8q",sidebar_class_name:"put 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/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:"eJydVlFv2zYQ/ivCPbWFbDluFmx6mpc5mNEgcW0HA5b6gZbONluJZEkqiSHovw9HUrYce1lRP8nkx7vjx+8+sgbLNgbSRyhYJbJtj5mdyHqZFFbLokANyxikQs0sl2KSQwprLrjZ3jr4g+FiM31YQAyKaVaiRU3RahCsREhD1EkOMXABKShmtxBDjibTXFHMY5DG7xXXmENqdYUxmGyLJYO0BrtTFNBYzcUGmibe51BafsXM3tG/t9Ic434809KD0dg/ZL4jxHHcLiGzzxADsYfCEpIpVfDMkZd8NQSvu5m4LSjVjYswfsGsIqQLcqjvEVDkC14inUUoTq5oK0S7ptOxHI1LZ63mq8r6fwHLtGY7YsZiabppJxbL0X6Fy/p2+G+4O0NQDGZnLJadqZWUBTIBMeALKxVlW7PCYBPDEysqPEdz07w6sDOJWiJO5mJYS10yCynkzGLPEooqs8xW5hweRVUSt9PRfD7+E2K4GU1u3cd8cT+d+q9Pk/A1uVuMZ7OH6cL9ux7dXY9vb8PMzT3E8PdodgfLxm/jWFtuwCgpjGdxOBiciuj+07FwPiQf3tJKUNv8f4+M52eJLLj4dnZCVOUKdWeKC4sb1F2GubBXl+7EwqEpjRmztF93yjG89DKZ4wZFL3RObyXzXS807EnDHFPhdxh5V4jWUkdGYcbXHPMo9LATlkVhuBTeb5w038y7l97r/NTgJdqtJHdTleOQ/COF5GmY1B3baBJfVFK3ltUkPhjEYFA/te5X6QJSoKVWZrJo0iSpWWW3UnO7axKm+MmuZ6iktlOpLSsiH8uVrDlbFf4s23BePWtWFXQaW2uVOQk3bbEHpRMQ4oBfNjHsKzqV41/S2Ihoi5jII6osesfXkUDMMX8fyXXk641eF3yoK8dS9rVDKQfqc0miWRJVWeXzPtawQqZRjypi/HHZnZ6T+P3Wu6C9NMOGXI8413EguhuAvHZ2MO1x60LHFrnXzd4VWicLOm4V0/bH8jXNHTsJzgTDwfCydzHoDX9bXFylw4/px2H/8urXf+DgRq3pNHRdrWW3vbsy+A+NtJyPppMol1lVorDuhgkOwjLnIKHZ5pWiRVRiyTjJ0viR30/OhmwhQ2Gws3ykWLbFaNgfQBxkTbSnSfL8/NxnbrYv9SYJS01yO7ke383HPVpCfo/a+Op/6V8M+hc0pqSxJROdND/W8+evB4svNlEF44Jiuxrr0MGP8DSEGNLjq99nofHOyyP08TKGrTSWltb1ihl80EXT0PD3CjUpdnnoSqegnBv6Ppjfqyr3pg7vZuFeeB91Ep/dRXt1i13HtyAOct2vplfQT+U/JuQnSugGaMhMtshyujj2PXXt8/YWFOcQ4eRFRHvwK0ZZhsp2sHQJHrmzf2quwjOslDmhNHum9xJ7hhS+wBeqUbrdO+dw4zUUTGwqtiG8z0q/fwGKJL8q",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 L(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)(p(),{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:"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)(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)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{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.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 H(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/04330a60.23e2bd62.js b/assets/js/04330a60.5379b0e9.js similarity index 98% rename from assets/js/04330a60.23e2bd62.js rename to assets/js/04330a60.5379b0e9.js index b5b43139a..2cccd4978 100644 --- a/assets/js/04330a60.23e2bd62.js +++ b/assets/js/04330a60.5379b0e9.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-29T09:53:42.999Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-29T09:53:42.999Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.999Z",\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-29T16:23:30.254Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-29T16:23:30.254Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.254Z",\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.155c1360.js b/assets/js/0d905e60.155c1360.js new file mode 100644 index 000000000..d69a1068d --- /dev/null +++ b/assets/js/0d905e60.155c1360.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[93315],{8510:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>y,contentTitle:()=>T,default:()=>E,frontMatter:()=>b,metadata:()=>N,toc:()=>S});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),c=i.n(n),d=(i(82723),i(9487)),m=i.n(d),p=i(41429),o=i.n(p),h=i(5397),j=i.n(h),u=i(4667),x=i.n(u),f=i(9472),v=i.n(f),g=(i(1176),i(12005),i(85162));const b={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:"eJydV9+T2jYQ/lc8+5RkDD4ubTrxUwkhDTPpQQ08tITJCHsBpbbkSPLdMYz/985KNjbgu+vknlh5f3zaXX27dwTDdhrCFRjUpscNZr1YCqNkmqKCtQ8yR8UMl2KSQAjaMGVGe54mE4PZUnOxm03ni28D8CFnimVoUJG/IwiWIYR0isKQNvjAhT0xe/AhQR0rnpPrSzWFPwquMIHQqAJ90PEeMwbhEcwhRwtDcbGDsvSbOEp+x9jckfRsoDO9/x9p7ZRRmw8yOZDGuV+bmQVqe4foL/CB8ojCkCrL85THNo3Bd036x3YoblKKNb9y0cBbQcoKEe+XBU/Ad5f2q6Dc/raA134NXG7omlQWRSU0HLVFYozim8I4qdJlSrEDZc1gptuICMjwZGEhPe/+Xzx0JM8HfdBU2ubTRsoUmQAf8JFlOUXbslRj6cM9SwvsKkFZUlITjHDbGeSsIB3f90zPDTO6A0bpt/N7ZXzZRMvl5KMnt57rWs+ZkhPXjB2x24/j5bzPau0ItSxUjBe9QGl+sdRP1eLZ/Co06tCdIPtp2p36phE7creVKmMGQkiYwZ4hrdK3hDNiGicd+S7ru107Q1FklIL5crIYgw/zxTT6G3xYjOcLEkfju2E0mdov4xn48GH8aRqNv42+DOfzRvwjmi5nLfnP8eLz9GMj1+4rsfI+/LQYRydXTjp5cuLJkRNrP06ybtalD4XgP4ruq9d1aBOTPdC5FNqV9vZmcM1AI4XMYHLOPG+CN91kMxZGHSqToT6IOJq/+Lq7nkZZVogTzBXGFoF7yj489ui57lD0KursbWRy6FWMfc2Y5/exdOgxL6Zx41G7eNzNB3w0KDSXwk0a2+jPBjs1/VVQ4vUMzV7SdMultpemuRFCcD8Ijq1xUQYUPjg2o6okCkZ1X4+8QqUQAtkYGcu0DIPgyAqzl4qbQxmwnF9dMsJcKjOTyrDUc74sWsXZJnVZr925im9ZkdJb2huT6yt3s1q3eSikCH6lT713QnTdQp+lNh5lzGMi8QiZ94pvPYGYYPKaGM/h9S4BN7gSzGRfWa3cKvW5pCZZU6riwsVdHWGDTKEaFpTq1Zo+02CMmhE7rufC+dA61fvECPVsqZquqbTrz3VraDzF56fjZkS4faA9FBqtUwNX8sXmc4GvA1DFsi7GiVdbV2roFG5vbn/pDW56t+8Xg3fh7dvw7U1/8Nv7f+CcQhvj6n3WzNNQTYtdudjKNhu02/CJHq1rPpxNvETGRYbC2I2mIhwWW8KpcjMvcjKiPswYp2eh3cnvV73hQ8pjFBpb5sOcxXv0bvs3dAP7rKiBwyB4eHjoM/u1L9UuqEx18GUyGt/Nxz0yoSGHSjv0v/YHA3dGzztjoo3ySYrp3iUMPpogTxm3A9HiOlZ0sYJ7WoLDiz3UeQtb6+3ahz3xTLiC43HDNC5VWpZ0/KNA6orVuiEA208J1/S74dULcCe6h1dRNTZee2cLdSf8egkRh1aTgl+1b8uetuyfw3CWi58B0XJQEnftkSWoWq9s5OL2FuSn8XC1cNMdnMUwjjE3LV0akWdjgP6jAR821Z6fyYTUFHugLYw9QAhf4SuBlPb6lqTt+RFSJnYF25G+C0t//wFWM4vK",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},T=void 0,N={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:"eJydV9+T2jYQ/lc8+5RkDD4ubTrxUwkhDTPpQQ08tITJCHsBpbbkSPLdMYz/985KNjbgu+vknlh5f3zaXX27dwTDdhrCFRjUpscNZr1YCqNkmqKCtQ8yR8UMl2KSQAjaMGVGe54mE4PZUnOxm03ni28D8CFnimVoUJG/IwiWIYR0isKQNvjAhT0xe/AhQR0rnpPrSzWFPwquMIHQqAJ90PEeMwbhEcwhRwtDcbGDsvSbOEp+x9jckfRsoDO9/x9p7ZRRmw8yOZDGuV+bmQVqe4foL/CB8ojCkCrL85THNo3Bd036x3YoblKKNb9y0cBbQcoKEe+XBU/Ad5f2q6Dc/raA134NXG7omlQWRSU0HLVFYozim8I4qdJlSrEDZc1gptuICMjwZGEhPe/+Xzx0JM8HfdBU2ubTRsoUmQAf8JFlOUXbslRj6cM9SwvsKkFZUlITjHDbGeSsIB3f90zPDTO6A0bpt/N7ZXzZRMvl5KMnt57rWs+ZkhPXjB2x24/j5bzPau0ItSxUjBe9QGl+sdRP1eLZ/Co06tCdIPtp2p36phE7creVKmMGQkiYwZ4hrdK3hDNiGicd+S7ru107Q1FklIL5crIYgw/zxTT6G3xYjOcLEkfju2E0mdov4xn48GH8aRqNv42+DOfzRvwjmi5nLfnP8eLz9GMj1+4rsfI+/LQYRydXTjp5cuLJkRNrP06ybtalD4XgP4ruq9d1aBOTPdC5FNqV9vZmcM1AI4XMYHLOPG+CN91kMxZGHSqToT6IOJq/+Lq7nkZZVogTzBXGFoF7yj489ui57lD0KursbWRy6FWMfc2Y5/exdOgxL6Zx41G7eNzNB3w0KDSXwk0a2+jPBjs1/VVQ4vUMzV7SdMultpemuRFCcD8Ijq1xUQYUPjg2o6okCkZ1X4+8QqUQAtkYGcu0DIPgyAqzl4qbQxmwnF9dMsJcKjOTyrDUc74sWsXZJnVZr925im9ZkdJb2huT6yt3s1q3eSikCH6lT713QnTdQp+lNh5lzGMi8QiZ94pvPYGYYPKaGM/h9S4BN7gSzGRfWa3cKvW5pCZZU6riwsVdHWGDTKEaFpTq1Zo+02CMmhE7rufC+dA61fvECPVsqZquqbTrz3VraDzF56fjZkS4faA9FBqtUwNX8sXmc4GvA1DFsi7GiVdbV2roFG5vbn/pDW56t+8Xg3fh7dvw7U1/8Nv7f+CcQhvj6n3WzNNQTYtdudjKNhu02/CJHq1rPpxNvETGRYbC2I2mIhwWW8KpcjMvcjKiPswYp2eh3cnvV73hQ8pjFBpb5sOcxXv0bvs3dAP7rKiBwyB4eHjoM/u1L9UuqEx18GUyGt/Nxz0yoSGHSjv0v/YHA3dGzztjoo3ySYrp3iUMPpogTxm3A9HiOlZ0sYJ7WoLDiz3UeQtb6+3ahz3xTLiC43HDNC5VWpZ0/KNA6orVuiEA208J1/S74dULcCe6h1dRNTZee2cLdSf8egkRh1aTgl+1b8uetuyfw3CWi58B0XJQEnftkSWoWq9s5OL2FuSn8XC1cNMdnMUwjjE3LV0akWdjgP6jAR821Z6fyYTUFHugLYw9QAhf4SuBlPb6lqTt+RFSJnYF25G+C0t//wFWM4vK",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"}},y={},S=[{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)(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)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",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)(m(),{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:"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)(g.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)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{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)(x(),{collapsible:!1,name:"id",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)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function E(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/0d905e60.d2a2b1c6.js b/assets/js/0d905e60.d2a2b1c6.js deleted file mode 100644 index 8238ec254..000000000 --- a/assets/js/0d905e60.d2a2b1c6.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[93315],{8510:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>F,frontMatter:()=>b,metadata:()=>v,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),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),f=a.n(g),N=(a(1176),a(12005),a(85162));const b={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:"eJydV0uT2jgQ/iuuPiUpgwc2OYxPSwjZUJUNLI/DLqFSwm5AWVtyJHlmKMr/faslvwDPZCtzouV+fOpufd1zBsMOGsINGNSmxw2mvUgKo2SSoIKtDzJDxQyXYhpDCNowZcZHnsRTg+lac3GYz5arbwPwIWOKpWhQkb8zCJYihHSKwpA2+MCFPTFH8CFGHSmeketrNYU/cq4whtCoHH3Q0RFTBuEZzClDC0NxcYCi8Js4Sn7HyHwh6cVAF3r/P9LWKaM272V8Io1LvzYzK9T2Dou/wAfKIwpDqizLEh7ZNAbfNemf26G4SSjW8sZFA28DCctFdFznPAbfXdovg3L72wLe+hVwuaNrUlkUldBw1BaJMYrvcuOkUpcpxU6UNYOpbiMiIKPawkJ62f2/eOpIng/6pKm0zaedlAkyAT7gE0szirZnicbChweW5NhVgqKgpMa4wH1nkIuCdHw/Mr00zOgOGIXfzu+N8XUTrdfTD57ce65rPWdKTlwzdsRuP46f531eaS9Qy1xFeNULlOaflvq5WryYX4VGnboTZD/NulPfNGJH7vZSpcxACDEz2DOkVfiWcMZM47Qj30V1t1tnKPKUUrBcT1cT8GG5mi3+Bh9Wk+WKxPHky2gxndkvkzn48H7ycbaYfBt/Hi2XjfjHYraet+Q/J6tPsw+NXLkvxdL76ONqsqhdOan25MTakRMrP06ybraFD7ngP/Luq1d1aBOTPdCZFNqVdng3uGWgsUJmML5knjfBm26ymQijTqXJSJ9EtFj+9HV3PY2iKBHHmCmMLAL3lH146tFzPaDoldTZ28n41CsZ+5YxL+9j6dBjXkTjxqN28bibD/hkUGguhZs0ttFfDFY3/U1Q4vUUzVHSdMuktpemuRFC8DAIzq1xUQQUPjg3o6ogCkb1UI28XCUQAtkYGcmkCIPgzHJzlIqbUxGwjN9ccoGZVGYulWGJ53xZtIqzXeKyXrlzFd+zPKG3dDQm0zfu5pVu81BIEfxSn3qvRnTbQp+kNh5lzGMi9giZ94rvPYEYY/yaGM/h9a4BN7hiTGVfWa3MKvW5pCbZUqqi3MXdnGGHTKEa5ZTqzZY+02BcNCN2Us2Fy6FV17tmhGq2lE3XVNr157Y1NJ7j8/q4GRFuH2gPhUarbuBSvtp8rvB1ACpZ1sWoebV1pYZOYXg3fNsb3PWG96u7+/Ddb+HbYf9+OPgHLim0MS7fZ8U8DdW02JWLvWyzQbsNn+nRquaj+dSLZZSnKIzdaErCYZElnDI3yzwjI+rDlHF6Ftqd/H7TGz4kPEKhsWU+ylh0RG/Yv6Mb2GdFDRwGwePjY5/Zr32pDkFpqoPP0/Hky3LSIxMacqi0Q/+uPxi4M3reKRNtlM9STPcuYfDJBFnCuB2IFte5pIsNPNASHF7toc5b2Fpvtz4ciWfCDZzPO6ZxrZKioOMfOVJXbLYNAdh+irmm3w2vXoGr6R5eLcqx8dq7WKg74VdLiDi1mhT8sn1b9rRl/xqGi1z8CoiWg4K464gsRtV6ZWMXt7ciP42Hm4Wb7uAsRlGEmWnp0oi8GAP0Hw34sCv3/FTGpKbYI21h7BFC+ApfCaS017ckbc/PkDBxyNmB9F1Y+vsPYXqLzQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={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:"eJydV0uT2jgQ/iuuPiUpgwc2OYxPSwjZUJUNLI/DLqFSwm5AWVtyJHlmKMr/faslvwDPZCtzouV+fOpufd1zBsMOGsINGNSmxw2mvUgKo2SSoIKtDzJDxQyXYhpDCNowZcZHnsRTg+lac3GYz5arbwPwIWOKpWhQkb8zCJYihHSKwpA2+MCFPTFH8CFGHSmeketrNYU/cq4whtCoHH3Q0RFTBuEZzClDC0NxcYCi8Js4Sn7HyHwh6cVAF3r/P9LWKaM272V8Io1LvzYzK9T2Dou/wAfKIwpDqizLEh7ZNAbfNemf26G4SSjW8sZFA28DCctFdFznPAbfXdovg3L72wLe+hVwuaNrUlkUldBw1BaJMYrvcuOkUpcpxU6UNYOpbiMiIKPawkJ62f2/eOpIng/6pKm0zaedlAkyAT7gE0szirZnicbChweW5NhVgqKgpMa4wH1nkIuCdHw/Mr00zOgOGIXfzu+N8XUTrdfTD57ce65rPWdKTlwzdsRuP46f531eaS9Qy1xFeNULlOaflvq5WryYX4VGnboTZD/NulPfNGJH7vZSpcxACDEz2DOkVfiWcMZM47Qj30V1t1tnKPKUUrBcT1cT8GG5mi3+Bh9Wk+WKxPHky2gxndkvkzn48H7ycbaYfBt/Hi2XjfjHYraet+Q/J6tPsw+NXLkvxdL76ONqsqhdOan25MTakRMrP06ybraFD7ngP/Luq1d1aBOTPdCZFNqVdng3uGWgsUJmML5knjfBm26ymQijTqXJSJ9EtFj+9HV3PY2iKBHHmCmMLAL3lH146tFzPaDoldTZ28n41CsZ+5YxL+9j6dBjXkTjxqN28bibD/hkUGguhZs0ttFfDFY3/U1Q4vUUzVHSdMuktpemuRFC8DAIzq1xUQQUPjg3o6ogCkb1UI28XCUQAtkYGcmkCIPgzHJzlIqbUxGwjN9ccoGZVGYulWGJ53xZtIqzXeKyXrlzFd+zPKG3dDQm0zfu5pVu81BIEfxSn3qvRnTbQp+kNh5lzGMi9giZ94rvPYEYY/yaGM/h9a4BN7hiTGVfWa3MKvW5pCbZUqqi3MXdnGGHTKEa5ZTqzZY+02BcNCN2Us2Fy6FV17tmhGq2lE3XVNr157Y1NJ7j8/q4GRFuH2gPhUarbuBSvtp8rvB1ACpZ1sWoebV1pYZOYXg3fNsb3PWG96u7+/Ddb+HbYf9+OPgHLim0MS7fZ8U8DdW02JWLvWyzQbsNn+nRquaj+dSLZZSnKIzdaErCYZElnDI3yzwjI+rDlHF6Ftqd/H7TGz4kPEKhsWU+ylh0RG/Yv6Mb2GdFDRwGwePjY5/Zr32pDkFpqoPP0/Hky3LSIxMacqi0Q/+uPxi4M3reKRNtlM9STPcuYfDJBFnCuB2IFte5pIsNPNASHF7toc5b2Fpvtz4ciWfCDZzPO6ZxrZKioOMfOVJXbLYNAdh+irmm3w2vXoGr6R5eLcqx8dq7WKg74VdLiDi1mhT8sn1b9rRl/xqGi1z8CoiWg4K464gsRtV6ZWMXt7ciP42Hm4Wb7uAsRlGEmWnp0oi8GAP0Hw34sCv3/FTGpKbYI21h7BFC+ApfCaS017ckbc/PkDBxyNmB9F1Y+vsPYXqLzQ==",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 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)(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)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",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)(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)(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)(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)(f(),{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)(j(),{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 F(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/12356e50.0756c4e0.js b/assets/js/12356e50.b0c4409b.js similarity index 53% rename from assets/js/12356e50.0756c4e0.js rename to assets/js/12356e50.b0c4409b.js index d34ca147c..88a94bc67 100644 --- a/assets/js/12356e50.0756c4e0.js +++ b/assets/js/12356e50.b0c4409b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16619],{98501:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>y,contentTitle:()=>N,default:()=>T,frontMatter:()=>b,metadata:()=>L,toc:()=>F});var a=s(85893),n=s(11151),l=s(58219),r=s.n(l),t=(s(62316),s(51039)),c=s.n(t),d=(s(82723),s(9487)),p=s.n(d),o=s(41429),m=s.n(o),h=s(5397),u=s.n(h),j=s(4667),x=s.n(j),f=s(9472),g=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:"eJydVmFv2zYQ/SvCfWoL2bKzZFj1aV7mYEaDxLMdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPt4dH989sgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/hhCDYpqVaFFTpBoEKxHSEHGSQwxcQAqK2S3EkKPJNFcU9Rik8VvFNeaQWl1hDCbbYskgrcHuFAU0VnOxgaaJ9zmUll8ws3f07600x7jvz7T0YDT2N5nvCHEct0vJ7E+IgfhDYQnJlCp45uhLvhiC191M3BaU6sZFGL9gVhHSBTnU9wgo8gUvkU4jFCdXtBWiXdP5WI7GpbNW81Vl/b+AZVqzHTFjsTTdtBOL5Wi/wmV9O/xX3J0hKAazMxbLztRKygKZgBjwhZWKsq1ZYbCJ4YkVFZ6juWleHdiZRC0RJ3MxrKUumYUUcmaxZwlFlVlmK3MOj6IqidvpaD4f/w4x3Iwmt+5jvrifTv3Xp0n4mtwtxrPZw3Th/l2P7q7Ht7dh5uYeYvhrNLuDZeO3cawtN2CUFMazeDEYnIro/tOxcD4kH97SSlDb/H+PjOdniSy4+Hp2QlTlCnVniguLG9RdhrmwP1+6EwuHpjRmzNJ+3SnH8NLLZI4bFL3QOb2VzHe90LAnDXNMhd9h5F0hWksdGYUZX3PMo9DDTlgWheFSeL9x0nwz7156r/NTg5dot5L8TVWOQ/KPFJKnYVJ3bKNJfFFJ3VpWk/hgEINB/dS6X6ULSIGWWpnJokmTpGaV3UrN7a5JmOInu56hktpOpbasiHwsV7LmbFX4s2zDefWsWVXQaWytVeYk3LTFHpROQIgDftnEsK/oVI5/SGMjoi1iIo+osugdX0cCMcf8fSTXka83el3woa4cS9nXDqUcqM8liWZJVGWVz/tYwwqZRj2qiPHHZXd6TuL3W++C9tIMG3I94lzHgehuAPLa2cG0x60LHVvkXjd7V2idLOi4VUzbH8vXNHfsJDgTXAwuLnvDQe/i42LwMb36Kb286g9/GfwNBzdqTaeh62otu+3dlcF/aKTlfDSdRLnMqhKFdTdMcBCWOQcJzTavFC2iEkvGSZbGj/x6cjZkCxkKg53lI8WyLUYX/QHEQdZEe5okz8/PfeZm+1JvkrDUJLeT6/HdfNyjJeT3qI2v/qo/HPSHNKaksSUTnTTf1/PnrweLLzZRBeOCYrsa69DBj/BEb5P0+Or3WWi88/IIfbyMYSuNpaV1vWIGH3TRNDT8rUJNil0eutIpKOeGvg/m96rKvanDu1m4F95HncRnd9Fe3WLX8S2Ig1z3q+kV9EP5jwn5gRK6ARoyky2ynC6OfU9d+7y9BcU5RDh5EdEe/IpRlqGyHSxdgkfuPH1YQAyr8AwrZU4ozZ7pvcSeIYXP8JlqlG73zjnceA0FE5uKbQjvs9LvX41pvW0=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,L={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/SvCfWoL2bKzZFj1aV7mYEaDxLMdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPt4dH989sgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/hhCDYpqVaFFTpBoEKxHSEHGSQwxcQAqK2S3EkKPJNFcU9Rik8VvFNeaQWl1hDCbbYskgrcHuFAU0VnOxgaaJ9zmUll8ws3f07600x7jvz7T0YDT2N5nvCHEct0vJ7E+IgfhDYQnJlCp45uhLvhiC191M3BaU6sZFGL9gVhHSBTnU9wgo8gUvkU4jFCdXtBWiXdP5WI7GpbNW81Vl/b+AZVqzHTFjsTTdtBOL5Wi/wmV9O/xX3J0hKAazMxbLztRKygKZgBjwhZWKsq1ZYbCJ4YkVFZ6juWleHdiZRC0RJ3MxrKUumYUUcmaxZwlFlVlmK3MOj6IqidvpaD4f/w4x3Iwmt+5jvrifTv3Xp0n4mtwtxrPZw3Th/l2P7q7Ht7dh5uYeYvhrNLuDZeO3cawtN2CUFMazeDEYnIro/tOxcD4kH97SSlDb/H+PjOdniSy4+Hp2QlTlCnVniguLG9RdhrmwP1+6EwuHpjRmzNJ+3SnH8NLLZI4bFL3QOb2VzHe90LAnDXNMhd9h5F0hWksdGYUZX3PMo9DDTlgWheFSeL9x0nwz7156r/NTg5dot5L8TVWOQ/KPFJKnYVJ3bKNJfFFJ3VpWk/hgEINB/dS6X6ULSIGWWpnJokmTpGaV3UrN7a5JmOInu56hktpOpbasiHwsV7LmbFX4s2zDefWsWVXQaWytVeYk3LTFHpROQIgDftnEsK/oVI5/SGMjoi1iIo+osugdX0cCMcf8fSTXka83el3woa4cS9nXDqUcqM8liWZJVGWVz/tYwwqZRj2qiPHHZXd6TuL3W++C9tIMG3I94lzHgehuAPLa2cG0x60LHVvkXjd7V2idLOi4VUzbH8vXNHfsJDgTXAwuLnvDQe/i42LwMb36Kb286g9/GfwNBzdqTaeh62otu+3dlcF/aKTlfDSdRLnMqhKFdTdMcBCWOQcJzTavFC2iEkvGSZbGj/x6cjZkCxkKg53lI8WyLUYX/QHEQdZEe5okz8/PfeZm+1JvkrDUJLeT6/HdfNyjJeT3qI2v/qo/HPSHNKaksSUTnTTf1/PnrweLLzZRBeOCYrsa69DBj/BEb5P0+Or3WWi88/IIfbyMYSuNpaV1vWIGH3TRNDT8rUJNil0eutIpKOeGvg/m96rKvanDu1m4F95HncRnd9Fe3WLX8S2Ig1z3q+kV9EP5jwn5gRK6ARoyky2ynC6OfU9d+7y9BcU5RDh5EdEe/IpRlqGyHSxdgkfuPH1YQAyr8AwrZU4ozZ7pvcSeIYXP8JlqlG73zjnceA0FE5uKbQjvs9LvX41pvW0=",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"}},y={},F=[{value:"Request",id:"request",level:2}];function D(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)(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)(p(),{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)(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)(i.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)(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 T(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16619],{98501:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>P,contentTitle:()=>g,default:()=>w,frontMatter:()=>v,metadata:()=>N,toc:()=>S});var a=s(85893),r=s(11151),n=s(58219),l=s.n(n),t=(s(62316),s(51039)),c=s.n(t),m=(s(82723),s(9487)),o=s.n(m),p=s(41429),d=s.n(p),h=s(5397),u=s.n(h),x=s(4667),j=s.n(x),f=s(9472),b=s.n(f),y=(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:"eJydVmFv2zYQ/SvCfWoL2XLcLMP0aV7mYEaDxLMdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPt4dH989sgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/LiAGxTQr0aKmSDUIViKkIeIkhxi4gBQUs1uIIUeTaa4o6jFI47eKa8whtbrCGEy2xZJBWoPdKQporOZiA00T73MoLb9gZu/o31tpjnHfn2npwWjsbzLfEeI4bpeS2Z8QA/GHwhKSKVXwzNGXfDEEr7uZuC0o1Y2LMH7BrCKkC3Ko7xFQ5AteIp1GKE6uaCtEu6bzsRyNS2et5qvK+n8By7RmO2LGYmm6aScWy9F+hcv6dvivuDtDUAxmZyyWnamVlAUyATHgCysVZVuzwmATwxMrKjxHc9O8OrAziVoiTuZiWEtdMgsp5MxizxKKKrPMVuYcHkVVErfT0Xw+/h1iuBlNbt3HfHE/nfqvT5PwNblbjGezh+nC/bse3V2Pb2/DzM09xPDXaHYHy8Zv41hbbsAoKYxncTgYnIro/tOxcD4kH97SSlDb/H+PjOdniSy4+Hp2QlTlCnVniguLG9RdhrmwV5fuxMKhKY0Zs7Rfd8oxvPQymeMGRS90Tm8l810vNOxJwxxT4XcYeVeI1lJHRmHG1xzzKPSwE5ZFYbgU3m+cNN/Mu5fe6/zU4CXarSR/U5XjkPwjheTpIqk7ttEkvqikbi2rSXwwiMGgfmrdr9IFpEBLrcxk0aRJUrPKbqXmdtckTPGTXc9QSW2nUltWRD6WK1lztir8WbbhvHrWrCroNLbWKnMSbtpiD0onIMQBv2xi2Fd0Ksc/pLER0RYxkUdUWfSOryOBmGP+PpLryNcbvS74UFeOpexrh1IO1OeSRLMkqrLK532sYYVMox5VxPjjsjs9J/H7rXdBe2mGDbkeca7jQHQ3AHnt7GDa49aFji1yr5u9K7ROFnTcKqbtj+Vrmjt2EpwJhoPhZe9i0Bv+sri4Socf04/D/uXVz3/DwY1a02noulrLbnt3ZfAfGmk5H00nUS6zqkRh3Q0THIRlzkFCs80rRYuoxJJxkqXxI7+enA3ZQobCYGf5SLFsi9GwP4A4yJpoT5Pk+fm5z9xsX+pNEpaa5HZyPb6bj3u0hPwetfHV/9S/GPQvaExJY0smOmm+r+fPXw8WX2yiCsYFxXY11qGDH+GJ3ibp8dXvs9B45+UR+ngZw1YaS0vresUMPuiiaWj4W4WaFLs8dKVTUM4NfR/M71WVe1OHd7NwL7yPOonP7qK9usWu41sQB7nuV9Mr6IfyHxPyAyV0AzRkJltkOV0c+5669nl7C4pziHDyIqI9+BWjLENlO1i6BI/cefqwgBhW4RlWypxQmj3Te4k9Qwqf4TPVKN3unXO48RoKJjYV2xDeZ6Xfv4mcvWw=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},g=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/SvCfWoL2XLcLMP0aV7mYEaDxLMdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPt4dH989sgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/LiAGxTQr0aKmSDUIViKkIeIkhxi4gBQUs1uIIUeTaa4o6jFI47eKa8whtbrCGEy2xZJBWoPdKQporOZiA00T73MoLb9gZu/o31tpjnHfn2npwWjsbzLfEeI4bpeS2Z8QA/GHwhKSKVXwzNGXfDEEr7uZuC0o1Y2LMH7BrCKkC3Ko7xFQ5AteIp1GKE6uaCtEu6bzsRyNS2et5qvK+n8By7RmO2LGYmm6aScWy9F+hcv6dvivuDtDUAxmZyyWnamVlAUyATHgCysVZVuzwmATwxMrKjxHc9O8OrAziVoiTuZiWEtdMgsp5MxizxKKKrPMVuYcHkVVErfT0Xw+/h1iuBlNbt3HfHE/nfqvT5PwNblbjGezh+nC/bse3V2Pb2/DzM09xPDXaHYHy8Zv41hbbsAoKYxncTgYnIro/tOxcD4kH97SSlDb/H+PjOdniSy4+Hp2QlTlCnVniguLG9RdhrmwV5fuxMKhKY0Zs7Rfd8oxvPQymeMGRS90Tm8l810vNOxJwxxT4XcYeVeI1lJHRmHG1xzzKPSwE5ZFYbgU3m+cNN/Mu5fe6/zU4CXarSR/U5XjkPwjheTpIqk7ttEkvqikbi2rSXwwiMGgfmrdr9IFpEBLrcxk0aRJUrPKbqXmdtckTPGTXc9QSW2nUltWRD6WK1lztir8WbbhvHrWrCroNLbWKnMSbtpiD0onIMQBv2xi2Fd0Ksc/pLER0RYxkUdUWfSOryOBmGP+PpLryNcbvS74UFeOpexrh1IO1OeSRLMkqrLK532sYYVMox5VxPjjsjs9J/H7rXdBe2mGDbkeca7jQHQ3AHnt7GDa49aFji1yr5u9K7ROFnTcKqbtj+Vrmjt2EpwJhoPhZe9i0Bv+sri4Socf04/D/uXVz3/DwY1a02noulrLbnt3ZfAfGmk5H00nUS6zqkRh3Q0THIRlzkFCs80rRYuoxJJxkqXxI7+enA3ZQobCYGf5SLFsi9GwP4A4yJpoT5Pk+fm5z9xsX+pNEpaa5HZyPb6bj3u0hPwetfHV/9S/GPQvaExJY0smOmm+r+fPXw8WX2yiCsYFxXY11qGDH+GJ3ibp8dXvs9B45+UR+ngZw1YaS0vresUMPuiiaWj4W4WaFLs8dKVTUM4NfR/M71WVe1OHd7NwL7yPOonP7qK9usWu41sQB7nuV9Mr6IfyHxPyAyV0AzRkJltkOV0c+5669nl7C4pziHDyIqI9+BWjLENlO1i6BI/cefqwgBhW4RlWypxQmj3Te4k9Qwqf4TPVKN3unXO48RoKJjYV2xDeZ6Xfv4mcvWw=",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"}},P={},S=[{value:"Request",id:"request",level:2}];function k(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)(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)(o(),{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)(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)(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)(o(),{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:"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)(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 w(e={}){const{wrapper:i}={...(0,r.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/14d19b54.f0a0ec75.js b/assets/js/14d19b54.116d5e7c.js similarity index 99% rename from assets/js/14d19b54.f0a0ec75.js rename to assets/js/14d19b54.116d5e7c.js index 11872bc61..35353ad44 100644 --- a/assets/js/14d19b54.f0a0ec75.js +++ b/assets/js/14d19b54.116d5e7c.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-29T09:53:43.066Z",\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-29T09:53:43.066Z",\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-29T16:23:30.333Z",\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-29T16:23:30.333Z",\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.41e06b83.js b/assets/js/189ef51f.8323498d.js similarity index 99% rename from assets/js/189ef51f.41e06b83.js rename to assets/js/189ef51f.8323498d.js index 83570cf03..c4f89d8ee 100644 --- a/assets/js/189ef51f.41e06b83.js +++ b/assets/js/189ef51f.8323498d.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-29T09:53:42.989Z",\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-29T16:23:30.244Z",\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/1ccd3c84.8e3ba1cb.js b/assets/js/1ccd3c84.36a799d3.js similarity index 75% rename from assets/js/1ccd3c84.8e3ba1cb.js rename to assets/js/1ccd3c84.36a799d3.js index a3401b0e4..bd3b7c774 100644 --- a/assets/js/1ccd3c84.8e3ba1cb.js +++ b/assets/js/1ccd3c84.36a799d3.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9021],{68528:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),c=(a(62316),a(51039)),t=a.n(c),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),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/SscnJIMJcqK3Wl4qvzR1lMncS37UkWHFQlJm5K7zC7WtkbD/97B8kOURXvsmdzqk7wCsA/YB+BpCyRWFuIZZMKpZD0QdqOSQaIVGZ1laGAegi7QCJJaXaYQQ45mhVfeGu2dlWp1/XV6CyEUwogcCQ3H24ISOUIMhdHfMaEv/F8IUvGRoDWEkKJNjCw48IGdwR9OGkwhJuMwBJusMRcQb4E2BYe1ZKRaQVnOK2O0dKrTDVvsx/3McIOsxhvUtsGCjUPgRFERu4miyGTi84y+W/bddq+VlGETrsn+5u89qDPAR0KVTp0ktOcdGCE0ACCsCjMPm0z0gvPm+hkuNEm0Hg6RkQtH1X+1rTBGMGxJmNsurEvCfNJ43KDVziRcx5fv+Bc3PSUN4V5kDvuKXZZPnq3HGVV6K/Me9xCW2uSCIIZUEA6IrdjhmaLtAiy0zlAoNm7r+FJRqnOpCFdouvdKRb8cA2fhWXzrDQ9xonI5P+fpZHp5BiGcX1xcw5y9dPqiw/nF75O7q1vvcnr3h/ep+qCnUJaEobeUqqr/fmv4A1toZauajEejwx74+tc+1T9EH/rZXRG7w58uuWXakDcE5fKFL+0uCf+ZHDPcOZm+guFKZBueH694y5aBIfep0Y8yF4TnrppLHcMW2K6A2i0yT7T/T0uthb1BMnIv004XyfRVfcLtZumzTuVSYvr663MkkQrqzuv+cpU/u6fq539dcvpB7dnuwhg07pkB9OaurfpCWpLJHr+m7emryZXiEhOyfWUVaSqZPyK73nN5o11/uT6OwfMUHzFx7P2zQ5ft8Oh7DT9Oelun7p7CYCKIGboUmcUQHgeJTnGFalDv+wHv+0EtSfKDHd4nGSxSoJeBLTDx9N9pCKmCROe5VoFW/Gh+gdmqLLN6BLwIoR0HB1BYzuRIa81Kq9DWc4DlUgzR/TjadlRSGVWAIh+Dxy+a+0Z8OZNBDGxOOtFZGUfRVjhaayNpU0aikAdZ32ChDV1rQyILqlgeqJFikVUv2YSruShcxq+4JirsQbjrxnbXyWwIYW3PbdwiOlxZf2pLARcrECoNGFnwTi4DhZhi+p4fpsIbPAW8w5VirofGWxXeaCg1s2bOpUpcde9sCwsUBs3EcZVn8+7XU16QVepdo5aJdUJ+j/ox4Y38lmIFebPTpRePIi8yfCrsWra0E6QhRkPy+dO6duZjvRRgPBofD45Gg/Gn29Gn+ORjfHwyPPr16B94QVtVsnqnpmaj+Z4oarVPNZ47U7huohZHZyA+j4R3jlrq7vzr8u0ZMjaPO7m+DFKduBwViVpQs5wRiZczNaKpK9iJs86FZP7b6uS3AxKEkMkElcWO+6QQyRqD8XDECsb3D79vHEUPDw9D4b8darOKalcbXV2eXXyZXgzYhVc8GluhPxkejYZHfMYtnAvVueatw6VfGxA+UlRkQvqd5NFu60Exg/sxhBDv/6Cq4kP9xizO1jxd4hlstwth8c5kZcnHPxwa7ov5rvc9T1Np+fNuxj4B1spLeHdTi8b3wT6GXuyNDFObDvshrPuiG6DkkbFGkfLSbjvnrLp34Gm7i3Dwa64MG49JkmBBHVuWw3uDt/5Bu6h/UNYtYMQDK2LxADF8g28MUhftNvTnW8iEWjmxYvvqWv77DzlIRTU=",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/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/SscnJIMJcqK3Wl4qvzR1lMncS37UkWHFQlJm5K7zC7WtkbD/97B8kOURXvsmdzqk7wCsA/YB+BpCyRWFuIZZMKpZD0QdqOSQaIVGZ1laGAegi7QCJJaXaYQQ45mhVfeGu2dlWp1/XV6CyEUwogcCQ3H24ISOUIMhdHfMaEv/F8IUvGRoDWEkKJNjCw48IGdwR9OGkwhJuMwBJusMRcQb4E2BYe1ZKRaQVnOK2O0dKrTDVvsx/3McIOsxhvUtsGCjUPgRFERu4miyGTi84y+W/bddq+VlGETrsn+5u89qDPAR0KVTp0ktOcdGCE0ACCsCjMPm0z0gvPm+hkuNEm0Hg6RkQtH1X+1rTBGMGxJmNsurEvCfNJ43KDVziRcx5fv+Bc3PSUN4V5kDvuKXZZPnq3HGVV6K/Me9xCW2uSCIIZUEA6IrdjhmaLtAiy0zlAoNm7r+FJRqnOpCFdouvdKRb8cA2fhWXzrDQ9xonI5P+fpZHp5BiGcX1xcw5y9dPqiw/nF75O7q1vvcnr3h/ep+qCnUJaEobeUqqr/fmv4A1toZauajEejwx74+tc+1T9EH/rZXRG7w58uuWXakDcE5fKFL+0uCf+ZHDPcOZm+guFKZBueH694y5aBIfep0Y8yF4TnrppLHcMW2K6A2i0yT7T/T0uthb1BMnIv004XyfRVfcLtZumzTuVSYvr663MkkQrqzuv+cpU/u6fq539dcvpB7dnuwhg07pkB9OaurfpCWpLJHr+m7emryZXiEhOyfWUVaSqZPyK73nN5o11/uT6OwfMUHzFx7P2zQ5ft8Oh7DT9Oelun7p7CYCKIGboUmcUQHgeJTnGFalDv+wHv+0EtSfKDHd4nGSxSoJeBLTDx9N9pCKmCROe5VoFW/Gh+gdmqLLN6BLwIoR0HB1BYzuRIa81Kq9DWc4DlUgzR/TjadlRSGVWAIh+Dxy+a+0Z8OZNBDGxOOtFZGUfRVjhaayNpU0aikAdZ32ChDV1rQyILqlgeqJFikVUv2YSruShcxq+4JirsQbjrxnbXyWwIYW3PbdwiOlxZf2pLARcrECoNGFnwTi4DhZhi+p4fpsIbPAW8w5VirofGWxXeaCg1s2bOpUpcde9sCwsUBs3EcZVn8+7XU16QVepdo5aJdUJ+j/ox4Y38lmIFebPTpRePIi8yfCrsWra0E6QhRkPy+dO6duZjvRRgPBofD45Gg/Gn29Gn+ORjfHwyPPr16B94QVtVsnqnpmaj+Z4oarVPNZ47U7huohZHZyA+j4R3jlrq7vzr8u0ZMjaPO7m+DFKduBwViVpQs5wRiZczNaKpK9iJs86FZP7b6uS3AxKEkMkElcWO+6QQyRqD8XDECsb3D79vHEUPDw9D4b8darOKalcbXV2eXXyZXgzYhVc8GluhPxkejYZHfMYtnAvVueatw6VfGxA+UlRkQvqd5NFu60Exg/sxhBDv/6Cq4kP9xizO1jxd4hlstwth8c5kZcnHPxwa7ov5rvc9T1Np+fNuxj4B1spLeHdTi8b3wT6GXuyNDFObDvshrPuiG6DkkbFGkfLSbjvnrLp34Gm7i3Dwa64MG49JkmBBHVuWw3uDt/5Bu6h/UNYtYMQDK2LxADF8g28MUhftNvTnW8iEWjmxYvvqWv77DzlIRTU=",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"}},q={},_=[{value:"Request",id:"request",level:2}];function D(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)(t(),{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)(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)(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)(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-29T09:53:45.350Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:45.350Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:45.350Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "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)(D,{...e})}):D(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:()=>q,contentTitle:()=>b,default:()=>w,frontMatter:()=>N,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)),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),f=a.n(g),y=(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:"eJzlV0tz4zYM/isanHZ3ZMtx0sxWpzqPtpnuI42TS70+0BJscyuRWhJM4vHov3dAPSzHSiaZ2VtzcmgA/AB+AD5vgcTKQjyDTDiVrAfCblQySLQio7MMDcxD0AUaQVKrqxRiyNGs8JO3RntnpVpdf53eQgiFMCJHQsPxtqBEjhBDYfR3TOgL/xeCVHwkaA0hpGgTIwsOfGBn8IeTBlOIyTgMwSZrzAXEW6BNwWEtGalWUJbzyhgtnel0wxb7cT8z3CCr8Qa1bbBg4xA4UVTEbqIoMpn4PKPvln233WslZdiEa7K/+XsP6gzwkVClUycJ7UUHRggNAAirwszDJhO94Ly5foYLTRKth0Nk5MJR9V9tK4wRDFsS5rYL64ownzQeN2i1MwnX8eU7/sVNT0lDuBeZw75il+WTZ+txRpXeyrzHPYSlNrkgiCEVhANiK3Z4pmi7AAutMxSKjds6vlSU6lwqwhWa7r1S0ekJcBaexbfe8BAnKpfzc55NplfnEMLF5eU1zNlLpy86XFz+Prn7dOtdzu7+8D5VH/QUypIw9JZSVfXfbw1/YAutbFWT8Wh02ANf/9qn+ofoQz+7K2J3+NMlt0wb8oagXL7wpd0l4T+TY4Y7J9NXMFyJbMPz4xVv2TIw5D41+lHmgvDCVXOpY9gC2xVQu0Xmifb/aam1sDdIRu5l2ukimb6qT7jdLH3WqVxKTF9/fY4kUkHded1frvJn91T9/K9LTj+oPdtdGIPGPTOA3ty1VV9ISzLZ49e0PX01uVJcYkK2r6wiTSXzR2TXey5vtOsv1/EYPE/xERPH3j87dNkOj77X8OOkt3Xq7ikMJoKYoUuRWQzhcZDoFFeoBvW+H/C+H9SSJD/Y4X2SwSIFehnYAhNP/52GkCpIdJ5rFWjFj+YXmK3KMqtHwIsQ2nFwAIXlTI601qy0Cm09B1guxRDdj6NtRyWVUQUo8jF4/KK5b8SXMxnEwOakE52VcRRthaO1NpI2ZSQKeZD1DRba0LU2JLKgiuWBGikWWfWSTbiai8Jl/IprosIehLtubHedzIYQ1vbcxi2iw5X1p7YUcLECodKAkQXv5DJQiCmm7/lhKrzBU8A7XCnmemi8VeGNhlIza+ZcqsRV9862sEBh0EwcV3k273495QVZpd41aplYJ+T3qB8T3shvKVaQNztdevko8iLDp8KuZUs7QRpiNCSfP61rZz7WSwHGo/HJ4Gg0GP96e3Qaj4/j4/Hw5PTjP/CCtqpk9U5NzUbzPVHUap9qPHemcN1ELY7OQHweCe8ctdTd+dfl2zNkbB53cn0VpDpxOSoStaBmOSMSL2dqRFNXsBNnnQvJ/LfVyW8HJAghkwkqix33SSGSNQbj4YgVjO8fft84ih4eHobCfzvUZhXVrjb6dHV++WV6OWAXXvFobIX+l+HRaHjEZ9zCuVCda946XPq1AeEjRUUmpN9JHu22HhQzuB9DCPH+D6oqPtRvzOJszdMlnsF2uxAW70xWlnz8w6Hhvpjvet/zNJWWP+9m7BNgrbyEdze1aHwf7GPoxd7IMLXpsB/Cui+6AUoeGWsUKS/ttnPOq3sHnra7CAe/5sqw8ZgkCRbUsWU5vDd46x+0i/oHZd0CRjywIhYPEMM3+MYgddFuQ3++hUyolRMrtq+u5b//ADJMRTM=",sidebar_class_name:"post 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/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:"eJzlV0tz4zYM/isanHZ3ZMtx0sxWpzqPtpnuI42TS70+0BJscyuRWhJM4vHov3dAPSzHSiaZ2VtzcmgA/AB+AD5vgcTKQjyDTDiVrAfCblQySLQio7MMDcxD0AUaQVKrqxRiyNGs8JO3RntnpVpdf53eQgiFMCJHQsPxtqBEjhBDYfR3TOgL/xeCVHwkaA0hpGgTIwsOfGBn8IeTBlOIyTgMwSZrzAXEW6BNwWEtGalWUJbzyhgtnel0wxb7cT8z3CCr8Qa1bbBg4xA4UVTEbqIoMpn4PKPvln233WslZdiEa7K/+XsP6gzwkVClUycJ7UUHRggNAAirwszDJhO94Ly5foYLTRKth0Nk5MJR9V9tK4wRDFsS5rYL64ownzQeN2i1MwnX8eU7/sVNT0lDuBeZw75il+WTZ+txRpXeyrzHPYSlNrkgiCEVhANiK3Z4pmi7AAutMxSKjds6vlSU6lwqwhWa7r1S0ekJcBaexbfe8BAnKpfzc55NplfnEMLF5eU1zNlLpy86XFz+Prn7dOtdzu7+8D5VH/QUypIw9JZSVfXfbw1/YAutbFWT8Wh02ANf/9qn+ofoQz+7K2J3+NMlt0wb8oagXL7wpd0l4T+TY4Y7J9NXMFyJbMPz4xVv2TIw5D41+lHmgvDCVXOpY9gC2xVQu0Xmifb/aam1sDdIRu5l2ukimb6qT7jdLH3WqVxKTF9/fY4kUkHded1frvJn91T9/K9LTj+oPdtdGIPGPTOA3ty1VV9ISzLZ49e0PX01uVJcYkK2r6wiTSXzR2TXey5vtOsv1/EYPE/xERPH3j87dNkOj77X8OOkt3Xq7ikMJoKYoUuRWQzhcZDoFFeoBvW+H/C+H9SSJD/Y4X2SwSIFehnYAhNP/52GkCpIdJ5rFWjFj+YXmK3KMqtHwIsQ2nFwAIXlTI601qy0Cm09B1guxRDdj6NtRyWVUQUo8jF4/KK5b8SXMxnEwOakE52VcRRthaO1NpI2ZSQKeZD1DRba0LU2JLKgiuWBGikWWfWSTbiai8Jl/IprosIehLtubHedzIYQ1vbcxi2iw5X1p7YUcLECodKAkQXv5DJQiCmm7/lhKrzBU8A7XCnmemi8VeGNhlIza+ZcqsRV9862sEBh0EwcV3k273495QVZpd41aplYJ+T3qB8T3shvKVaQNztdevko8iLDp8KuZUs7QRpiNCSfP61rZz7WSwHGo/HJ4Gg0GP96e3Qaj4/j4/Hw5PTjP/CCtqpk9U5NzUbzPVHUap9qPHemcN1ELY7OQHweCe8ctdTd+dfl2zNkbB53cn0VpDpxOSoStaBmOSMSL2dqRFNXsBNnnQvJ/LfVyW8HJAghkwkqix33SSGSNQbj4YgVjO8fft84ih4eHobCfzvUZhXVrjb6dHV++WV6OWAXXvFobIX+l+HRaHjEZ9zCuVCda946XPq1AeEjRUUmpN9JHu22HhQzuB9DCPH+D6oqPtRvzOJszdMlnsF2uxAW70xWlnz8w6Hhvpjvet/zNJWWP+9m7BNgrbyEdze1aHwf7GPoxd7IMLXpsB/Cui+6AUoeGWsUKS/ttnPOq3sHnra7CAe/5sqw8ZgkCRbUsWU5vDd46x+0i/oHZd0CRjywIhYPEMM3+MYgddFuQ3++hUyolRMrtq+u5b//ADJMRTM=",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"}},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:"/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)(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)(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)(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-29T16:23:32.632Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:32.632Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:32.632Z",\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 diff --git a/assets/js/219e4260.204655b8.js b/assets/js/219e4260.04f57aa0.js similarity index 98% rename from assets/js/219e4260.204655b8.js rename to assets/js/219e4260.04f57aa0.js index 987c2617e..6c24f1a42 100644 --- a/assets/js/219e4260.204655b8.js +++ b/assets/js/219e4260.04f57aa0.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-29T09:53:45.211Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.211Z",\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-29T16:23:32.499Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.499Z",\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.3e3ac4f5.js b/assets/js/22c2f671.3e3ac4f5.js new file mode 100644 index 000000000..ddb4512b3 --- /dev/null +++ b/assets/js/22c2f671.3e3ac4f5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9890],{49423:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>S,default:()=>b,frontMatter:()=>v,metadata:()=>N,toc:()=>T});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),o=(a(82723),a(9487)),m=a.n(o),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:"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+5RkDL4jaTr1U8mFNMykBzXw0BKmI+wFlNqSI8l3xzD+3zsr+Rfgu7snVl7tfrv69K3uBIbtNYRrMKjNgBvMBkwfRTyIpTBKpikq2Pggc1TMcCmmCYSgDVMmktJMDWYrzcV+PlsswYecKZahQUUhTyBYhhBCruQPjM09WT5wQUvMHMCHBHWseE6Br/wU/iy4wgRCowr0QccHzBiEJzDHHC0KxcUeynLjnFGbTzI5ksd5XAt3idrCjf4CH6g4FIZcWZ6nPLa1BT80+Z+6qbhJKdfiKkQLbw0pK0R8WBU8Ad8V7VdJuf1tAW/8GrjcUpnULkV9NRy1RWKM4tvCOKvyZUqxI3XNYKa7iAjIuNlhIb0c/j889jTPB33UBrPOp62UKTIBPuATy3LKtmOpxtKHB5YW2HcEZUlNTTDCXW+SswPp+X5gemGY0T0wSr/b36vNlyRaraafPbnzcqZQGM9tpSCOjD25u6R9ve/z2jtCLQsV4wUXqM2vHvVzZ/FifxUadexvkP006299S8Se3u2kypiBEBJmcGDIq/StFtwxjdOefpd1bdfBUBQZtWCxmi4n4MNiOYv+Bh+WEysOi7vJ/TiazuyXyRx8+DT5Mosm/959Gy8WrflHNFvNO/afk+XX2efWrsNXZhV9/GU5iZpQzmoiObMJ5Mw6jrNsmE3pQyH4z6K/9PocusJkF3QuhXZHO7q5vVagO4XMYHKuPO+Cd/1iMxFGHastYxLjaPHq7e67GmVZIU4wVxhbBO4q+/A0oOu6RzGopHOwlclxUCn2tWKe12Pl0GOektJ4xBaP7olVDINCcyncALA8fzFXw/mrnCTrGZqDpImTS21rprERQvAwCk6daVEGVXqN6qEePoVKIQRyMzKWaRkGwYkV5iAVN8cyYDm/KivCXCozl8qw1HOxLEDF2TZ1fa7DuTPesSKl23MwJtdX4ea1b3s1yBH8yp/Y1iC6Js1XqY1HTfKYSDxC5r3hO08gJpi8JY1zeL1LwC2uBDM5VNYrt05DLokWG2pVXLi86xNskSlU44K6u950Py+Ina70rlNDtaogS2IrStYJiHU0TaN2Lk/qYXI+6RqWNDJSD6SKqS0/HKk3nUnz3BBoltu54h4R3UnSejWsr+yLZ8wFvh5AlTS7HI0Yd0pqNRhGN6MPg9ubwei35e3HcPQ+fD8afvj46z9wrrvt5qrTtVy1+tSRZC52sishXSY/Q/OaNuP51EtkXGQojH0GVSrFYqtSVW8WRU6biMoZ43SztFv5/YpePqQ8RqGxs32cs/iA3mh4QxXYm0nMCYPg8fFxyOzXoVT7oNqqg2/Tu8n9YjKgLTQZUWmH/pfh7c3w1g5uqU3GRBflc7rU//4w+GSCPGXcDlEL61RpzBoeRuBDePF2pWgbHw4kR+EaTqct07hSaVnS8s8CiQbrTSsalkAJ1/S7Vd8LOM1QgDdRNVzeeueZexHXbxVx7NAS/Iqw3QAlac0BWYKqQ+k7l3ewpDhthKsncenXO8ZxjLnp+NIQO1Pq6j+BbfUSz2RCboo90juJPUII3+E7gZS2fKssdv0EKRP7gu3J36Wlv/8BsfRJxQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},S=void 0,N={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+5RkDL4jaTr1U8mFNMykBzXw0BKmI+wFlNqSI8l3xzD+3zsr+Rfgu7snVl7tfrv69K3uBIbtNYRrMKjNgBvMBkwfRTyIpTBKpikq2Pggc1TMcCmmCYSgDVMmktJMDWYrzcV+PlsswYecKZahQUUhTyBYhhBCruQPjM09WT5wQUvMHMCHBHWseE6Br/wU/iy4wgRCowr0QccHzBiEJzDHHC0KxcUeynLjnFGbTzI5ksd5XAt3idrCjf4CH6g4FIZcWZ6nPLa1BT80+Z+6qbhJKdfiKkQLbw0pK0R8WBU8Ad8V7VdJuf1tAW/8GrjcUpnULkV9NRy1RWKM4tvCOKvyZUqxI3XNYKa7iAjIuNlhIb0c/j889jTPB33UBrPOp62UKTIBPuATy3LKtmOpxtKHB5YW2HcEZUlNTTDCXW+SswPp+X5gemGY0T0wSr/b36vNlyRaraafPbnzcqZQGM9tpSCOjD25u6R9ve/z2jtCLQsV4wUXqM2vHvVzZ/FifxUadexvkP006299S8Se3u2kypiBEBJmcGDIq/StFtwxjdOefpd1bdfBUBQZtWCxmi4n4MNiOYv+Bh+WEysOi7vJ/TiazuyXyRx8+DT5Mosm/959Gy8WrflHNFvNO/afk+XX2efWrsNXZhV9/GU5iZpQzmoiObMJ5Mw6jrNsmE3pQyH4z6K/9PocusJkF3QuhXZHO7q5vVagO4XMYHKuPO+Cd/1iMxFGHastYxLjaPHq7e67GmVZIU4wVxhbBO4q+/A0oOu6RzGopHOwlclxUCn2tWKe12Pl0GOektJ4xBaP7olVDINCcyncALA8fzFXw/mrnCTrGZqDpImTS21rprERQvAwCk6daVEGVXqN6qEePoVKIQRyMzKWaRkGwYkV5iAVN8cyYDm/KivCXCozl8qw1HOxLEDF2TZ1fa7DuTPesSKl23MwJtdX4ea1b3s1yBH8yp/Y1iC6Js1XqY1HTfKYSDxC5r3hO08gJpi8JY1zeL1LwC2uBDM5VNYrt05DLokWG2pVXLi86xNskSlU44K6u950Py+Ina70rlNDtaogS2IrStYJiHU0TaN2Lk/qYXI+6RqWNDJSD6SKqS0/HKk3nUnz3BBoltu54h4R3UnSejWsr+yLZ8wFvh5AlTS7HI0Yd0pqNRhGN6MPg9ubwei35e3HcPQ+fD8afvj46z9wrrvt5qrTtVy1+tSRZC52sishXSY/Q/OaNuP51EtkXGQojH0GVSrFYqtSVW8WRU6biMoZ43SztFv5/YpePqQ8RqGxs32cs/iA3mh4QxXYm0nMCYPg8fFxyOzXoVT7oNqqg2/Tu8n9YjKgLTQZUWmH/pfh7c3w1g5uqU3GRBflc7rU//4w+GSCPGXcDlEL61RpzBoeRuBDePF2pWgbHw4kR+EaTqct07hSaVnS8s8CiQbrTSsalkAJ1/S7Vd8LOM1QgDdRNVzeeueZexHXbxVx7NAS/Iqw3QAlac0BWYKqQ+k7l3ewpDhthKsncenXO8ZxjLnp+NIQO1Pq6j+BbfUSz2RCboo90juJPUII3+E7gZS2fKssdv0EKRP7gu3J36Wlv/8BsfRJxQ==",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"}},q={},T=[{value:"Request",id:"request",level:2}];function R(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)(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:"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)(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)(u(),{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)(R,{...e})}):R(e)}}}]); \ No newline at end of file diff --git a/assets/js/22c2f671.7dbe5218.js b/assets/js/22c2f671.7dbe5218.js deleted file mode 100644 index ef4939f18..000000000 --- a/assets/js/22c2f671.7dbe5218.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9890],{49423:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>E,default:()=>R,frontMatter:()=>v,metadata:()=>S,toc:()=>b});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),o=(a(82723),a(9487)),c=a.n(o),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),g=a(9472),f=a.n(g),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:"eJyFV99z2jgQ/lc8+9R2DE64dqb109GUXpnpFc7Awx1lboS9gHq25EhyEobx/36zkn8BTpInVl7tfrv69K1yAsP2GsI1GNRmwA1mA6aPIh7EUhgl0xQVbHyQOSpmuBTTBELQhikTSWmmBrOV5mI/ny2W4EPOFMvQoKKQJxAsQwghV/IXxuYHWT5wQUvMHMCHBHWseE6Br/wU3hdcYQKhUQX6oOMDZgzCE5hjjhaF4mIPZblxzqjNZ5kcyeM8roW7RG3hRn+BD1QcCkOuLM9THtvagl+a/E/dVNyklGtxFaKFt4aUFSI+rAqegO+K9quk3P62gDd+DVxuqUxql6K+Go7aIjFG8W1hnFX5MqXYkbpmMNNdRARk3OywkF4O/x8ee5rngz5qg1nn01bKFJkAH/CJZTll27FUY+nDA0sL7DuCsqSmJhjhrjfJ2YH0fD8wvTDM6B4Ypd/t79XmSxKtVtMvntx5OVMojOe2UhBHxp7cXdK+3vd57R2hloWK8YIL1OZXj/q5s3ixvwqNOvY3yH6a9be+JWJP73ZSZcxACAkzODDkVfpWC+6YxmlPv8u6tutgKIqMWrBYTZcT8GGxnEV/gw/LiRWHxd3kxziazuyXyRx8+Dz5Oosm/959Hy8WrflHNFvNO/afk+W32ZfWrsNXZhV9/HU5iZpQzmoiObMJ5Mw6jrNsmE3pQyH4fdFfen0OXWGyCzqXQrujHd3cXivQnUJmMDlXnnfBu36xmQijjtWWMYlxtHj1dvddjbKsECeYK4wtAneVfXga0HXdoxhU0jnYyuQ4qBT7WjHP67Fy6DFPSWk8YotH98QqhkGhuRRuAFiev5ir4fxVTpL1DM1B0sTJpbY109gIIXgYBafOtCiDKr1G9VAPn0KlEAK5GRnLtAyD4MQKc5CKm2MZsJxflRVhLpWZS2VY6rlYFqDibJu6Ptfh3BnvWJHS7TkYk+urcPPat70a5Ah+5U9saxBdk+ab1MajJnlMJB4h897wnScQE0zeksY5vN4l4BZXgpkcKuuVW6chl0SLDbUqLlze9Qm2yBSqcUHdXW+6nxfETld616mhWlWQJbEVJesExDqaplE7lyf1MDmfdA1LGhmpB1LF1JYfjtSbzqR5bgg0y+1ccY+I7iRpvRrWV/bFM+YCXw+gSppdjkaMOyW1Ggyjm9H7we3NYPRpefMp/PBb+P7D8Pbj7T9wrrvt5qrTtVy1+tSRZC52sishXSY/Q/OaNuP51EtkXGQojH0GVSrFYqtSVW8WRU6biMoZ43SztFv5/YpePqQ8RqGxs32cs/iA3mh4QxXYm0nMCYPg8fFxyOzXoVT7oNqqg+/Tu8mPxWRAW2gyotIO/Yfh7c3w1g5uqU3GRBflc7rU//4w+GSCPGXcDlEL61RpzBoeRuBDePF2pWgbHw4kR+EaTqct07hSaVnS8n2BRIP1phUNS6CEa/rdqu8FnGYowJuoGi5vvfPMvYjrt4o4dmgJfkXYboCStOaALEHVofSdyztYUpw2wtWTuPTrHeM4xtx0fGmInSl19Z/AtnqJZzIhN8Ue6Z3EHiGEn/CTQEpbvlUWu36ClIl9wfbk79LS3/+4XknH",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},E=void 0,S={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:"eJyFV99z2jgQ/lc8+9R2DE64dqb109GUXpnpFc7Awx1lboS9gHq25EhyEobx/36zkn8BTpInVl7tfrv69K1yAsP2GsI1GNRmwA1mA6aPIh7EUhgl0xQVbHyQOSpmuBTTBELQhikTSWmmBrOV5mI/ny2W4EPOFMvQoKKQJxAsQwghV/IXxuYHWT5wQUvMHMCHBHWseE6Br/wU3hdcYQKhUQX6oOMDZgzCE5hjjhaF4mIPZblxzqjNZ5kcyeM8roW7RG3hRn+BD1QcCkOuLM9THtvagl+a/E/dVNyklGtxFaKFt4aUFSI+rAqegO+K9quk3P62gDd+DVxuqUxql6K+Go7aIjFG8W1hnFX5MqXYkbpmMNNdRARk3OywkF4O/x8ee5rngz5qg1nn01bKFJkAH/CJZTll27FUY+nDA0sL7DuCsqSmJhjhrjfJ2YH0fD8wvTDM6B4Ypd/t79XmSxKtVtMvntx5OVMojOe2UhBHxp7cXdK+3vd57R2hloWK8YIL1OZXj/q5s3ixvwqNOvY3yH6a9be+JWJP73ZSZcxACAkzODDkVfpWC+6YxmlPv8u6tutgKIqMWrBYTZcT8GGxnEV/gw/LiRWHxd3kxziazuyXyRx8+Dz5Oosm/959Hy8WrflHNFvNO/afk+W32ZfWrsNXZhV9/HU5iZpQzmoiObMJ5Mw6jrNsmE3pQyH4fdFfen0OXWGyCzqXQrujHd3cXivQnUJmMDlXnnfBu36xmQijjtWWMYlxtHj1dvddjbKsECeYK4wtAneVfXga0HXdoxhU0jnYyuQ4qBT7WjHP67Fy6DFPSWk8YotH98QqhkGhuRRuAFiev5ir4fxVTpL1DM1B0sTJpbY109gIIXgYBafOtCiDKr1G9VAPn0KlEAK5GRnLtAyD4MQKc5CKm2MZsJxflRVhLpWZS2VY6rlYFqDibJu6Ptfh3BnvWJHS7TkYk+urcPPat70a5Ah+5U9saxBdk+ab1MajJnlMJB4h897wnScQE0zeksY5vN4l4BZXgpkcKuuVW6chl0SLDbUqLlze9Qm2yBSqcUHdXW+6nxfETld616mhWlWQJbEVJesExDqaplE7lyf1MDmfdA1LGhmpB1LF1JYfjtSbzqR5bgg0y+1ccY+I7iRpvRrWV/bFM+YCXw+gSppdjkaMOyW1Ggyjm9H7we3NYPRpefMp/PBb+P7D8Pbj7T9wrrvt5qrTtVy1+tSRZC52sishXSY/Q/OaNuP51EtkXGQojH0GVSrFYqtSVW8WRU6biMoZ43SztFv5/YpePqQ8RqGxs32cs/iA3mh4QxXYm0nMCYPg8fFxyOzXoVT7oNqqg+/Tu8mPxWRAW2gyotIO/Yfh7c3w1g5uqU3GRBflc7rU//4w+GSCPGXcDlEL61RpzBoeRuBDePF2pWgbHw4kR+EaTqct07hSaVnS8n2BRIP1phUNS6CEa/rdqu8FnGYowJuoGi5vvfPMvYjrt4o4dmgJfkXYboCStOaALEHVofSdyztYUpw2wtWTuPTrHeM4xtx0fGmInSl19Z/AtnqJZzIhN8Ue6Z3EHiGEn/CTQEpbvlUWu36ClIl9wfbk79LS3/+4XknH",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"}},q={},b=[{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)(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)(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)(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)(c(),{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)(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 R(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/24cb5394.ddf64b68.js b/assets/js/24cb5394.3337d123.js similarity index 53% rename from assets/js/24cb5394.ddf64b68.js rename to assets/js/24cb5394.3337d123.js index 66afb6e32..24f0b4424 100644 --- a/assets/js/24cb5394.ddf64b68.js +++ b/assets/js/24cb5394.3337d123.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[37354],{44833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>N,default:()=>R,frontMatter:()=>y,metadata:()=>b,toc:()=>q});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),c=a.n(n),d=(a(82723),a(9487)),p=a.n(d),m=a(41429),o=a.n(m),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),v=a(9472),g=a.n(v),f=(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/RVhTm1BW7Y3XSA6rZt4dwMEbZrEl3WNgpbGNrsSqZJUHEPQvy+GpGzZVtvNKaaGM48z7z2yBss3BpIF5LyS6XaQKmm1ynPUsGSgStTcCiXvMkjAWK7tvYubGyE3D5+enr+OgUHJNS/QoqZMNUheICRQavUNU/uRfjEQkpa43QKDDE2qRUmJL+I0fq+ExgwSqytkYNItFhySGuy+RIdCC7mBpln6YDT2g8r2FHGa94ngRv5cUYiMVhTKgI6J0tImXpa5SN0p42+GdtbdosLm2CbzZ3/8fAJz4c/LfHueRYHUuQBWreho1CJNvbQCjatprRaryvpfIZZrzQmbsFiYbu07i8X0sMOV/3n6f3Hf0zAGZm8sFp1PK6Vy5BIY4CsvSqq25rnBhsELzyvsa3vTnA2wp1Chsp69DFBWBXXsdvbndH7/DAxuZx/mf8GyYYE1Pck06kr2gG4/fVr3lTrlwnx+dxupdZShoam1rLAq8tmb7vh6sq2VLriFBDJucWApqvGtOOWrWzClksZPYjIaXxLzRiO3mJ3S8F387tfMe/rl6EXW20NZFSvUnU9CWtyg7h5NSPv7lT+Wn3GpMXVAPSkYvA5SleEG5SDIaUByGgS9mzOJ9KjRtI1fKx2ZElOxFphFwQEcDS1KI5T0TuKI/NOyB6KelSd3KNBuFRlXqYzrFLlPAvHLOK47ptPEHhRJGPVL62KVziEBCrQqVXmTxHHNK7tVWth9E/NSXJzxEUul7YPSlueRz+UAasFXuZ9Pm86zYs2rnFq/tbY0F+ke2tijcCgQWIgn1RwQXdLsb2VsRE2KuMwiQha9EetIImaYvSU1eLzROeAjrgwLNdQuqnRBQ6GIIUtqVVr5uosaVsg16mlF/V0s6TM56ePRnWetvZx632HEB6G1FhUYdxyuZ/LyvEeHjd5yOs5yYGUICDbib5WDcXQqH/UPk9HkajAeDSbXz6Pr5P1vydVkeD0Z/0NSEnKtuvrsDv0HjGg7PH24izKVVgVK6y6cYAE8dRYQED9VJW2iqRdcEAmNX/njYhIMcpGiNNjZPi15usVoMhwBCyQmuiRxvNvthtx9HSq9icNWE9/f3cw+Ps0GtIWcH7Xx6N8Px2O/RgoquOyi/F967r8oLL7auMy5cMbrMNZBnQt4oRdFcvooCAJdMtiSlJMF1PWKG5zrvGlo+XuFmqi4PMrNsSsThv4/WtgZoIMBw5vHYORvo9PavZjbK1vuOw4ELLC5m6AhlW6RZ2S/B77f+LqDZ8pzzHDxFmlYu2OapljaTixdGCcuR88xYLAKj6EgCM13RH6+gwS+wBcCqdzxnR259RpyLjcV31C8L0t//wGOKXfk",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,b={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:"eJyNVsFu2zgQ/RVhTm1BW7Y3XSA6rZt4dwMEbZrEl3WNgpbGNrsSqZJUHEPQvy+GpGzZVtvNKaaGM48z7z2yBss3BpIF5LyS6XaQKmm1ynPUsGSgStTcCiXvMkjAWK7tvYubGyE3D5+enr+OgUHJNS/QoqZMNUheICRQavUNU/uRfjEQkpa43QKDDE2qRUmJL+I0fq+ExgwSqytkYNItFhySGuy+RIdCC7mBpln6YDT2g8r2FHGa94ngRv5cUYiMVhTKgI6J0tImXpa5SN0p42+GdtbdosLm2CbzZ3/8fAJz4c/LfHueRYHUuQBWreho1CJNvbQCjatprRaryvpfIZZrzQmbsFiYbu07i8X0sMOV/3n6f3Hf0zAGZm8sFp1PK6Vy5BIY4CsvSqq25rnBhsELzyvsa3vTnA2wp1Chsp69DFBWBXXsdvbndH7/DAxuZx/mf8GyYYE1Pck06kr2gG4/fVr3lTrlwnx+dxupdZShoam1rLAq8tmb7vh6sq2VLriFBDJucWApqvGtOOWrWzClksZPYjIaXxLzRiO3mJ3S8F387tfMe/rl6EXW20NZFSvUnU9CWtyg7h5NSPv7lT+Wn3GpMXVAPSkYvA5SleEG5SDIaUByGgS9mzOJ9KjRtI1fKx2ZElOxFphFwQEcDS1KI5T0TuKI/NOyB6KelSd3KNBuFRlXqYzrFLlPAvHLOK47ptPEHhRJGPVL62KVziEBCrQqVXmTxHHNK7tVWth9E/NSXJzxEUul7YPSlueRz+UAasFXuZ9Pm86zYs2rnFq/tbY0F+ke2tijcCgQWIgn1RwQXdLsb2VsRE2KuMwiQha9EetIImaYvSU1eLzROeAjrgwLNdQuqnRBQ6GIIUtqVVr5uosaVsg16mlF/V0s6TM56ePRnWetvZx632HEB6G1FhUYdxyuZ/LyvEeHjd5yOs5yYGUICDbib5WDcXQqH/UPk9HkajAeDSbXz6Pr5P1vydVkeD0Z/0NSEnKtuvrsDv0HjGg7PH24izKVVgVK6y6cYAE8dRYQED9VJW2iqRdcEAmNX/njYhIMcpGiNNjZPi15usVoMhwBCyQmuiRxvNvthtx9HSq9icNWE9/f3cw+Ps0GtIWcH7Xx6N8Px2O/RgoquOyi/F967r8oLL7auMy5cMbrMNZBnQt4oRdFcvooCAJdMtiSlJMF1PWKG5zrvGlo+XuFmqi4PMrNsSsThv4/WtgZoIMBw5vHYORvo9PavZjbK1vuOw4ELLC5m6AhlW6RZ2S/B77f+LqDZ8pzzHDxFmlYu2OapljaTixdGCcuR88xYLAKj6EgCM13RH6+gwS+wBcCqdzxnR259RpyLjcV31C8L0t//wGOKXfk",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"}},S={},q=[{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:"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)(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)(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)(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)(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:"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)(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 R(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 +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[37354],{44833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>k,contentTitle:()=>y,default:()=>L,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var i=a(85893),r=a(11151),l=a(58219),t=a.n(l),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),x=a(4667),j=a.n(x),f=a(9472),b=a.n(f),g=(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:"eJyNVlGT2jYQ/iuefUoyAgNJM62fQu5oy8xNcr07XkKYjrAXUGpLjiQfx3j83zsryWDATXpPh7za/bT7fZ9Ug+VbA8kScl7JdDdIlbRa5TlqWDFQJWpuhZLzDBIwlmt75+IWRsjt/efHp7/HwKDkmhdoUVOmGiQvEBIotfqGqf1EvxgISUvc7oBBhibVoqTEV3Eav1dCYwaJ1RUyMOkOCw5JDfZQokOhhdxC06x8MBr7UWUHijjP+0hwI3+uKERGawplQMdEaWkTL8tcpO6U8TdDO+tuUWFzbJP5sz/8dQZz6c/LfHueRIHUuQBWrelo1CJNvbQCjatprRbryvpfIZZrzQmbsFiYbu25xWJ63OHK/zj9P3joaRgDczAWi86ntVI5cgkM8IUXJVXb8Nxgw+CZ5xX2tb1pLgbYU6hQWc9eBiirgjp2O/t9urh7Aga3s4+LP2DVsMCanmQadSV7QLefPm/6Sp1zYbGY30ZqE2VoaGotK6yKfPamO76ebBulC24hgYxbHFiKanwrzvnqFkyppPGTmIzG18S80cgtZuc0fBO/+TnzHn86epH19lBWxRp155OQFreou0cT0r5/54/lZ1xqTB1QTwoGL4NUZbhFOQhyGpCcBkHv5kIiPWo0beM3SkemxFRsBGZRcABHQ4vSCCW9kzgi/7DskagX5ckdCrQ7RcZVKuM6Re6TQPw8juuO6TSxB0USRv3culilc0iAAq1KVd4kcVzzyu6UFvbQxLwUV2d8wFJpe6+05XnkczmAWvB17ufTpvOs2PAqp9bvrC3NVbr7NvYkHAoEFuJJNUdE1zT7UxkbUZMiLrOIkEWvxCaSiBlmr0kNHm90CfiEK8NCDbWLKl3QUChiyIpalVa+7rKGNXKNelpRf5cr+kxO+nBy51lrL+fedxzxUWitRQXGnYbrmby67NFxo7ecjrMcWRkCgo34W+VoHJ3KJ/3DZDR5NxiPBpPfnsbvk8nb5O1oOP519IWkJORGdfXZHfp/MKLt8PR+HmUqrQqU1l04wQJ46iwgIH6sStpEUy+4IBIav/LhahIMcpGiNNjZPi15usNoMhwBCyQmuiRxvN/vh9x9HSq9jcNWE9/Nb2afHmcD2kLOj9p49L8Mx2O/RgoquOyi/F967r8oLL7YuMy5cMbrMNZBnUt4phdFcv4oCAJdMdiRlJMl1PWaG1zovGlo+XuFmqi4OsnNsSsThv4/WdgFoKMBw6uHYOSvo/PavZjbK1seOg4ELLC5m6Ahle6QZ2S/R77f+LqDJ8pzynD1FmlYu2OapljaTixdGGcuR88xYLAOj6EgCM33RH6+hwS+wlcCqdzxnR259RpyLrcV31K8L0t//wJtonfZ",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:"eJyNVlGT2jYQ/iuefUoyAgNJM62fQu5oy8xNcr07XkKYjrAXUGpLjiQfx3j83zsryWDATXpPh7za/bT7fZ9Ug+VbA8kScl7JdDdIlbRa5TlqWDFQJWpuhZLzDBIwlmt75+IWRsjt/efHp7/HwKDkmhdoUVOmGiQvEBIotfqGqf1EvxgISUvc7oBBhibVoqTEV3Eav1dCYwaJ1RUyMOkOCw5JDfZQokOhhdxC06x8MBr7UWUHijjP+0hwI3+uKERGawplQMdEaWkTL8tcpO6U8TdDO+tuUWFzbJP5sz/8dQZz6c/LfHueRIHUuQBWrelo1CJNvbQCjatprRbryvpfIZZrzQmbsFiYbu25xWJ63OHK/zj9P3joaRgDczAWi86ntVI5cgkM8IUXJVXb8Nxgw+CZ5xX2tb1pLgbYU6hQWc9eBiirgjp2O/t9urh7Aga3s4+LP2DVsMCanmQadSV7QLefPm/6Sp1zYbGY30ZqE2VoaGotK6yKfPamO76ebBulC24hgYxbHFiKanwrzvnqFkyppPGTmIzG18S80cgtZuc0fBO/+TnzHn86epH19lBWxRp155OQFreou0cT0r5/54/lZ1xqTB1QTwoGL4NUZbhFOQhyGpCcBkHv5kIiPWo0beM3SkemxFRsBGZRcABHQ4vSCCW9kzgi/7DskagX5ckdCrQ7RcZVKuM6Re6TQPw8juuO6TSxB0USRv3culilc0iAAq1KVd4kcVzzyu6UFvbQxLwUV2d8wFJpe6+05XnkczmAWvB17ufTpvOs2PAqp9bvrC3NVbr7NvYkHAoEFuJJNUdE1zT7UxkbUZMiLrOIkEWvxCaSiBlmr0kNHm90CfiEK8NCDbWLKl3QUChiyIpalVa+7rKGNXKNelpRf5cr+kxO+nBy51lrL+fedxzxUWitRQXGnYbrmby67NFxo7ecjrMcWRkCgo34W+VoHJ3KJ/3DZDR5NxiPBpPfnsbvk8nb5O1oOP519IWkJORGdfXZHfp/MKLt8PR+HmUqrQqU1l04wQJ46iwgIH6sStpEUy+4IBIav/LhahIMcpGiNNjZPi15usNoMhwBCyQmuiRxvN/vh9x9HSq9jcNWE9/Nb2afHmcD2kLOj9p49L8Mx2O/RgoquOyi/F967r8oLL7YuMy5cMbrMNZBnUt4phdFcv4oCAJdMdiRlJMl1PWaG1zovGlo+XuFmqi4OsnNsSsThv4/WdgFoKMBw6uHYOSvo/PavZjbK1seOg4ELLC5m6Ahle6QZ2S/R77f+LqDJ8pzynD1FmlYu2OapljaTixdGGcuR88xYLAOj6EgCM33RH6+hwS+wlcCqdzxnR259RpyLrcV31K8L0t//wJtonfZ",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"}},k={},q=[{value:"Request",id:"request",level:2}];function U(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)(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)(b(),{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 L(e={}){const{wrapper:s}={...(0,r.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/2529997c.8e7e68fb.js b/assets/js/2529997c.cc33cd3b.js similarity index 98% rename from assets/js/2529997c.8e7e68fb.js rename to assets/js/2529997c.cc33cd3b.js index 8869cc532..ec9b86093 100644 --- a/assets/js/2529997c.8e7e68fb.js +++ b/assets/js/2529997c.cc33cd3b.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-29T09:53:43.086Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:43.086Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:43.086Z",\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-29T16:23:30.354Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:30.354Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:30.354Z",\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.fcf31950.js b/assets/js/27355691.607139ce.js similarity index 56% rename from assets/js/27355691.fcf31950.js rename to assets/js/27355691.607139ce.js index 97a3a73b9..6fd671de6 100644 --- a/assets/js/27355691.fcf31950.js +++ b/assets/js/27355691.607139ce.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[58599],{71178:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>I,contentTitle:()=>N,default:()=>q,frontMatter:()=>b,metadata:()=>v,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),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:"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:"eJydV92T2jYQ/1c8+9RkBL6jyUP8VEJIw0waKB8PLWE6wl5AqS05knx3DOP/vbOSjQ34Lp3cE5JXu7/9+u3eCSzfG4jWYNHYnrCY9bg5yrgXK2m1SlPUsGGgctTcCiUnCURgLNd2dBBpMrGYrYyQ+9l0sQQGOdc8Q4uadJ5A8gwholuUlmSBgZDuxh6AQYIm1iInxddiGr8XQmMCkdUFMjDxATMO0QnsMUcHQgu5h7JkjR2tvmFsv9DpRUMXcv/f0sYLo7HvVXIkiUu9Li5LNM6H+Z/AgKKI0pIoz/NUxC6I4TdD8qe2KWFTsrW4UdHAW0PKCxkfVoVIgHmnWWVUuN8O8IbVwNWW3KS0aEqgFWgcEmu12BbWnypZrjU/UtQsZqaNiIAMzy8cpJfV/4vHjuAxMEdDqW0+bZVKkUtggE88y8najqcGSwYPPC2wKwVlSUFNcI67TiMXCen4fuBmYbk1HTBK1o7vzePrIlqtJh8CtQt81Qb+KSnxxdhhu90cP477rJaeo1GFjvGqFijMP0z1c7l4Mb4arT52B8h9mnaHvinEjtjtlM64hQgSbrFnSapkjnRG3OCkI95l7dutMpRFRiFYrCbLMTBYLKfzv4DBcuxIaDEafxnOJ1P3ZTwDBu/HH6fz8T+jz8PFojn+Pp+uZq3zH+Plp+mH5lyrr46V9uHH5Xh+VuVPZ03+eFbkj7Uef3JqNiWDQorvRbfrdR7axOQuTK6k8akd3N3fMtBII7eYXDLP6/B1N9mMpdXH6smQWH+++GF3d7VGWVaIE8w1xg6Bb2UGTz1q1z3KXkWdva1Kjr2KsW8Z89IfR4cBD2IaNgGVSyD8fMAni9IIJf2kcYX+orFz0d8YJV7P0B4UzbZcGec0zY0IwodBeGqNizIk8+GpGVUlUTDqh3rkFTqFCOiNVbFKyygMT7ywB6WFPZYhz8WNk3PMlbYzpS1PA6/LodWCb1Mf9Vqdz/iOFyn10sHa3Nyom9WyTaOQILBKnmrvjOi2hD4pYwOKWMBlEhCy4BexCyRigskrYjyPN7gG3OBKMFN97aRyJ9QXiopkQ6GKC293fYItco16WFCo1xv6TINx3ozYcT0XLofWOd9nRqhnS1V0TaZ9fW5aQ+M5Pj9fNyPC7wPtodBInQu4Ol9tPlf4OgBVLOttnHm15VJDpzC4G7zp3d/1Bu+Wd++it79Gbwb9d4PB33BJoc3jqj9r5mmopsWuQu5Umw3aZfhMjdY5H84mQaLiIkNp3UZTEQ6PHeFUsVkUOT2iOsy4oLYw/ua3m9pgkIoYpcHW82HO4wMGg/4deeDaigo4CsPHx8c+d1/7Su/D6qkJP09G4y+LcY+e0JBDbTz6t/37e39H7Z1x2Ub5LMV07xIWn2yYp1y4gehwnSq6WMPDABhEV3uo1xa11tsNgwPxTLSG02nLDa50WpZ0/b1Aqor1piEAV0+JMPS74dUrcGe6h1/m1dh4FVws1J3w6yVEHltFCqwq39Z72rJ/DsNFLH4GREtBSdx1QJ6gbnXZyNvtLUlPo+Fm4SYf/IthHGNuW7I0Ii/GQPX/zLba8zOVkJjmj7SF8UeI4Ct8JZDKue9I2t2fIOVyX/A9yXuz9PcfkMKNiw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={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:"eJydV92T2jYQ/1c8+9RkBL6jyUP8VEJIw0waKB8PLWE6wl5AqS05knx3DOP/vbOSjQ34Lp3cE5JXu7/9+u3eCSzfG4jWYNHYnrCY9bg5yrgXK2m1SlPUsGGgctTcCiUnCURgLNd2dBBpMrGYrYyQ+9l0sQQGOdc8Q4uadJ5A8gwholuUlmSBgZDuxh6AQYIm1iInxddiGr8XQmMCkdUFMjDxATMO0QnsMUcHQgu5h7JkjR2tvmFsv9DpRUMXcv/f0sYLo7HvVXIkiUu9Li5LNM6H+Z/AgKKI0pIoz/NUxC6I4TdD8qe2KWFTsrW4UdHAW0PKCxkfVoVIgHmnWWVUuN8O8IbVwNWW3KS0aEqgFWgcEmu12BbWnypZrjU/UtQsZqaNiIAMzy8cpJfV/4vHjuAxMEdDqW0+bZVKkUtggE88y8najqcGSwYPPC2wKwVlSUFNcI67TiMXCen4fuBmYbk1HTBK1o7vzePrIlqtJh8CtQt81Qb+KSnxxdhhu90cP477rJaeo1GFjvGqFijMP0z1c7l4Mb4arT52B8h9mnaHvinEjtjtlM64hQgSbrFnSapkjnRG3OCkI95l7dutMpRFRiFYrCbLMTBYLKfzv4DBcuxIaDEafxnOJ1P3ZTwDBu/HH6fz8T+jz8PFojn+Pp+uZq3zH+Plp+mH5lyrr46V9uHH5Xh+VuVPZ03+eFbkj7Uef3JqNiWDQorvRbfrdR7axOQuTK6k8akd3N3fMtBII7eYXDLP6/B1N9mMpdXH6smQWH+++GF3d7VGWVaIE8w1xg6Bb2UGTz1q1z3KXkWdva1Kjr2KsW8Z89IfR4cBD2IaNgGVSyD8fMAni9IIJf2kcYX+orFz0d8YJV7P0B4UzbZcGec0zY0IwodBeGqNizIk8+GpGVUlUTDqh3rkFTqFCOiNVbFKyygMT7ywB6WFPZYhz8WNk3PMlbYzpS1PA6/LodWCb1Mf9Vqdz/iOFyn10sHa3Nyom9WyTaOQILBKnmrvjOi2hD4pYwOKWMBlEhCy4BexCyRigskrYjyPN7gG3OBKMFN97aRyJ9QXiopkQ6GKC293fYItco16WFCo1xv6TINx3ozYcT0XLofWOd9nRqhnS1V0TaZ9fW5aQ+M5Pj9fNyPC7wPtodBInQu4Ol9tPlf4OgBVLOttnHm15VJDpzC4G7zp3d/1Bu+Wd++it79Gbwb9d4PB33BJoc3jqj9r5mmopsWuQu5Umw3aZfhMjdY5H84mQaLiIkNp3UZTEQ6PHeFUsVkUOT2iOsy4oLYw/ua3m9pgkIoYpcHW82HO4wMGg/4deeDaigo4CsPHx8c+d1/7Su/D6qkJP09G4y+LcY+e0JBDbTz6t/37e39H7Z1x2Ub5LMV07xIWn2yYp1y4gehwnSq6WMPDABhEV3uo1xa11tsNgwPxTLSG02nLDa50WpZ0/b1Aqor1piEAV0+JMPS74dUrcGe6h1/m1dh4FVws1J3w6yVEHltFCqwq39Z72rJ/DsNFLH4GREtBSdx1QJ6gbnXZyNvtLUlPo+Fm4SYf/IthHGNuW7I0Ii/GQPX/zLba8zOVkJjmj7SF8UeI4Ct8JZDKue9I2t2fIOVyX/A9yXuz9PcfkMKNiw==",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"}},I={},S=[{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)(c(),{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)(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)(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)(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)(u(),{responseExample:'{\n "id": "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)(T,{...e})}):T(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[58599],{71178:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>R,frontMatter:()=>v,metadata:()=>T,toc:()=>E});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),m=(a(62316),a(51039)),n=a.n(m),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),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 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:"eJydV9+T2jYQ/lc8+5RkDD5Im2n9VEJIw0x6UAMPLWE6wl5AqS05knx3DOP/vbOSjQ34Lp3cE5JXu9/++nbvBIbtNYRrMKhNjxvMekwfRdyLpTBKpikq2Pggc1TMcCmmCYSgDVNmfOBpMjWYrTQX+/lssQQfcqZYhgYV6TyBYBlCSLcoDMmCD1zYG3MAHxLUseI5Kb4WU/it4AoTCI0q0AcdHzBjEJ7AHHO0IBQXeyhLv7Gj5FeMzT2dXjR0Iff/LW2cMGrzXiZHkrjUa+OyRG19iP4EHyiKKAyJsjxPeWyDGHzVJH9qm+ImJVuLGxUNvDWkrBDxYVXwBHzntF8Z5fa3Bbzxa+ByS25SWhQl0HDUFokxim8L406VLFOKHSlqBjPdRkRARucXFtLL6v/FY0fwfNBHTaltPm2lTJEJ8AGfWJaTtR1LNZY+PLC0wK4UlCUFNcEId51GLhLS8f3A9MIwoztglH47vjePr4totZp+8OTOc1XruaekxBVjh+12c3w/7vNaOkItCxXjVS1QmL+b6udy8WJ8FRp17A6Q/TTrDn1TiB2x20mVMQMhJMxgz5BU6VvSGTON0454l7Vvt8pQFBmFYLGaLifgw2I5i/4CH5YTS0KL8eR+FE1n9stkDj68n3ycRZN/xp9Hi0Vz/D2areat8x+T5afZh+Zcq6+OlfbRx+UkOqtyp7MmdzwrcsdajztZNZvSh0Lwb0W363Ue2sRkL3QuhXapHd4NbhlorJAZTC6Z503wpptsJsKoY/VkRKwfLb7b3V2tUZYV4gRzhbFF4FrZh6ceteseRa+izt5WJsdexdi3jHnpj6VDj3kxDRuPysXjbj7gk0GhuRRu0thCf9HYuehvjBKvZ2gOkmZbLrV1muZGCMHDMDi1xkUZkPng1IyqkigY1UM98gqVQgj0xshYpmUYBCdWmINU3BzLgOX8xskIc6nMXCrDUs/psmgVZ9vURb1W5zK+Y0VKvXQwJtc36ua1bNMoJAh+JU+1d0Z0W0KfpDYeRcxjIvEImfeK7zyBmGDymhjP4fWuATe4EsxkX1mp3Ar1uaQi2VCo4sLZXZ9gi0yhGhUU6vWGPtNgjJoRO6nnwuXQOuf7zAj1bKmKrsm0q89Na2g8x+fn62ZEuH2gPRQaqXMBV+erzecKXwegimWdjTOvtlxq6BSGd8OfeoO73vDX5eBdOHwbvr3rD34Z/A2XFNo8rvqzZp6GalrsysVOttmgXYbP1Gid89F86iUyLjIUxm40FeGw2BJOFZtFkdMjqsOMcWoL7W5+u6kNH1Ieo9DYej7KWXxAb9i/Iw9sW1EBh0Hw+PjYZ/ZrX6p9UD3VwefpeHK/mPToCQ05VNqh/7k/GLg7au+MiTbKZymme5cw+GSCPGXcDkSL61TRxRoehuBDeLWHOm1ha73d+HAgngnXcDptmcaVSsuSrr8VSFWx3jQEYOsp4Zp+N7x6Be5M9/AqqsbGa+9ioe6EXy8h4tgqUvCr8m29py37xzBcxOJHQLQUlMRdB2QJqlaXjZ3d3pL0NBpuFm7ywb0YxTHmpiVLI/JiDFT/z2yrPT+TCYkp9khbGHuEEL7AFwIprfuWpO39CVIm9gXbk7wzS3//AWgcjYA=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,T={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+T2jYQ/lc8+5RkDD5Im2n9VEJIw0x6UAMPLWE6wl5AqS05knx3DOP/vbOSjQ34Lp3cE5JXu9/++nbvBIbtNYRrMKhNjxvMekwfRdyLpTBKpikq2Pggc1TMcCmmCYSgDVNmfOBpMjWYrTQX+/lssQQfcqZYhgYV6TyBYBlCSLcoDMmCD1zYG3MAHxLUseI5Kb4WU/it4AoTCI0q0AcdHzBjEJ7AHHO0IBQXeyhLv7Gj5FeMzT2dXjR0Iff/LW2cMGrzXiZHkrjUa+OyRG19iP4EHyiKKAyJsjxPeWyDGHzVJH9qm+ImJVuLGxUNvDWkrBDxYVXwBHzntF8Z5fa3Bbzxa+ByS25SWhQl0HDUFokxim8L406VLFOKHSlqBjPdRkRARucXFtLL6v/FY0fwfNBHTaltPm2lTJEJ8AGfWJaTtR1LNZY+PLC0wK4UlCUFNcEId51GLhLS8f3A9MIwoztglH47vjePr4totZp+8OTOc1XruaekxBVjh+12c3w/7vNaOkItCxXjVS1QmL+b6udy8WJ8FRp17A6Q/TTrDn1TiB2x20mVMQMhJMxgz5BU6VvSGTON0454l7Vvt8pQFBmFYLGaLifgw2I5i/4CH5YTS0KL8eR+FE1n9stkDj68n3ycRZN/xp9Hi0Vz/D2areat8x+T5afZh+Zcq6+OlfbRx+UkOqtyp7MmdzwrcsdajztZNZvSh0Lwb0W363Ue2sRkL3QuhXapHd4NbhlorJAZTC6Z503wpptsJsKoY/VkRKwfLb7b3V2tUZYV4gRzhbFF4FrZh6ceteseRa+izt5WJsdexdi3jHnpj6VDj3kxDRuPysXjbj7gk0GhuRRu0thCf9HYuehvjBKvZ2gOkmZbLrV1muZGCMHDMDi1xkUZkPng1IyqkigY1UM98gqVQgj0xshYpmUYBCdWmINU3BzLgOX8xskIc6nMXCrDUs/psmgVZ9vURb1W5zK+Y0VKvXQwJtc36ua1bNMoJAh+JU+1d0Z0W0KfpDYeRcxjIvEImfeK7zyBmGDymhjP4fWuATe4EsxkX1mp3Ar1uaQi2VCo4sLZXZ9gi0yhGhUU6vWGPtNgjJoRO6nnwuXQOuf7zAj1bKmKrsm0q89Na2g8x+fn62ZEuH2gPRQaqXMBV+erzecKXwegimWdjTOvtlxq6BSGd8OfeoO73vDX5eBdOHwbvr3rD34Z/A2XFNo8rvqzZp6GalrsysVOttmgXYbP1Gid89F86iUyLjIUxm40FeGw2BJOFZtFkdMjqsOMcWoL7W5+u6kNH1Ieo9DYej7KWXxAb9i/Iw9sW1EBh0Hw+PjYZ/ZrX6p9UD3VwefpeHK/mPToCQ05VNqh/7k/GLg7au+MiTbKZymme5cw+GSCPGXcDkSL61TRxRoehuBDeLWHOm1ha73d+HAgngnXcDptmcaVSsuSrr8VSFWx3jQEYOsp4Zp+N7x6Be5M9/AqqsbGa+9ioe6EXy8h4tgqUvCr8m29py37xzBcxOJHQLQUlMRdB2QJqlaXjZ3d3pL0NBpuFm7ywb0YxTHmpiVLI/JiDFT/z2yrPT+TCYkp9khbGHuEEL7AFwIprfuWpO39CVIm9gXbk7wzS3//AWgcjYA=",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"}},N={},E=[{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 child test item"})}),"\n",(0,i.jsx)(n(),{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)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",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)(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)(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)(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)(u(),{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 R(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/2ac62c9a.ea85493b.js b/assets/js/2ac62c9a.418de69d.js similarity index 98% rename from assets/js/2ac62c9a.ea85493b.js rename to assets/js/2ac62c9a.418de69d.js index 980332f46..1976b0e60 100644 --- a/assets/js/2ac62c9a.ea85493b.js +++ b/assets/js/2ac62c9a.418de69d.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-29T09:53:42.982Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.982Z",\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-29T16:23:30.236Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.236Z",\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.0ef43b4d.js b/assets/js/2eabd8e4.2d9baa96.js similarity index 99% rename from assets/js/2eabd8e4.0ef43b4d.js rename to assets/js/2eabd8e4.2d9baa96.js index 9760f365d..de40859e4 100644 --- a/assets/js/2eabd8e4.0ef43b4d.js +++ b/assets/js/2eabd8e4.2d9baa96.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-29T09:53:43.027Z",\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-29T16:23:30.283Z",\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.76e13902.js b/assets/js/3299b82b.11e9b771.js similarity index 98% rename from assets/js/3299b82b.76e13902.js rename to assets/js/3299b82b.11e9b771.js index 72e3d49fa..a37cec5fa 100644 --- a/assets/js/3299b82b.76e13902.js +++ b/assets/js/3299b82b.11e9b771.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-29T09:53:45.229Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-29T09:53:45.229Z",\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-29T16:23:32.521Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-29T16:23:32.521Z",\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.7998b026.js b/assets/js/4539774b.f6ab87b1.js similarity index 55% rename from assets/js/4539774b.7998b026.js rename to assets/js/4539774b.f6ab87b1.js index c2b945928..47346e2e4 100644 --- a/assets/js/4539774b.7998b026.js +++ b/assets/js/4539774b.f6ab87b1.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[72698],{93210:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>N,contentTitle:()=>v,default:()=>P,frontMatter:()=>b,metadata:()=>q,toc:()=>w});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),o=i(41429),p=i.n(o),h=i(5397),j=i.n(h),x=i(4667),u=i.n(x),g=i(9472),y=i.n(g),f=(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:"eJydV22P2jgQ/ivRfGqrQNi99qTy6bgt1aGudikvOukoOplkALeJndqT3eVQ/vtpnECcJX1R+RTs8cz4mZnnSY5AYmdhuAJCSz1JmPVircjoNEUD6xB0jkaQ1GqSwBC2Ukm7X6ClCWG2tFLtpsvFv1cQQi6MyJDQsLsjKJEhDCE3+jPGdMf/QpCKlwTtIYQEbWxkzq4v7Ax+LaTBBIZkCgzBxnvMBAyPQIec3VoyUu2gLMNzJKqTmiTfDdQy+/k468oYLf2pkwNbtN1WwIyfMC54ZfYRQmAgUREbizxPZexwjD5bPnH0g0lKOdr7FrrOR5PhClAlC+nwSUWh4v2ykAmXqM5VbxhBroThopFE60ITGbkpqPpX2wpjxIFxIsysnwIHHp1PuBS+7/4LHjrwCsEeLGHmbW20TlEoCAGfRJZztK1ILZYhPIi0wC7Uy/JZ+ToCnVC52Athq00mCIaQCMIesVUZgrS2jna6s1toY+2MFuzvxwAXpEdKpIf/+OjFfUtuhCyrG+Ey/SdCo0Q6d3i5VH6qUOPLcz+s1YbstJqzzlQ2ZJcm7dzK02InlZvOzmIXm0zSO0H+tlSEOzR+HaSi31/zAZLxF6RJ0umt6EzCNYPcKW2wRtt0o92UrstJa3i6ohskc+j27Lbut90QkKDCdnUhqiLjlpqO5vPxOwjh/Why6x7mi/vptHr6MKmfJneL8Wy2nC7cv5vR3c349rbeeX8PIfw9mt3BmjFESzfCYieKFVxtfnMLNtfKVu1wPRhcEtn9hzZzvYpedZPV/UkYbjRPs2O9+Q9bMENrxe4bw17Pe24wFsRZO4II4akX6wR3qHo1B/c2Ojn0auLvot72nSpeDRiwgAcJqrFTVmpVqZVjse/GObNURzxWhwxpr1ki88LdmrVnCNHDVXT0tK2MOH50bFSohBAsmoeTbrrmBz5DOtZpOYyioyhor42kQxmJXF5cb4a5NjTVhkQaVL5cukaKTVrBfnJX1XsripTHcU+U2wt305Nt07psCGFtz713zuiygf7SlgKGLBAqCTiz4IXcBgoxweRloLdBlW/wPOEmrwQz3TfOKndGfam5QdYMVVxUcVdH2KAwaEYFQ71a8zZr66zR6fFJadoyeC74eUZPalU33KnUp95cP8fIG+5afeB6cP26dzXoXb9dDN4O3/w2fH3df3t99Q94itOWiuqd4ywOntNOTVi1CbwxP/F2s+LTtXdJj6UHPgc3JoXvh6/9nHCrnD2K9SjQJ9bGZc2n1cEzg3pZ1cTZ8KNPbJ57qbbaJyC/7b8xE6ceG00nQaLjgoF2nFVznKiUsCaSeZHzIS5AJqQDolr546IXQ0hljMqid3yUi3iPwXV/cAaSB2YYRY+Pj33hdvva7KL6qI1uJzfju/m4x0f4NQiNrbJ/07+6qtZybSkTygvTQWbdr0iETxTlqZDKE9WKl1bwwK/sw2dv55W3ofeKvA5hry3xieNxIywuTVqWvPy1QC7rat0wjWvRRFp+bsj7WXJnaYEXs1qdXgbtPDrzP70PqYNHxRDWg+w74G+CX8qi9WnwC0l450smyT2KhGfmTDc3VdSem5zGwcXHAd+gOjGKY8zJs2U5bsnNdLlgCqg/SjKdsJURjzx54hGG8Ak+cYra3d2JgVs/QirUrnBaDFVU/v0PP2PTqQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,q={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:"eJydV22P2jgQ/ivRfGqrQNi99qTy6bgt1aGudikvOukoOplkALeJndqT3eVQ/vtpnECcJX1R+RTs8cz4mZnnSY5AYmdhuAJCSz1JmPVircjoNEUD6xB0jkaQ1GqSwBC2Ukm7X6ClCWG2tFLtpsvFv1cQQi6MyJDQsLsjKJEhDCE3+jPGdMf/QpCKlwTtIYQEbWxkzq4v7Ax+LaTBBIZkCgzBxnvMBAyPQIec3VoyUu2gLMNzJKqTmiTfDdQy+/k468oYLf2pkwNbtN1WwIyfMC54ZfYRQmAgUREbizxPZexwjD5bPnH0g0lKOdr7FrrOR5PhClAlC+nwSUWh4v2ykAmXqM5VbxhBroThopFE60ITGbkpqPpX2wpjxIFxIsysnwIHHp1PuBS+7/4LHjrwCsEeLGHmbW20TlEoCAGfRJZztK1ILZYhPIi0wC7Uy/JZ+ToCnVC52Athq00mCIaQCMIesVUZgrS2jna6s1toY+2MFuzvxwAXpEdKpIf/+OjFfUtuhCyrG+Ey/SdCo0Q6d3i5VH6qUOPLcz+s1YbstJqzzlQ2ZJcm7dzK02InlZvOzmIXm0zSO0H+tlSEOzR+HaSi31/zAZLxF6RJ0umt6EzCNYPcKW2wRtt0o92UrstJa3i6ohskc+j27Lbut90QkKDCdnUhqiLjlpqO5vPxOwjh/Why6x7mi/vptHr6MKmfJneL8Wy2nC7cv5vR3c349rbeeX8PIfw9mt3BmjFESzfCYieKFVxtfnMLNtfKVu1wPRhcEtn9hzZzvYpedZPV/UkYbjRPs2O9+Q9bMENrxe4bw17Pe24wFsRZO4II4akX6wR3qHo1B/c2Ojn0auLvot72nSpeDRiwgAcJqrFTVmpVqZVjse/GObNURzxWhwxpr1ki88LdmrVnCNHDVXT0tK2MOH50bFSohBAsmoeTbrrmBz5DOtZpOYyioyhor42kQxmJXF5cb4a5NjTVhkQaVL5cukaKTVrBfnJX1XsripTHcU+U2wt305Nt07psCGFtz713zuiygf7SlgKGLBAqCTiz4IXcBgoxweRloLdBlW/wPOEmrwQz3TfOKndGfam5QdYMVVxUcVdH2KAwaEYFQ71a8zZr66zR6fFJadoyeC74eUZPalU33KnUp95cP8fIG+5afeB6cP26dzXoXb9dDN4O3/w2fH3df3t99Q94itOWiuqd4ywOntNOTVi1CbwxP/F2s+LTtXdJj6UHPgc3JoXvh6/9nHCrnD2K9SjQJ9bGZc2n1cEzg3pZ1cTZ8KNPbJ57qbbaJyC/7b8xE6ceG00nQaLjgoF2nFVznKiUsCaSeZHzIS5AJqQDolr546IXQ0hljMqid3yUi3iPwXV/cAaSB2YYRY+Pj33hdvva7KL6qI1uJzfju/m4x0f4NQiNrbJ/07+6qtZybSkTygvTQWbdr0iETxTlqZDKE9WKl1bwwK/sw2dv55W3ofeKvA5hry3xieNxIywuTVqWvPy1QC7rat0wjWvRRFp+bsj7WXJnaYEXs1qdXgbtPDrzP70PqYNHxRDWg+w74G+CX8qi9WnwC0l450smyT2KhGfmTDc3VdSem5zGwcXHAd+gOjGKY8zJs2U5bsnNdLlgCqg/SjKdsJURjzx54hGG8Ak+cYra3d2JgVs/QirUrnBaDFVU/v0PP2PTqQ==",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"}},N={},w=[{value:"Request",id:"request",level:2}];function z(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)(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:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(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:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!0,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:"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:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{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)(u(),{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)(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.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{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)(j(),{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)(z,{...e})}):z(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:()=>b,contentTitle:()=>q,default:()=>M,frontMatter:()=>v,metadata:()=>N,toc:()=>k});var a=i(85893),t=i(11151),l=i(58219),r=i.n(l),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),g=i(9472),y=i.n(g),f=(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:"eJydV22P2zYM/isBP7WFEyfXrtj8adk1xYIe7rK8YMCuwaDYTKLWllyJvrss8H8fKDuxfHFf0HxyJIqkHpLPYx+BxM5CdA+ElvqSMOvHWpHRaYoG1gHoHI0gqdU0gQi2Ukm7X6KlKWG2slLtZqvlvyMIIBdGZEho2N0RlMgQIsiN/oQx3fK/AKTiJUF7CCBBGxuZs+sLO4NfCmkwgYhMgQHYeI+ZgOgIdMjZrSUj1Q7KMjhHojqpafLNQC2zH4+zrozR0h86ObBF220FzOQJ44JX5n9BAAwkKmJjkeepjB2O4SfLJ45+MEkpR3vfQtf5aDK8B1TJUjp8UlGoeL8qZMIlqnPVG0aQK2G4aCTRutBERm4Kqv7VtsIYcWCcCDPrp8CBx+cTLoVvu/+Mhw68ArAHS5h5WxutUxQKAsAnkeUcbStSi2UADyItsAv1snxWvo5AJ1Qu9gLYapMJgggSQdgntioDkNbW0U53dgttrJ3Rkv19H+CC9FiJ9PAfH724b8mNkGV1I1ym/0RolEgXDi+Xyg8VanJ57ru12pCdVXPWmcqG7MqknVt5WuykctPZWexik0l6J8jflopwh8avg1T09g0fIBl/Rpomnd6KziRcM8id0gZrtE032k3pupy0hqcrukEyh27Pbutu2w0BCSpsVxeiKjJuqdl4sZi8gwDej6c37mGxvJvNqqcP0/pperuczOer2dL9ux7fXk9ubuqd93cQwN/j+S2sGUO0dC0sdqJYwdXmN7dgc61s1Q5Xw+Elkd19aDPXq/BVN1ndnYThWvM0O9ZbfLcFM7RW7L4y7PW85wZjQZy1I4gAnvqxTnCHql9zcH+jk0O/Jv4u6m3fqeLVHgPW40GCauyUlVpVauVY7JtxzizVEY/VIUPaa5bIvHC3Zu2JIHwYhUdP28qQ44fHRoVKCMCieTjppmt+4DOkY52WURgeRUF7bSQdylDk8uJ6c8y1oZk2JNJe5cula6TYpBXsJ3dVvbeiSHkc90S5vXA3O9k2rcuGENT23HvnjC4b6E9tqceQ9YRKepxZ74Xc9hRigsnLnt72qnx7zxNu8kow0wPjrHJnNJCaG2TNUMVFFff+CBsUBs24YKjv17zN2jpvdHpyUpq2DJ4Lfp7Rk1rVDXcq9ak3188x8oa7Vh+4Gl696Y+G/avflqO30dXr6PVwMPp1+A94itOWiuqd4ywOntNOTbhvE3hjfuLtZsWna++SHksPfQ5uTArfD1/7OeFWOXsU61GgT6yNy5pPq4NnBvWyqomz4Uef2Dz3Um21T0B+239lJk49Np5Ne4mOCwbacVbNcaJSwppIFkXOh7gAmZAOiGrl94teDCCVMSqL3vFxLuI99q4GwzOQPDBRGD4+Pg6E2x1oswvroza8mV5PbheTPh/h1yA0tsr+l8FoVK3l2lImlBemg8y6X5EInyjMUyGVJ6oVL93DA7+yR8/ezitvkfeKvA5gry3xieNxIyyuTFqWvPylQC7r/bphGteiibT83JD3s+TO0gIv5rU6vey18+jM//Q+pA4eFUNQD7LvgL8JfiqL1qfBTyThnS+ZJPcoEp6ZM91cV1H7bnIaBxcfB3yD6sQ4jjEnz5bluCU3s9WSKaD+KMl0wlZGPPLkiUeI4CN85BS1u7sTA7d+hFSoXeG0GKqo/PsfC5HTng==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},q=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:"eJydV22P2zYM/isBP7WFEyfXrtj8adk1xYIe7rK8YMCuwaDYTKLWllyJvrss8H8fKDuxfHFf0HxyJIqkHpLPYx+BxM5CdA+ElvqSMOvHWpHRaYoG1gHoHI0gqdU0gQi2Ukm7X6KlKWG2slLtZqvlvyMIIBdGZEho2N0RlMgQIsiN/oQx3fK/AKTiJUF7CCBBGxuZs+sLO4NfCmkwgYhMgQHYeI+ZgOgIdMjZrSUj1Q7KMjhHojqpafLNQC2zH4+zrozR0h86ObBF220FzOQJ44JX5n9BAAwkKmJjkeepjB2O4SfLJ45+MEkpR3vfQtf5aDK8B1TJUjp8UlGoeL8qZMIlqnPVG0aQK2G4aCTRutBERm4Kqv7VtsIYcWCcCDPrp8CBx+cTLoVvu/+Mhw68ArAHS5h5WxutUxQKAsAnkeUcbStSi2UADyItsAv1snxWvo5AJ1Qu9gLYapMJgggSQdgntioDkNbW0U53dgttrJ3Rkv19H+CC9FiJ9PAfH724b8mNkGV1I1ym/0RolEgXDi+Xyg8VanJ57ru12pCdVXPWmcqG7MqknVt5WuykctPZWexik0l6J8jflopwh8avg1T09g0fIBl/Rpomnd6KziRcM8id0gZrtE032k3pupy0hqcrukEyh27Pbutu2w0BCSpsVxeiKjJuqdl4sZi8gwDej6c37mGxvJvNqqcP0/pperuczOer2dL9ux7fXk9ubuqd93cQwN/j+S2sGUO0dC0sdqJYwdXmN7dgc61s1Q5Xw+Elkd19aDPXq/BVN1ndnYThWvM0O9ZbfLcFM7RW7L4y7PW85wZjQZy1I4gAnvqxTnCHql9zcH+jk0O/Jv4u6m3fqeLVHgPW40GCauyUlVpVauVY7JtxzizVEY/VIUPaa5bIvHC3Zu2JIHwYhUdP28qQ44fHRoVKCMCieTjppmt+4DOkY52WURgeRUF7bSQdylDk8uJ6c8y1oZk2JNJe5cula6TYpBXsJ3dVvbeiSHkc90S5vXA3O9k2rcuGENT23HvnjC4b6E9tqceQ9YRKepxZ74Xc9hRigsnLnt72qnx7zxNu8kow0wPjrHJnNJCaG2TNUMVFFff+CBsUBs24YKjv17zN2jpvdHpyUpq2DJ4Lfp7Rk1rVDXcq9ak3188x8oa7Vh+4Gl696Y+G/avflqO30dXr6PVwMPp1+A94itOWiuqd4ywOntNOTbhvE3hjfuLtZsWna++SHksPfQ5uTArfD1/7OeFWOXsU61GgT6yNy5pPq4NnBvWyqomz4Uef2Dz3Um21T0B+239lJk49Np5Ne4mOCwbacVbNcaJSwppIFkXOh7gAmZAOiGrl94teDCCVMSqL3vFxLuI99q4GwzOQPDBRGD4+Pg6E2x1oswvroza8mV5PbheTPh/h1yA0tsr+l8FoVK3l2lImlBemg8y6X5EInyjMUyGVJ6oVL93DA7+yR8/ezitvkfeKvA5gry3xieNxIyyuTFqWvPylQC7r/bphGteiibT83JD3s+TO0gIv5rU6vey18+jM//Q+pA4eFUNQD7LvgL8JfiqL1qfBTyThnS+ZJPcoEp6ZM91cV1H7bnIaBxcfB3yD6sQ4jjEnz5bluCU3s9WSKaD+KMl0wlZGPPLkiUeI4CN85BS1u7sTA7d+hFSoXeG0GKqo/PsfC5HTng==",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"}},b={},k=[{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:"/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)(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)(r(),{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.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 M(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/4af5a5a2.20ffb527.js b/assets/js/4af5a5a2.dd2aecea.js similarity index 98% rename from assets/js/4af5a5a2.20ffb527.js rename to assets/js/4af5a5a2.dd2aecea.js index f7f0ebd7d..bc0722512 100644 --- a/assets/js/4af5a5a2.20ffb527.js +++ b/assets/js/4af5a5a2.dd2aecea.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-29T09:53:42.972Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.972Z",\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-29T16:23:30.228Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.228Z",\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.410b9c6f.js b/assets/js/4d4a4ba7.6a3eb480.js similarity index 98% rename from assets/js/4d4a4ba7.410b9c6f.js rename to assets/js/4d4a4ba7.6a3eb480.js index b9c5f4ee6..a69e4c503 100644 --- a/assets/js/4d4a4ba7.410b9c6f.js +++ b/assets/js/4d4a4ba7.6a3eb480.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-29T09:53:45.213Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.213Z",\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-29T16:23:32.502Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.502Z",\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.e4d272be.js b/assets/js/4e66f8e1.bf39667c.js similarity index 99% rename from assets/js/4e66f8e1.e4d272be.js rename to assets/js/4e66f8e1.bf39667c.js index d6be81175..a12f1dcbe 100644 --- a/assets/js/4e66f8e1.e4d272be.js +++ b/assets/js/4e66f8e1.bf39667c.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-29T09:53:45.287Z",\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-29T09:53:45.287Z",\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-29T16:23:32.570Z",\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-29T16:23:32.570Z",\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.2e7f77f9.js b/assets/js/55962708.1be07464.js similarity index 99% rename from assets/js/55962708.2e7f77f9.js rename to assets/js/55962708.1be07464.js index 66be871f1..cf4d35137 100644 --- a/assets/js/55962708.2e7f77f9.js +++ b/assets/js/55962708.1be07464.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-29T09:53:45.332Z",\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-29T16:23:32.614Z",\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.859cbd0b.js b/assets/js/57fb9f17.3847a4ce.js similarity index 99% rename from assets/js/57fb9f17.859cbd0b.js rename to assets/js/57fb9f17.3847a4ce.js index 867dcd01e..ef5825852 100644 --- a/assets/js/57fb9f17.859cbd0b.js +++ b/assets/js/57fb9f17.3847a4ce.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-29T09:53:45.336Z",\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-29T16:23:32.617Z",\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.aacb39a6.js b/assets/js/5a30cf7e.c9db8fa7.js similarity index 98% rename from assets/js/5a30cf7e.aacb39a6.js rename to assets/js/5a30cf7e.c9db8fa7.js index 6f23a25b4..8489032a9 100644 --- a/assets/js/5a30cf7e.aacb39a6.js +++ b/assets/js/5a30cf7e.c9db8fa7.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-29T09:53:45.220Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.220Z",\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-29T16:23:32.511Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.511Z",\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.c443de86.js b/assets/js/5e45289c.7cf829e6.js similarity index 55% rename from assets/js/5e45289c.c443de86.js rename to assets/js/5e45289c.7cf829e6.js index f79480e79..282c53c00 100644 --- a/assets/js/5e45289c.c443de86.js +++ b/assets/js/5e45289c.7cf829e6.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[82040],{80833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>y,default:()=>T,frontMatter:()=>g,metadata:()=>q,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),o=(a(82723),a(9487)),p=a.n(o),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),b=(a(1176),a(12005),a(85162));const g={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/RXOnpIMKUqqnUl4qmK7rWc8iWtZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi9+3ivQfWYNhWQ7KEnFUi3UVMH0QapVIYJfMcFaxCkCUqZrgU9xkkoA1T5sFGLzQX28cv82cIoWSKFWhQUbYaBCsQEiiV/I6p+Uy/QuCClpjZQQgZ6lTxktJexCn8UXGFGSRGVRiCTndYMEhqMIcSLQbFxRaaZuWCUZtPMjtQxGneOYENXG+BjwzWFBoCNYnC0CFWljlPbY/xd00n635RbnJsk7nOn/4+gbl0/YZuOM+8QJqbByvX1BqNSNEkDUdtaxqj+Loy7pePZUoxwsYNFrpf+95gMetO2PI/T/8PHgYGFoI+aINFb2stZY5MQAj4yoqSqm1YrrEJ4YXlFQ6NvWnOLnCgUCGzgbMhoKgKmtjt3R+zxQNR5/bu0+JPWDWhZ81AMoWqEgOg260vm6FSp1xYLO5vA7kJMtR0ay0rjAxc9qZ/fQPZNlIVzEACGTMYGYpq3ChO+WoXdCmFdjcxHU8uiXmjkBnMTmn4Ln73a+bNf3n1PBucoaiKNareFhcGt6j6rXFh3l+5ttwdlwpTC9SRIoTXKJUZblFEXk4RySnyetdnEhlQo24Hv5Eq0CWmfMMxC7wDWBoaFJpL4ZzEEvmnZTuinpUndyjQ7CTZVim1nRS5TwLxyzSue6bTxA4USRjVS+tilcohAQo0MpV5k8RxzSqzk4qbQxOzkl/0+ISlVOZRKsPywOWyABVn69zdT5vOsWLDqpxGvzOm1BfpHtvYo3AoEEIfT6rpEF3S7C+pTUBDCpjIAkIWvOGbQCBmmL0lNTi8wTngI64MCzlSNqq0QSMuiSErGlVaubrLGtbIFKpZRfNdrvrbc+Kza70f1PHQN2Rpb8Vtg4AISGb8dDT4u9ahTu2zY0mn1dblPGmP/HBiWJ2PuTvoXKtnTh2xfYB3Ivcwdd7Tq3y0EJiOp1fRZBxNPz6PPybXvyVX16PJh8lXUiMXG9mXeJ83/0Gq9pJmj/dBJtOqQGHsm+VdhKXWRTzieVXSISJOwTjxWLuV3y8uM4Scpyg09o7PSpbuMJiOxhB6HdA9JXG83+9HzO6OpNrG/qiOH+5v7j7P7yI6Qo8HKu3QX48m49GE1kiEBRN9lP/LEobfGoOvJi5zxq13W4y1F/gSXqYQQnL6XeE1vgphR26QLKGu10zjQuVNQ8s/KlTE5tVRsZZdGdf0/9EFzwB1Hg5vnvxb8DY4rT2IuX31xaFnYhB6NvcTNCT0HbKMHLzj+42rGz1TnmOGi8+ZJmxPzNIUS9OLpTfnxCj999zaf095QSi2J/KzPSTwDb4RSGnbt7K26zXkTGwrtqV4V5b+/gUw15EV",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,q={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/RXOnpIMKUqqnUl4qmK7rWc8iWtZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi9+3ivQfWYNhWQ7KEnFUi3UVMH0QapVIYJfMcFaxCkCUqZrgU9xkkoA1T5sFGLzQX28cv82cIoWSKFWhQUbYaBCsQEiiV/I6p+Uy/QuCClpjZQQgZ6lTxktJexCn8UXGFGSRGVRiCTndYMEhqMIcSLQbFxRaaZuWCUZtPMjtQxGneOYENXG+BjwzWFBoCNYnC0CFWljlPbY/xd00n635RbnJsk7nOn/4+gbl0/YZuOM+8QJqbByvX1BqNSNEkDUdtaxqj+Loy7pePZUoxwsYNFrpf+95gMetO2PI/T/8PHgYGFoI+aINFb2stZY5MQAj4yoqSqm1YrrEJ4YXlFQ6NvWnOLnCgUCGzgbMhoKgKmtjt3R+zxQNR5/bu0+JPWDWhZ81AMoWqEgOg260vm6FSp1xYLO5vA7kJMtR0ay0rjAxc9qZ/fQPZNlIVzEACGTMYGYpq3ChO+WoXdCmFdjcxHU8uiXmjkBnMTmn4Ln73a+bNf3n1PBucoaiKNareFhcGt6j6rXFh3l+5ttwdlwpTC9SRIoTXKJUZblFEXk4RySnyetdnEhlQo24Hv5Eq0CWmfMMxC7wDWBoaFJpL4ZzEEvmnZTuinpUndyjQ7CTZVim1nRS5TwLxyzSue6bTxA4USRjVS+tilcohAQo0MpV5k8RxzSqzk4qbQxOzkl/0+ISlVOZRKsPywOWyABVn69zdT5vOsWLDqpxGvzOm1BfpHtvYo3AoEEIfT6rpEF3S7C+pTUBDCpjIAkIWvOGbQCBmmL0lNTi8wTngI64MCzlSNqq0QSMuiSErGlVaubrLGtbIFKpZRfNdrvrbc+Kza70f1PHQN2Rpb8Vtg4AISGb8dDT4u9ahTu2zY0mn1dblPGmP/HBiWJ2PuTvoXKtnTh2xfYB3Ivcwdd7Tq3y0EJiOp1fRZBxNPz6PPybXvyVX16PJh8lXUiMXG9mXeJ83/0Gq9pJmj/dBJtOqQGHsm+VdhKXWRTzieVXSISJOwTjxWLuV3y8uM4Scpyg09o7PSpbuMJiOxhB6HdA9JXG83+9HzO6OpNrG/qiOH+5v7j7P7yI6Qo8HKu3QX48m49GE1kiEBRN9lP/LEobfGoOvJi5zxq13W4y1F/gSXqYQQnL6XeE1vgphR26QLKGu10zjQuVNQ8s/KlTE5tVRsZZdGdf0/9EFzwB1Hg5vnvxb8DY4rT2IuX31xaFnYhB6NvcTNCT0HbKMHLzj+42rGz1TnmOGi8+ZJmxPzNIUS9OLpTfnxCj999zaf095QSi2J/KzPSTwDb4RSGnbt7K26zXkTGwrtqV4V5b+/gUw15EV",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={},Q=[{value:"Request",id:"request",level:2}];function S(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)(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)(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)(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)(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)(p(),{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.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)(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 T(e={}){const{wrapper:s}={...(0,n.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([[82040],{80833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>g,default:()=>w,frontMatter:()=>b,metadata:()=>q,toc:()=>F});var i=a(85893),r=a(11151),n=a(58219),t=a.n(n),l=(a(62316),a(51039)),c=a.n(l),o=(a(82723),a(9487)),m=a.n(o),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),v=a.n(x),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:"eJyNVsFy2zYQ/RXOnpIMKdqK6054qmKrrWY8iWNZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi9+3ivQfWYNhWQ7KEnFUi3UVMH0QapVIYJfMcFaxCkCUqZrgUswwS0IYp82CjF5qL7ePn+TOEUDLFCjSoKFsNghUICZRKfsfUfKJfIXBBS8zsIIQMdap4SWkv4hT+qLjCDBKjKgxBpzssGCQ1mEOJFoPiYgtNs3LBqM1HmR0o4jTvnMAGrrfARwZrCg2BmkRh6BAry5yntsf4u6aTdb8oNzm2yVznT19OYC5dv6EbzjMvkObmwco1tUYjUjRJw1HbmsYovq6M++VjmVKMsHGDhe7XnhksJt0JW/7n6f/Bw8DAQtAHbbDoba2lzJEJCAFfWVFStQ3LNTYhvLC8wqGxN83ZBQ4UKmQ2cDYEFFVBE7uf/jlZPBB17qcfF3/Bqgk9awaSKVSVGADdbn3eDJU65cJiMbsP5CbIUNOttawwMnDZm/71DWTbSFUwAwlkzGBkKKpxozjlq13QpRTa3cT46vqSmHcKmcHslIbv4ne/Zt78l1fPs8EZiqpYo+ptcWFwi6rfGhfm9sa15e64VJhaoI4UIbxGqcxwiyLycopITpHXuz6TyIAadTv4jVSBLjHlG45Z4B3A0tCg0FwK5ySWyD8t2xH1rDy5Q4FmJ8m2SqntpMh9EohfxnHdM50mdqBIwqheWherVA4JUKCRqcybJI5rVpmdVNwcmpiV/KLHJyylMo9SGZYHLpcFqDhb5+5+2nSOFRtW5TT6nTGlvkj32MYehUOBEPp4Uk2H6JJmf0ttAhpSwEQWELLgDd8EAjHD7C2pweENzgEfcWVYyJGyUaUNGnFJDFnRqNLK1V3WsEamUE0qmu9y1d+eE59d6/2gjoe+IUt7K24bBERAMuOno8FPW4c6tc+OJZ1WW5fzpD3yw4lhdT7m7qBzrZ45dcT2Ad6J3MPUeU+v8tFCYHw1vomur6Lxh+fr22T8Pnk/Ht3c/v6V1MjFRvYl3ufNf5CqvaTJ4yzIZFoVKIx9s7yLsNS6iEc8r0o6RMQpGCcea7fyx8VlhpDzFIXG3vFJydIdBuPRFYReB3RPSRzv9/sRs7sjqbaxP6rjh9nd9NN8GtERejxQaYf+t9H11eia1kiEBRN9lP/LEobfGoOvJi5zxq13W4y1F/gSXsYQQnL6XeE1vgphR26QLKGu10zjQuVNQ8s/KlTE5tVRsZZdGdf0/9EFzwB1Hg5vnvxb8DY4rT2IuX31xaFnYhB6NvcTNCT0HbKMHLzj+52rGz1TnmOGi8+ZJmxPTNIUS9OLpTfnxCj999zaf095QSi2J/KzPSTwDb4RSGnbt7K26zXkTGwrtqV4V5b+/gUqwZET",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},g=void 0,q={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/RXOnpIMKdqK6054qmKrrWY8iWNZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi9+3ivQfWYNhWQ7KEnFUi3UVMH0QapVIYJfMcFaxCkCUqZrgUswwS0IYp82CjF5qL7ePn+TOEUDLFCjSoKFsNghUICZRKfsfUfKJfIXBBS8zsIIQMdap4SWkv4hT+qLjCDBKjKgxBpzssGCQ1mEOJFoPiYgtNs3LBqM1HmR0o4jTvnMAGrrfARwZrCg2BmkRh6BAry5yntsf4u6aTdb8oNzm2yVznT19OYC5dv6EbzjMvkObmwco1tUYjUjRJw1HbmsYovq6M++VjmVKMsHGDhe7XnhksJt0JW/7n6f/Bw8DAQtAHbbDoba2lzJEJCAFfWVFStQ3LNTYhvLC8wqGxN83ZBQ4UKmQ2cDYEFFVBE7uf/jlZPBB17qcfF3/Bqgk9awaSKVSVGADdbn3eDJU65cJiMbsP5CbIUNOttawwMnDZm/71DWTbSFUwAwlkzGBkKKpxozjlq13QpRTa3cT46vqSmHcKmcHslIbv4ne/Zt78l1fPs8EZiqpYo+ptcWFwi6rfGhfm9sa15e64VJhaoI4UIbxGqcxwiyLycopITpHXuz6TyIAadTv4jVSBLjHlG45Z4B3A0tCg0FwK5ySWyD8t2xH1rDy5Q4FmJ8m2SqntpMh9EohfxnHdM50mdqBIwqheWherVA4JUKCRqcybJI5rVpmdVNwcmpiV/KLHJyylMo9SGZYHLpcFqDhb5+5+2nSOFRtW5TT6nTGlvkj32MYehUOBEPp4Uk2H6JJmf0ttAhpSwEQWELLgDd8EAjHD7C2pweENzgEfcWVYyJGyUaUNGnFJDFnRqNLK1V3WsEamUE0qmu9y1d+eE59d6/2gjoe+IUt7K24bBERAMuOno8FPW4c6tc+OJZ1WW5fzpD3yw4lhdT7m7qBzrZ45dcT2Ad6J3MPUeU+v8tFCYHw1vomur6Lxh+fr22T8Pnk/Ht3c/v6V1MjFRvYl3ufNf5CqvaTJ4yzIZFoVKIx9s7yLsNS6iEc8r0o6RMQpGCcea7fyx8VlhpDzFIXG3vFJydIdBuPRFYReB3RPSRzv9/sRs7sjqbaxP6rjh9nd9NN8GtERejxQaYf+t9H11eia1kiEBRN9lP/LEobfGoOvJi5zxq13W4y1F/gSXsYQQnL6XeE1vgphR26QLKGu10zjQuVNQ8s/KlTE5tVRsZZdGdf0/9EFzwB1Hg5vnvxb8DY4rT2IuX31xaFnYhB6NvcTNCT0HbKMHLzj+52rGz1TnmOGi8+ZJmxPTNIUS9OLpTfnxCj999zaf095QSi2J/KzPSTwDb4RSGnbt7K26zXkTGwrtqV4V5b+/gUqwZET",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={},F=[{value:"Request",id:"request",level:2}];function T(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)(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:"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)(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)(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.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)(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 w(e={}){const{wrapper:s}={...(0,r.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/63a1965b.58cd2fab.js b/assets/js/63a1965b.9ab50559.js similarity index 51% rename from assets/js/63a1965b.58cd2fab.js rename to assets/js/63a1965b.9ab50559.js index 349de6242..0537ef61f 100644 --- a/assets/js/63a1965b.58cd2fab.js +++ b/assets/js/63a1965b.9ab50559.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86137],{11806:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>y,default:()=>R,frontMatter:()=>f,metadata:()=>E,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),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),v=a(9472),b=a.n(v),g=(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:"eJyFVsGS2jgQ/RVXn5KUwDNscohPSyZkQ1U2EAOHXUKlhN2AsrbkSPJMKMr/vtWSjQ14Ek5IbnW/br1+rRNYvjcQrcGisQNhMR8kSlqtsgw1bBioAjW3QslpChEYy7WNlbJTi/nKCLmfzxbLb/fAoOCa52hRk7sTSJ4jRFBo9R0T+5lWDISkLW4PwCBFk2hRkOsbO40/SqExhcjqEhmY5IA5h+gE9ligw6GF3ENVbbwxGvtOpUeyuPTrAC/ROMDxF2BA6aG0ZMqLIhOJyy78bsj+1A0lbEaxFjcuWnhryHgpk8OqFCkwnzSrgwr33wHesAa42lKaVC5NlbUCjUNirRbb0vpVbcu15keqmsXcdBERkPH5hIP0a/f/4bGneAzM0VjMO5+2SmXIJTDAnzwvKNqOZwYrBo88K7HvCqqKippijLveIBcX0vP9wM3Ccmt6YFSsW9+bw9ckWq2m7wO1CwquUdrAHyUnnow9sbuk/X3d5411jEaVOsErLlCZf3vVz93FL+ur0epjf4Hcp1l/6Vsi9tRup3TOLUSQcosDS1YVczrwwA1Oe+pdNbndOkNZ5lSCxWq6nACDxXIW/wMMlpPFkpYPk8/jeDpzXyZzYPBu8mEWT749fBovFu3yr3i2mnfWf0+WH2fv23Xjvl7W3scflpP47Mqvzp788uzILxs/fuXcbCoGpRQ/yv7Um3voCpPbMIWSxl/t6O7+VoEeNHKL6aXyvApf9YvNRFp9rI+MzVEm8eK33d3XGlVVI06x0Jg4BL6VGfwcULvuUQ5q6RxsVXoc1Ip9q5iX+Tg5DHiglbIBsSWgPnGKYVEaoaQfAI7nv4x15vxNTJL1HO1B0cwplHE509iIIHy8D0+daVGFdXiD+rEZPqXOIAIysypRWRWF4YmX9qC0sMcq5IW4SSvGQmk7V9ryLPC+HEAt+DbzdW7c+Tve8TKj7jlYW5gbd/PGtm0NMgRW2xPbzohuSfNRGRtQkQIu04CQBS/ELpCIKaYvSeM83uAacIsrxVwNtbMqnNFQKKLFhkqVlD7u+gRb5Br1uKTqrjf0mUZh3A7VSTMJLsfU+YrPGtBMk5pm7eV6Rm46Y+I5BT9vt0PBvwC6Y6C1OlO2Xl+9Qa7w9QCqddXHOCtpJ6VWQGF0N3o9uL8bjN4u795Gb/6IXo+Gb0d3/8KlaLaH645stKYVl46eCrlT3f7v0vAZjjZ3Pp5Pg1QlZY7SujdMLTE8cRJT12ZRFnSIeJhzQW1h/M6fN9xgkIkEpcHO8XHBkwMGo+EdZeDaiggcheHT09OQu69DpfdhfdSEn6YPk8+LyYCO0FhDbTz6N8P7e79HHZ1z2UX5nKj0Px4s/rRhkXHhJqCDdaoFYg2P9BqNrh6e5G3D4EBaEq3hdNpygyudVRVt/yiRaLDetB3vCJQKQ/9b6byCc1Z0eBHXk+FlcBm5F3Hz0JDHDi2B1YTtOqhIKA7IU9QdSj/4uIMl+Wk93LxnK9acGCcJFrZjSxPoQmbpIQ8MtvUzOlcpmWn+RI8c/gQRfIWvBFK59J0iuv0TZFzuS74nex+Wfv8DbUAwlQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,E={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:"eJyFVsGS2jgQ/RVXn5KUwDNscohPSyZkQ1U2EAOHXUKlhN2AsrbkSPJMKMr/vtWSjQ14Ek5IbnW/br1+rRNYvjcQrcGisQNhMR8kSlqtsgw1bBioAjW3QslpChEYy7WNlbJTi/nKCLmfzxbLb/fAoOCa52hRk7sTSJ4jRFBo9R0T+5lWDISkLW4PwCBFk2hRkOsbO40/SqExhcjqEhmY5IA5h+gE9ligw6GF3ENVbbwxGvtOpUeyuPTrAC/ROMDxF2BA6aG0ZMqLIhOJyy78bsj+1A0lbEaxFjcuWnhryHgpk8OqFCkwnzSrgwr33wHesAa42lKaVC5NlbUCjUNirRbb0vpVbcu15keqmsXcdBERkPH5hIP0a/f/4bGneAzM0VjMO5+2SmXIJTDAnzwvKNqOZwYrBo88K7HvCqqKippijLveIBcX0vP9wM3Ccmt6YFSsW9+bw9ckWq2m7wO1CwquUdrAHyUnnow9sbuk/X3d5411jEaVOsErLlCZf3vVz93FL+ur0epjf4Hcp1l/6Vsi9tRup3TOLUSQcosDS1YVczrwwA1Oe+pdNbndOkNZ5lSCxWq6nACDxXIW/wMMlpPFkpYPk8/jeDpzXyZzYPBu8mEWT749fBovFu3yr3i2mnfWf0+WH2fv23Xjvl7W3scflpP47Mqvzp788uzILxs/fuXcbCoGpRQ/yv7Um3voCpPbMIWSxl/t6O7+VoEeNHKL6aXyvApf9YvNRFp9rI+MzVEm8eK33d3XGlVVI06x0Jg4BL6VGfwcULvuUQ5q6RxsVXoc1Ip9q5iX+Tg5DHiglbIBsSWgPnGKYVEaoaQfAI7nv4x15vxNTJL1HO1B0cwplHE509iIIHy8D0+daVGFdXiD+rEZPqXOIAIysypRWRWF4YmX9qC0sMcq5IW4SSvGQmk7V9ryLPC+HEAt+DbzdW7c+Tve8TKj7jlYW5gbd/PGtm0NMgRW2xPbzohuSfNRGRtQkQIu04CQBS/ELpCIKaYvSeM83uAacIsrxVwNtbMqnNFQKKLFhkqVlD7u+gRb5Br1uKTqrjf0mUZh3A7VSTMJLsfU+YrPGtBMk5pm7eV6Rm46Y+I5BT9vt0PBvwC6Y6C1OlO2Xl+9Qa7w9QCqddXHOCtpJ6VWQGF0N3o9uL8bjN4u795Gb/6IXo+Gb0d3/8KlaLaH645stKYVl46eCrlT3f7v0vAZjjZ3Pp5Pg1QlZY7SujdMLTE8cRJT12ZRFnSIeJhzQW1h/M6fN9xgkIkEpcHO8XHBkwMGo+EdZeDaiggcheHT09OQu69DpfdhfdSEn6YPk8+LyYCO0FhDbTz6N8P7e79HHZ1z2UX5nKj0Px4s/rRhkXHhJqCDdaoFYg2P9BqNrh6e5G3D4EBaEq3hdNpygyudVRVt/yiRaLDetB3vCJQKQ/9b6byCc1Z0eBHXk+FlcBm5F3Hz0JDHDi2B1YTtOqhIKA7IU9QdSj/4uIMl+Wk93LxnK9acGCcJFrZjSxPoQmbpIQ8MtvUzOlcpmWn+RI8c/gQRfIWvBFK59J0iuv0TZFzuS74nex+Wfv8DbUAwlQ==",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"}},S={},q=[{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 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)(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)(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)(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)(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)(b(),{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)(x(),{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)(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)(N,{...e})}):N(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:()=>T,contentTitle:()=>S,default:()=>N,frontMatter:()=>f,metadata:()=>q,toc:()=>b});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),m=a.n(l),o=(a(82723),a(9487)),d=a.n(o),c=a(41429),p=a.n(c),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),g=a(9472),y=a.n(g),v=(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:"eJyFVk2T2jgQ/SuuPiUpgYfJflR8WjIhG6qygTVw2CVUStgNKGtLjiTPhKL837dasrEBT8IJya3u163Xr3UCy/cGojVYNHYgLOaDREmrVZahhg0DVaDmVig5TSECY7m2sVJ2ajFfGSH389li+WUEDAqueY4WNbk7geQ5QgSFVl8xsZ9oxUBI2uL2AAxSNIkWBbm+sdP4rRQaU4isLpGBSQ6Yc4hOYI8FOhxayD1U1cYbo7FvVXoki0u/DvASjQMc/w0MKD2Ulkx5UWQicdmFXw3Zn7qhhM0o1uLGRQtvDRkvZXJYlSIF5pNmdVDh/jvAG9YAV1tKk8qlqbJWoHFIrNViW1q/qm251vxIVbOYmy4iAjI+n3CQfuz+Pzz2FI+BORqLeefTVqkMuQQG+J3nBUXb8cxgxeCRZyX2XUFVUVFTjHHXG+TiQnq+H7hZWG5ND4yKdet7c/iaRKvV9F2gdkHBNUob+KPkxJOxJ3aXtD+v+7yxjtGoUid4xQUq80+v+rm7+GF9NVp97C+Q+zTrL31LxJ7a7ZTOuYUIUm5xYMmqYk4HHrjBaU+9qya3W2coy5xKsFhNlxNgsFjO4n+AwXKyWNLyYfJpHE9n7stkDgzeTt7P4smXh4/jxaJd/hnPVvPO+q/J8sPsXbtu3NfL2vv4/XISn1351dmTX54d+WXjx6+cm03FoJTiW9mfenMPXWFyG6ZQ0virvb8b3SrQg0ZuMb1Unlfhq36xmUirj/WRsTnKJF78tLv7WqOqasQpFhoTh8C3MoPvA2rXPcpBLZ2DrUqPg1qxbxXzMh8nhwEPtFI2ILYE1CdOMSxKI5T0A8Dx/Iexzpy/iUmynqM9KJo5hTIuZxobEYSPo/DUmRZVWIc3qB+b4VPqDCIgM6sSlVVRGJ54aQ9KC3usQl6Im7RiLJS2c6UtzwLvywHUgm8zX+fGnb/jHS8z6p6DtYW5cTdvbNvWIENgtT2x7YzoljQflLEBFSngMg0IWfBC7AKJmGL6kjTO4w2uAbe4UszVUDurwhkNhSJabKhUSenjrk+wRa5Rj0uq7npDn2kUxu1QnTST4HJMna/4rAHNNKlp1l6uZ+SmMyaeU/DzdjsU/AugOwZaqzNl6/XVG+QKXw+gWld9jLOSdlJqBRTu7+5/GYzuBvdvlqPfovvX0eu74ej3N//CpWi2h+uObLSmFZeOngq5U93+79LwGY42dz6eT4NUJWWO0ro3TC0xPHESU9dmURZ0iHiYc0FtYfzOHzfcYJCJBKXBzvFxwZMDBvfDO8rAtRUROArDp6enIXdfh0rvw/qoCT9OHyafFpMBHaGxhtp49L8ORyO/Rx2dc9lF+Zyo9D8eLH63YZFx4Sagg3WqBWINj/Qaja4enuRtw+BAWhKt4XTacoMrnVUVbX8rkWiw3rQd7wiUCkP/W+m8gnNWdHgR15PhZXAZuRdx89CQxw4tgdWE7TqoSCgOyFPUHUo/+LiDJflpPdy8ZyvWnBgnCRa2Y0sT6EJm6SEPDLb1MzpXKZlp/kSPHP4EEXyGzwRSufSdIrr9E2Rc7ku+J3sfln7/A2bLMJM=",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-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:"eJyFVk2T2jgQ/SuuPiUpgYfJflR8WjIhG6qygTVw2CVUStgNKGtLjiTPhKL837dasrEBT8IJya3u163Xr3UCy/cGojVYNHYgLOaDREmrVZahhg0DVaDmVig5TSECY7m2sVJ2ajFfGSH389li+WUEDAqueY4WNbk7geQ5QgSFVl8xsZ9oxUBI2uL2AAxSNIkWBbm+sdP4rRQaU4isLpGBSQ6Yc4hOYI8FOhxayD1U1cYbo7FvVXoki0u/DvASjQMc/w0MKD2Ulkx5UWQicdmFXw3Zn7qhhM0o1uLGRQtvDRkvZXJYlSIF5pNmdVDh/jvAG9YAV1tKk8qlqbJWoHFIrNViW1q/qm251vxIVbOYmy4iAjI+n3CQfuz+Pzz2FI+BORqLeefTVqkMuQQG+J3nBUXb8cxgxeCRZyX2XUFVUVFTjHHXG+TiQnq+H7hZWG5ND4yKdet7c/iaRKvV9F2gdkHBNUob+KPkxJOxJ3aXtD+v+7yxjtGoUid4xQUq80+v+rm7+GF9NVp97C+Q+zTrL31LxJ7a7ZTOuYUIUm5xYMmqYk4HHrjBaU+9qya3W2coy5xKsFhNlxNgsFjO4n+AwXKyWNLyYfJpHE9n7stkDgzeTt7P4smXh4/jxaJd/hnPVvPO+q/J8sPsXbtu3NfL2vv4/XISn1351dmTX54d+WXjx6+cm03FoJTiW9mfenMPXWFyG6ZQ0virvb8b3SrQg0ZuMb1Unlfhq36xmUirj/WRsTnKJF78tLv7WqOqasQpFhoTh8C3MoPvA2rXPcpBLZ2DrUqPg1qxbxXzMh8nhwEPtFI2ILYE1CdOMSxKI5T0A8Dx/Iexzpy/iUmynqM9KJo5hTIuZxobEYSPo/DUmRZVWIc3qB+b4VPqDCIgM6sSlVVRGJ54aQ9KC3usQl6Im7RiLJS2c6UtzwLvywHUgm8zX+fGnb/jHS8z6p6DtYW5cTdvbNvWIENgtT2x7YzoljQflLEBFSngMg0IWfBC7AKJmGL6kjTO4w2uAbe4UszVUDurwhkNhSJabKhUSenjrk+wRa5Rj0uq7npDn2kUxu1QnTST4HJMna/4rAHNNKlp1l6uZ+SmMyaeU/DzdjsU/AugOwZaqzNl6/XVG+QKXw+gWld9jLOSdlJqBRTu7+5/GYzuBvdvlqPfovvX0eu74ej3N//CpWi2h+uObLSmFZeOngq5U93+79LwGY42dz6eT4NUJWWO0ro3TC0xPHESU9dmURZ0iHiYc0FtYfzOHzfcYJCJBKXBzvFxwZMDBvfDO8rAtRUROArDp6enIXdfh0rvw/qoCT9OHyafFpMBHaGxhtp49L8ORyO/Rx2dc9lF+Zyo9D8eLH63YZFx4Sagg3WqBWINj/Qaja4enuRtw+BAWhKt4XTacoMrnVUVbX8rkWiw3rQd7wiUCkP/W+m8gnNWdHgR15PhZXAZuRdx89CQxw4tgdWE7TqoSCgOyFPUHUo/+LiDJflpPdy8ZyvWnBgnCRa2Y0sT6EJm6SEPDLb1MzpXKZlp/kSPHP4EEXyGzwRSufSdIrr9E2Rc7ku+J3sfln7/A2bLMJM=",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"}},T={},b=[{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:"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)(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)(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)(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)(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)(U,{...e})}):U(e)}}}]); \ No newline at end of file diff --git a/assets/js/647f4a2b.5bf9ee93.js b/assets/js/647f4a2b.5ff1ad8c.js similarity index 98% rename from assets/js/647f4a2b.5bf9ee93.js rename to assets/js/647f4a2b.5ff1ad8c.js index 84ba21ecd..5826aa8a3 100644 --- a/assets/js/647f4a2b.5bf9ee93.js +++ b/assets/js/647f4a2b.5ff1ad8c.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-29T09:53:43.087Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:43.087Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:43.087Z",\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-29T16:23:30.355Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:30.355Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:30.355Z",\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.6ba6e088.js b/assets/js/65f8d083.250c28bf.js similarity index 99% rename from assets/js/65f8d083.6ba6e088.js rename to assets/js/65f8d083.250c28bf.js index 1f949923a..787680a0e 100644 --- a/assets/js/65f8d083.6ba6e088.js +++ b/assets/js/65f8d083.250c28bf.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-29T09:53:43.097Z",\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-29T16:23:30.365Z",\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.479e3e93.js b/assets/js/6d1ffffd.266af4ff.js similarity index 98% rename from assets/js/6d1ffffd.479e3e93.js rename to assets/js/6d1ffffd.266af4ff.js index b014d0aa4..69136695b 100644 --- a/assets/js/6d1ffffd.479e3e93.js +++ b/assets/js/6d1ffffd.266af4ff.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-29T09:53:42.976Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.976Z",\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-29T16:23:30.231Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.231Z",\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.104be0cf.js b/assets/js/76d80f02.7801c6a7.js similarity index 98% rename from assets/js/76d80f02.104be0cf.js rename to assets/js/76d80f02.7801c6a7.js index 31cd286b0..84096924b 100644 --- a/assets/js/76d80f02.104be0cf.js +++ b/assets/js/76d80f02.7801c6a7.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-29T09:53:42.973Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.973Z",\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-29T16:23:30.229Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.229Z",\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.99f09de7.js b/assets/js/77f794d9.0783397e.js similarity index 99% rename from assets/js/77f794d9.99f09de7.js rename to assets/js/77f794d9.0783397e.js index ac6997d89..b3afebb6f 100644 --- a/assets/js/77f794d9.99f09de7.js +++ b/assets/js/77f794d9.0783397e.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-29T09:53:43.056Z",\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-29T09:53:43.056Z",\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-29T09:53:43.056Z",\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-29T16:23:30.321Z",\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-29T16:23:30.321Z",\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-29T16:23:30.321Z",\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.25ea2927.js b/assets/js/7ddbc678.0ae08ee7.js similarity index 99% rename from assets/js/7ddbc678.25ea2927.js rename to assets/js/7ddbc678.0ae08ee7.js index 5e377aac4..ade0e9ed1 100644 --- a/assets/js/7ddbc678.25ea2927.js +++ b/assets/js/7ddbc678.0ae08ee7.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-29T09:53:43.094Z",\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-29T16:23:30.362Z",\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.62d54654.js b/assets/js/7f5c8eef.62d54654.js new file mode 100644 index 000000000..97eaeeddc --- /dev/null +++ b/assets/js/7f5c8eef.62d54654.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79356],{46764:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>T,contentTitle:()=>y,default:()=>N,frontMatter:()=>b,metadata:()=>w,toc:()=>U});var i=s(85893),r=s(11151),l=s(58219),n=s.n(l),t=(s(62316),s(51039)),o=s.n(t),c=(s(82723),s(9487)),m=s.n(c),d=s(41429),p=s.n(d),h=s(5397),g=s.n(h),j=s(4667),u=s.n(j),x=s(9472),f=s.n(x),v=(s(1176),s(12005),s(85162));const b={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/iuefUoyAgNpO62fer1epzeTSa9wvJQwncVejBJZciQZjmH83zsrG2zOpOEJy6vdb1ff98kn8Jg7SFagTD5KjfbWKEUW1gJMSRa9NPoxgwRSS+jpg8kftLfHpZM6f/pr8fzvFASUaLEgT5YznUBjQZBAac1nSv1HfhIgNS+h34GAjFxqZcm5B3GWvlbSUgaJtxUJcOmOCoTkBP5YclrnrdQ51PW6CSbnfzPZkSOu814Qz/8GAdwbac9hWJZKpqG1+LPj2FO/jPSK6yxwf9ncgVqBwkqnu2UlMxDgZUE8qxab2XAnPBHL0/OSHKfcSs7Ypf6Dn7+3qZnisO1agPRUBACD169nu1w+/h6ZbeTJ+Yi3ReagKYv8TrpImRxq0W9oWE6Aoj2pW5VIVwUPhKw1FgQc0Opw0FsTcGwqjvIWU252ix4VCKj0F20OGta1gIKcw/xWl+1kb1TdGlughwQy9DQKUbWA6jb6OozrmlJhwZVGu2bOs8l0yJ37wJ3smjfv4ne3qRIk0W65c0edzhffPd5v4mXEGZWW0oAg2aJyJOBllJqMctKjlvSjjcmOo1Zr11y/1Us4bQH04kk7aXQj1S90hOR/cwvYo6pe12DxFeR3hq2hNC70x+JOIN5P41NP03WsTB4TjwgEOLL7s09UVkECHOtNalSdxPEJK78zVvpjHWMpB73MqTTWPxnrUUVNroDQStyoZrDndM2hbrFSzJad96UbpHs6x3Zs5kAQbTyT9IJoyJI/jfMRTylCnUWMLHojt5Emyih7y7pr8EavAXe4MirM2IaoMgSNpWEerHlUadXUXZ1gQ2jJ3lU84tWaX7NzzTv/e3jBomxs5mw3LTc6TXW+0empr/7eaiP6i7YvSu1CGoHCbDL7YTSdjGa/PE9/Smbvk/eT8fTnyT9wFmW/PltDTzf90/zGUZ9Hd/f0GGUmrQrSPjh3K01Mfa/VRVXyJj7OAiU34JqVXwcjFqBkStr1J3VXYrqjaDaeMPrATuZBEseHw2GM4e3Y2Dxut7r4w+P9w8fFw4i31AKY2g36H8fTabPG6ihQ98pcCfKq6YsheHrxcalQ6uBuNrC5EdgK9nznJtfXZqvuoLK1gB1LMlnB6bRBR0ur6pqXv1ZkmU/rTjOBXZl0/L9zm1eoLiYIb+atmb6NrgHcBN4uoj72fAREazv9BDVLbUeYke0Z031Td/TMeboMgwu8Fucdd2lKpe/FsmlfuRV/tYCATfvNUJiMwywe+J7HAyTwCT4xSBPaD54S1k+gUOdVI4OmLP/+A2nUKO0=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,w={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/iuefUoyAgNpO62fer1epzeTSa9wvJQwncVejBJZciQZjmH83zsrG2zOpOEJy6vdb1ff98kn8Jg7SFagTD5KjfbWKEUW1gJMSRa9NPoxgwRSS+jpg8kftLfHpZM6f/pr8fzvFASUaLEgT5YznUBjQZBAac1nSv1HfhIgNS+h34GAjFxqZcm5B3GWvlbSUgaJtxUJcOmOCoTkBP5YclrnrdQ51PW6CSbnfzPZkSOu814Qz/8GAdwbac9hWJZKpqG1+LPj2FO/jPSK6yxwf9ncgVqBwkqnu2UlMxDgZUE8qxab2XAnPBHL0/OSHKfcSs7Ypf6Dn7+3qZnisO1agPRUBACD169nu1w+/h6ZbeTJ+Yi3ReagKYv8TrpImRxq0W9oWE6Aoj2pW5VIVwUPhKw1FgQc0Opw0FsTcGwqjvIWU252ix4VCKj0F20OGta1gIKcw/xWl+1kb1TdGlughwQy9DQKUbWA6jb6OozrmlJhwZVGu2bOs8l0yJ37wJ3smjfv4ne3qRIk0W65c0edzhffPd5v4mXEGZWW0oAg2aJyJOBllJqMctKjlvSjjcmOo1Zr11y/1Us4bQH04kk7aXQj1S90hOR/cwvYo6pe12DxFeR3hq2hNC70x+JOIN5P41NP03WsTB4TjwgEOLL7s09UVkECHOtNalSdxPEJK78zVvpjHWMpB73MqTTWPxnrUUVNroDQStyoZrDndM2hbrFSzJad96UbpHs6x3Zs5kAQbTyT9IJoyJI/jfMRTylCnUWMLHojt5Emyih7y7pr8EavAXe4MirM2IaoMgSNpWEerHlUadXUXZ1gQ2jJ3lU84tWaX7NzzTv/e3jBomxs5mw3LTc6TXW+0empr/7eaiP6i7YvSu1CGoHCbDL7YTSdjGa/PE9/Smbvk/eT8fTnyT9wFmW/PltDTzf90/zGUZ9Hd/f0GGUmrQrSPjh3K01Mfa/VRVXyJj7OAiU34JqVXwcjFqBkStr1J3VXYrqjaDaeMPrATuZBEseHw2GM4e3Y2Dxut7r4w+P9w8fFw4i31AKY2g36H8fTabPG6ihQ98pcCfKq6YsheHrxcalQ6uBuNrC5EdgK9nznJtfXZqvuoLK1gB1LMlnB6bRBR0ur6pqXv1ZkmU/rTjOBXZl0/L9zm1eoLiYIb+atmb6NrgHcBN4uoj72fAREazv9BDVLbUeYke0Z031Td/TMeboMgwu8Fucdd2lKpe/FsmlfuRV/tYCATfvNUJiMwywe+J7HAyTwCT4xSBPaD54S1k+gUOdVI4OmLP/+A2nUKO0=",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"}},T={},U=[{value:"Request",id:"request",level:2}];function q(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)(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)(u(),{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)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(u(),{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)(u(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{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)(u(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{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)(m(),{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)(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)(g(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:a}={...(0,r.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/7f5c8eef.c8029294.js b/assets/js/7f5c8eef.c8029294.js deleted file mode 100644 index 849e5b1f0..000000000 --- a/assets/js/7f5c8eef.c8029294.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:()=>y,contentTitle:()=>b,default:()=>R,frontMatter:()=>f,metadata:()=>q,toc:()=>M});var i=s(85893),l=s(11151),r=s(58219),n=s.n(r),t=(s(62316),s(51039)),o=s.n(t),d=(s(82723),s(9487)),c=s.n(d),m=s(41429),p=s.n(m),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),x=s(9472),v=s.n(x),N=(s(1176),s(12005),s(85162));const f={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/RVhTklAWbabHFanuNstukCQbu31pY4R0NJYYkKRCknZawj692Io2ZJXTuOTRQ1n3gzfe1QNjmcW4g1InYWJVs5oKdHAloEu0XAntHpMIYbEIHf4SWcPypnT2gqVPf29ev46AwYlN7xAh4Yy1aB4gRBDafQ3TNxnemIgFC1xlwODFG1iREm5R3EGf1TCYAqxMxUysEmOBYe4BncqKa11RqgMmmbbBqN1v+v0RBHXeS+Il/8AA+oNlaMwXpZSJL616Jul2HpYRjhJdVb8cNncg9qA5JVK8nUlUmDgRIE0qw6b3lEnNBFD03MCLaXcC8rYp/6Tnn+1qZ3iuO2GgXBYeACj169nu14//hHofeDQuoC2BfqoMA1cLmwgdQYNGzY0LsdA4gHlrUqoqoIGgsZoAwyO3Ch/0HvtcewqinKGJ9TsnjsugUGlvit9VLBtGBRoLc9uddlN9kbVvTYFdxBDyh2GPqphUN1G3/hxXVPKL9hSK9vOeT6djblz77mTXvPmXfTuNlW8JLotC3tSyXL1y+P9KV5CnGJpMPEI4j2XFhm8hIlOMUMVdqQPdzo9hZ3Wrrl+qxd/2gzwxaGyQqtWqt/xBPH/5mZw4LJ6XYPEV6DLNVlDqa3vj8QdQ3SYRfVA000kdRYhjQgYWDSHs09URkIMFOt0omUTR1HNK5drI9ypiXgpRr0ssdTGPWnjuAzaXB6hEXwn28Ge07WHuueVJLbkzpV2lO7pHNuzmQKBdfFE0guiMUv+0tYFNKWAqzQgZMEbsQ8UYorpW9Jdizd4DbjHlWKhJ8ZHlT5oIjTxYEujSqq27qaGHXKDZlHRiDdbek3Otez97+GFF2VrM2e76bjRa6r3jV5PQ/UPVlvRX7R9UWof0goU5tP5+3A2Ded3z9O7+MNv8fv55G4+/xfOohzWJ2sY6GZ4mj856vPoFk+PQaqTqkDlvHN30uSJG7S6qkraRMdZcEEN2Hbl42jEDKRIUNnhpBYlT3IM5pMpoffsJB7EUXQ8Hifcv51ok0XdVht9erx/+Lx6CGlLw4Co3aL/MJnN2jVSR8HVoMyVIK+avhiCwxcXlZIL5d3NeDa3AtvAge7c+Pra7NTtVbZlkJMk4w3U9Y5bXBvZNLT8o0JDfNr2mvHsSoWl/73bvEJ1MUF4s+zM9G1wDeAm8G6Rq9PAR4B1tjNM0JDUcuQpmoEx3bd1w2fK02cYXeANO+9YJAmWbhBLpn3lVvTVAgx23TdDoVMKM/xI9zw/Qgxf4AuB1L597yl+vQbJVVa1MmjL0u8/jRoo+Q==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=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/RVhTklAWbabHFanuNstukCQbu31pY4R0NJYYkKRCknZawj692Io2ZJXTuOTRQ1n3gzfe1QNjmcW4g1InYWJVs5oKdHAloEu0XAntHpMIYbEIHf4SWcPypnT2gqVPf29ev46AwYlN7xAh4Yy1aB4gRBDafQ3TNxnemIgFC1xlwODFG1iREm5R3EGf1TCYAqxMxUysEmOBYe4BncqKa11RqgMmmbbBqN1v+v0RBHXeS+Il/8AA+oNlaMwXpZSJL616Jul2HpYRjhJdVb8cNncg9qA5JVK8nUlUmDgRIE0qw6b3lEnNBFD03MCLaXcC8rYp/6Tnn+1qZ3iuO2GgXBYeACj169nu14//hHofeDQuoC2BfqoMA1cLmwgdQYNGzY0LsdA4gHlrUqoqoIGgsZoAwyO3Ch/0HvtcewqinKGJ9TsnjsugUGlvit9VLBtGBRoLc9uddlN9kbVvTYFdxBDyh2GPqphUN1G3/hxXVPKL9hSK9vOeT6djblz77mTXvPmXfTuNlW8JLotC3tSyXL1y+P9KV5CnGJpMPEI4j2XFhm8hIlOMUMVdqQPdzo9hZ3Wrrl+qxd/2gzwxaGyQqtWqt/xBPH/5mZw4LJ6XYPEV6DLNVlDqa3vj8QdQ3SYRfVA000kdRYhjQgYWDSHs09URkIMFOt0omUTR1HNK5drI9ypiXgpRr0ssdTGPWnjuAzaXB6hEXwn28Ge07WHuueVJLbkzpV2lO7pHNuzmQKBdfFE0guiMUv+0tYFNKWAqzQgZMEbsQ8UYorpW9Jdizd4DbjHlWKhJ8ZHlT5oIjTxYEujSqq27qaGHXKDZlHRiDdbek3Otez97+GFF2VrM2e76bjRa6r3jV5PQ/UPVlvRX7R9UWof0goU5tP5+3A2Ded3z9O7+MNv8fv55G4+/xfOohzWJ2sY6GZ4mj856vPoFk+PQaqTqkDlvHN30uSJG7S6qkraRMdZcEEN2Hbl42jEDKRIUNnhpBYlT3IM5pMpoffsJB7EUXQ8Hifcv51ok0XdVht9erx/+Lx6CGlLw4Co3aL/MJnN2jVSR8HVoMyVIK+avhiCwxcXlZIL5d3NeDa3AtvAge7c+Pra7NTtVbZlkJMk4w3U9Y5bXBvZNLT8o0JDfNr2mvHsSoWl/73bvEJ1MUF4s+zM9G1wDeAm8G6Rq9PAR4B1tjNM0JDUcuQpmoEx3bd1w2fK02cYXeANO+9YJAmWbhBLpn3lVvTVAgx23TdDoVMKM/xI9zw/Qgxf4AuB1L597yl+vQbJVVa1MmjL0u8/jRoo+Q==",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"}},y={},M=[{value:"Request",id:"request",level:2}];function V(e){const a={h2:"h2",p:"p",...(0,l.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)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(N.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)(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:"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)(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)(n(),{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)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.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)(j(),{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:a}={...(0,l.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file diff --git a/assets/js/8858ccd2.ef81b156.js b/assets/js/8858ccd2.b2215ee1.js similarity index 99% rename from assets/js/8858ccd2.ef81b156.js rename to assets/js/8858ccd2.b2215ee1.js index d89931ded..aa58cc0ae 100644 --- a/assets/js/8858ccd2.ef81b156.js +++ b/assets/js/8858ccd2.b2215ee1.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-29T09:53:45.301Z",\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-29T09:53:45.301Z",\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-29T16:23:32.584Z",\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-29T16:23:32.584Z",\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.e21db547.js b/assets/js/88f92607.a310a555.js similarity index 63% rename from assets/js/88f92607.e21db547.js rename to assets/js/88f92607.a310a555.js index 6967d7a68..a7cb5ea3d 100644 --- a/assets/js/88f92607.e21db547.js +++ b/assets/js/88f92607.a310a555.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[20469],{96323:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>L,contentTitle:()=>N,default:()=>w,frontMatter:()=>v,metadata:()=>b,toc:()=>q});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),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),g=i(9472),y=i.n(g),f=(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:"eJydV12P2jgU/SvoPrVVIAzbVts8LTulWtTRDAuMVlrKg0ku4DaxU/tmZliU/766TiDOkH6oPAX7fvn43nOSI5DYWYhWQGipLwmzvrAHFfdjrcjoNEUD6wB0jkaQ1GqaQARbqaTdL9HSlDC7t1LtZvdLCCAXRmRIaDjkEZTIECLIjf6MMd3yvwCk4iVBewggQRsbmXPgCzuDXwtpMIGITIEB2HiPmYDoCHTIOawlI9UOyjI4Z6K6pGny3UQts5/Ps66M0dKfOjmwRTtsBcvkCeOCV+Z/QwAMIypiY5HnqYwdiuFnyx5HP5mklLN9aGHrYjQVrgBVspQOn1QUKt7fFzLhC6pr1RtGkG/C8JWRROtSExm5Kaj6V9sKY8SBcSLMrF8CJx6fPVwJ3w//BQ8deAVgD5Yw87Y2WqcoFASATyLLOdtWpBbLAB5EWmAX6mX57Po6Ep1QudgLYKtNJggiSARhn9iqDEBaW2c7ndkttLF2RkuO92OAC9JjJdLDf+x6cd6SGyHL6ka4LP+J0CiRLhxerpSfuqjJpd8P72pDdlbNWWcpG7L3Ju3cytNiJ5Wbzs7LLjaZpPeC/G2pCHdo/HuQit6+ZgeS8RekadIZregswjWD3CltsEbbdKPdXF1XkNbwdGU3SObQHdlt3W27ISBBhe3qQlRFxi01Gy8Wk/cQwIfx9MY9LJZ3s1n19HFaP01vl5P5/H62dP+ux7fXk5ubeufDHQTwz3h+C2vGEC1dC4udKFZwtfnNLdhcK1u1w2g4vCSyu49t5noVvuomq7uTLFxrnmbHeosftmCG1ordN4a9nvfcYCyIq3YEEcBTP9YJ7lD1aw7ub3Ry6NfE30W97TNVvNpjwHo8SFCNnbJSq0qtHIt9N8+ZpTrysTpkSHvNApkX7tSsPRGED6Pw6GlbGXL+8NioUAkBWDQPJ910zQ/sQzrWaRmF4VEUtNdG0qEMRS4vjjfHXBuaaUMi7VWxXLlGik1awX4KV933VhQpj+OeKLcX4WYn26Z12RCC2p5771zRZQP9pS31GLKeUEmPK+u9kNueQkwwednT215Vb+95wU1dCWZ6YJxV7owGUnODrBmquKjyro6wQWHQjAuGerX2txfcrjXpeUbnpqsP5LraDbkz4vcJYHmeN1I/OYlVW0nPPXMe85Pg1T176pZTe6+fw+zxQy1gMBqOXvevhv3Ru+XwXfTmt+j1m8HV71f/gidabbWpXlvO+uIF7ZSVVVsDGvMT9TcrPuN7h/SIfujTeGNS+HH42M85u6rZY2mPRX1ubkLWlFw5nknYq6rm3oZifW70wku11T6H+ZPzjbE6tel4Nu0lOi4YaEd7NU2KSkxrLloUOTvxBWRCOiCqlT8u2jmAVMaoLHru41zEe+yNBsMzkNypURg+Pj4OhNsdaLMLa1cb3kyvJ7eLSZ9d+E0Kja2qfzO4Gg6unHZrS5lQXpoOPux+yyJ8ojBPhVSeLlfUtoKHEQQQPXvBr6JF3lv2OoC9tsQex+NGWLw3aVny8tcC+VpX64asXIsm0vJzw//PijurE7yY1wL3steuo7P+0yuVOnhsDkE9yH4A/qz4pSpaXxe/UITnXzLP7lEkPDNnurmusvbd5DQBLr4v+ASVxziOMSfPlhW9pVjV99um/q7JdMJWRjzy5IlHiOATfOIStTu7I1W3foRUqF3h5ByqrPz7H0sQ7No=",sidebar_class_name:"put 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/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/SvoPrVVIAzbVts8LTulWtTRDAuMVlrKg0ku4DaxU/tmZliU/766TiDOkH6oPAX7fvn43nOSI5DYWYhWQGipLwmzvrAHFfdjrcjoNEUD6wB0jkaQ1GqaQARbqaTdL9HSlDC7t1LtZvdLCCAXRmRIaDjkEZTIECLIjf6MMd3yvwCk4iVBewggQRsbmXPgCzuDXwtpMIGITIEB2HiPmYDoCHTIOawlI9UOyjI4Z6K6pGny3UQts5/Ps66M0dKfOjmwRTtsBcvkCeOCV+Z/QwAMIypiY5HnqYwdiuFnyx5HP5mklLN9aGHrYjQVrgBVspQOn1QUKt7fFzLhC6pr1RtGkG/C8JWRROtSExm5Kaj6V9sKY8SBcSLMrF8CJx6fPVwJ3w//BQ8deAVgD5Yw87Y2WqcoFASATyLLOdtWpBbLAB5EWmAX6mX57Po6Ep1QudgLYKtNJggiSARhn9iqDEBaW2c7ndkttLF2RkuO92OAC9JjJdLDf+x6cd6SGyHL6ka4LP+J0CiRLhxerpSfuqjJpd8P72pDdlbNWWcpG7L3Ju3cytNiJ5Wbzs7LLjaZpPeC/G2pCHdo/HuQit6+ZgeS8RekadIZregswjWD3CltsEbbdKPdXF1XkNbwdGU3SObQHdlt3W27ISBBhe3qQlRFxi01Gy8Wk/cQwIfx9MY9LJZ3s1n19HFaP01vl5P5/H62dP+ux7fXk5ubeufDHQTwz3h+C2vGEC1dC4udKFZwtfnNLdhcK1u1w2g4vCSyu49t5noVvuomq7uTLFxrnmbHeosftmCG1ordN4a9nvfcYCyIq3YEEcBTP9YJ7lD1aw7ub3Ry6NfE30W97TNVvNpjwHo8SFCNnbJSq0qtHIt9N8+ZpTrysTpkSHvNApkX7tSsPRGED6Pw6GlbGXL+8NioUAkBWDQPJ910zQ/sQzrWaRmF4VEUtNdG0qEMRS4vjjfHXBuaaUMi7VWxXLlGik1awX4KV933VhQpj+OeKLcX4WYn26Z12RCC2p5771zRZQP9pS31GLKeUEmPK+u9kNueQkwwednT215Vb+95wU1dCWZ6YJxV7owGUnODrBmquKjyro6wQWHQjAuGerX2txfcrjXpeUbnpqsP5LraDbkz4vcJYHmeN1I/OYlVW0nPPXMe85Pg1T176pZTe6+fw+zxQy1gMBqOXvevhv3Ru+XwXfTmt+j1m8HV71f/gidabbWpXlvO+uIF7ZSVVVsDGvMT9TcrPuN7h/SIfujTeGNS+HH42M85u6rZY2mPRX1ubkLWlFw5nknYq6rm3oZifW70wku11T6H+ZPzjbE6tel4Nu0lOi4YaEd7NU2KSkxrLloUOTvxBWRCOiCqlT8u2jmAVMaoLHru41zEe+yNBsMzkNypURg+Pj4OhNsdaLMLa1cb3kyvJ7eLSZ9d+E0Kja2qfzO4Gg6unHZrS5lQXpoOPux+yyJ8ojBPhVSeLlfUtoKHEQQQPXvBr6JF3lv2OoC9tsQex+NGWLw3aVny8tcC+VpX64asXIsm0vJzw//PijurE7yY1wL3steuo7P+0yuVOnhsDkE9yH4A/qz4pSpaXxe/UITnXzLP7lEkPDNnurmusvbd5DQBLr4v+ASVxziOMSfPlhW9pVjV99um/q7JdMJWRjzy5IlHiOATfOIStTu7I1W3foRUqF3h5ByqrPz7H0sQ7No=",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"}},L={},q=[{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)(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)(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)(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.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)(f.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 +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[20469],{96323:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>S,frontMatter:()=>y,metadata:()=>N,toc:()=>D});var a=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),m=i.n(l),d=(i(82723),i(9487)),c=i.n(d),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),v=(i(1176),i(12005),i(85162));const y={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/SvRfWqrQBja7WrztOyUalFHMywwWmkpDya5gNvETu2bmaEo/311nUDMkH6oPAX7fvn43nOSA5DYWoiXQGipJwnznrB7lfQSrcjoLEMDqxB0gUaQ1GqSQgwbqaTdLdDShDC/t1Jtp/cLCKEQRuRIaDjkAZTIEWIojP6ECd3yvxCk4iVBOwghRZsYWXDgCzuDX0ppMIWYTIkh2GSHuYD4ALQvOKwlI9UWqio8ZaKmpEn63URnZj+fZ1Ubo6W/dLpni/OwNSzjJ0xKXpn9AyEwjKiIjUVRZDJxKEafLHsc/GSSMs72/gxbF6OtcAmo0oV0+GSiVMnuvpQpX1BTq14zgnwThq+MJFqXmsjIdUn1v8ZWGCP2jBNhbv0SOPHo5OFK+H74z7jvwCsEu7eEube11jpDoSAEfBJ5wdk2IrNYhfAgshK7UK+qZ9fXkeiIysVeCBttckEQQyoIe8RWVQjS2ibb8cxu4RxrZ7TgeD8GuCQ9UiLbf2XXi/NW3Ah53jTCZflPhEaJbO7wcqX81EWNL/1+eFdrstN6zjpLWZO9N1nnVpGVW6ncdHZedrnOJb0T5G9LRbhF49+DVPT2DTuQTD4jTdLOaGVnEa4Z5FZpgw3aphvt9uq6gpwNT1d2g2T23ZHd1t2mGwISVNquLkRV5txS09F8Pn4HIbwfTW7cw3xxN53WTx8mzdPkdjGeze6nC/fvenR7Pb65aXbe30EI/45mt7BiDNHStbDYiWIN1zm/uQVbaGXrdhgOBpdEdvfhnLleRa+6yeruKAvXmqfZsd78hy2Yo7Vi+41hb+a9MJgI4qodQYTw1Et0iltUvYaDe2ud7nsN8XdR7/mZal4NGLCABwnqsVNWalWrlWOx7+Y5sVRHPlaHHGmnWSCL0p2atSeG6GEYHTxtqyLOHx1aFaogBIvm4aibrvmBfUgnOqviKDqIknbaSNpXkSjkxfFmWGhDU21IZEEdy5VrpFhnNezHcPV9b0SZ8TjuiAp7EW56tG1blw0hbOy5904VXTbQ39pSwJAFQqUBVxa8kJtAIaaYvgz0JqjrDZ4X3NaVYq77xlkVzqgvNTfIiqFKyjrv8gBrFAbNqGSolyt/e87t2pCeZ3RquuZArqvdkDsjfp8AludZK/Xjo1idK+mpZ05jfhS8pmeP3XJs79VzmD1+aAQMhoPhm97VoDf8Y3H1Nh6+jl8P+2/e/v4feKJ1rjb1a8tJX7ygnbKyPNeA1vxI/e2Kz/jeIT2iH/g03pqUfhw+9nPOrmv2WNpjUZ+b25ANJdeOJxL2qmq4t6VYnxu98FJttM9h/uR8Y6yObTqaToJUJyUD7WivoUlRi2nDRfOyYCe+gFxIB0S98udFO4eQyQSVRc99VIhkh8GwPzgByZ0aR9Hj42NfuN2+NtuocbXRzeR6fDsf99iF36TQ2Lr63/pXg/6V025tKRfKS9PBh91vWYRPFBWZkMrT5ZralvAwhBDiZy/4dbTYe8tehbDTltjjcFgLi/cmqype/lIiX+ty1ZKVa9FUWn5u+f9ZcSd1ghezRuBeBud1dNZ/fKVSe4/NIWwG2Q/AnxW/VMXZ18UvFOH5V8yzOxQpz8yJbq7rrD03OW2Ai+8LPkHtMUoSLMizZUU/U6z6+23dfNfkOmUrIx558sQjxPARPnKJ2p3dkapbP0Am1LZ0cg51Vv79D0F47Ng=",sidebar_class_name:"put 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/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/SvRfWqrQBja7WrztOyUalFHMywwWmkpDya5gNvETu2bmaEo/311nUDMkH6oPAX7fvn43nOSA5DYWoiXQGipJwnznrB7lfQSrcjoLEMDqxB0gUaQ1GqSQgwbqaTdLdDShDC/t1Jtp/cLCKEQRuRIaDjkAZTIEWIojP6ECd3yvxCk4iVBOwghRZsYWXDgCzuDX0ppMIWYTIkh2GSHuYD4ALQvOKwlI9UWqio8ZaKmpEn63URnZj+fZ1Ubo6W/dLpni/OwNSzjJ0xKXpn9AyEwjKiIjUVRZDJxKEafLHsc/GSSMs72/gxbF6OtcAmo0oV0+GSiVMnuvpQpX1BTq14zgnwThq+MJFqXmsjIdUn1v8ZWGCP2jBNhbv0SOPHo5OFK+H74z7jvwCsEu7eEube11jpDoSAEfBJ5wdk2IrNYhfAgshK7UK+qZ9fXkeiIysVeCBttckEQQyoIe8RWVQjS2ibb8cxu4RxrZ7TgeD8GuCQ9UiLbf2XXi/NW3Ah53jTCZflPhEaJbO7wcqX81EWNL/1+eFdrstN6zjpLWZO9N1nnVpGVW6ncdHZedrnOJb0T5G9LRbhF49+DVPT2DTuQTD4jTdLOaGVnEa4Z5FZpgw3aphvt9uq6gpwNT1d2g2T23ZHd1t2mGwISVNquLkRV5txS09F8Pn4HIbwfTW7cw3xxN53WTx8mzdPkdjGeze6nC/fvenR7Pb65aXbe30EI/45mt7BiDNHStbDYiWIN1zm/uQVbaGXrdhgOBpdEdvfhnLleRa+6yeruKAvXmqfZsd78hy2Yo7Vi+41hb+a9MJgI4qodQYTw1Et0iltUvYaDe2ud7nsN8XdR7/mZal4NGLCABwnqsVNWalWrlWOx7+Y5sVRHPlaHHGmnWSCL0p2atSeG6GEYHTxtqyLOHx1aFaogBIvm4aibrvmBfUgnOqviKDqIknbaSNpXkSjkxfFmWGhDU21IZEEdy5VrpFhnNezHcPV9b0SZ8TjuiAp7EW56tG1blw0hbOy5904VXTbQ39pSwJAFQqUBVxa8kJtAIaaYvgz0JqjrDZ4X3NaVYq77xlkVzqgvNTfIiqFKyjrv8gBrFAbNqGSolyt/e87t2pCeZ3RquuZArqvdkDsjfp8AludZK/Xjo1idK+mpZ05jfhS8pmeP3XJs79VzmD1+aAQMhoPhm97VoDf8Y3H1Nh6+jl8P+2/e/v4feKJ1rjb1a8tJX7ygnbKyPNeA1vxI/e2Kz/jeIT2iH/g03pqUfhw+9nPOrmv2WNpjUZ+b25ANJdeOJxL2qmq4t6VYnxu98FJttM9h/uR8Y6yObTqaToJUJyUD7WivoUlRi2nDRfOyYCe+gFxIB0S98udFO4eQyQSVRc99VIhkh8GwPzgByZ0aR9Hj42NfuN2+NtuocbXRzeR6fDsf99iF36TQ2Lr63/pXg/6V025tKRfKS9PBh91vWYRPFBWZkMrT5ZralvAwhBDiZy/4dbTYe8tehbDTltjjcFgLi/cmqype/lIiX+ty1ZKVa9FUWn5u+f9ZcSd1ghezRuBeBud1dNZ/fKVSe4/NIWwG2Q/AnxW/VMXZ18UvFOH5V8yzOxQpz8yJbq7rrD03OW2Ai+8LPkHtMUoSLMizZUU/U6z6+23dfNfkOmUrIx558sQjxPARPnKJ2p3dkapbP0Am1LZ0cg51Vv79D0F47Ng=",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={},D=[{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)(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)(c(),{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)(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)(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)(c(),{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.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)(v.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 diff --git a/assets/js/8bcf2f56.29e0e0f9.js b/assets/js/8bcf2f56.967e9bca.js similarity index 52% rename from assets/js/8bcf2f56.29e0e0f9.js rename to assets/js/8bcf2f56.967e9bca.js index 0714d2898..608c3df15 100644 --- a/assets/js/8bcf2f56.29e0e0f9.js +++ b/assets/js/8bcf2f56.967e9bca.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53905],{49681:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>C,frontMatter:()=>g,metadata:()=>N,toc:()=>z});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)),d=a.n(o),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),y=a(9472),v=a.n(y),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/ivCPbUFbdlZMqx6qptkW4CgzeL4pa4x0NLZZieRKkklMQT99+FISpZtrV2eYup4993x+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/nT39PgUHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QGDDE2qRUmJz+I0fq+ExgwSqytkYNIdFhySGuy+RIdCC7mFpln5YDT2o8r2FHGcd05wI99XFCKjNYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf++NfRzCXvl/mx/MkCqTJBbBqTa3RiDTN0go0rqa1Wqwr63+FWK41J2zCYmH6te8sFrNuhyv/4/T/4H5gYAzM3lgsep/WSuXIJTDAV16UVG3Dc4MNg2eeVzg09qY5OcCBQoXKBvYyQFkVNLGb299ni/snYHBz+3HxB6waFlgzkEyjruQA6PbT581QqWMuLBZ3N5HaRBkaOrWWFVZFPnvTP76BbBulC24hgYxbHFmKavwojvnqFkyppPEncTGZnhPzWiO3mB3T8F387ufMm//06EU2OENZFWvUvU9CWtyi7rcmpP310rflz7jUmDqgnhQMXkepynCLchTkNCI5jYLezYlEBtRo2sFvlI5MianYCMyi4ACOhhalEUp6J3FE/mHZjqgn5ckdCrQ7RcZVKuMmRe6TQPw8jeue6TSxB0USRv3culilc0iAAq1KVd4kcVzzyu6UFnbfxLwUZz0+Yqm0fVDa8jzyuRxALfg69+fTpvOs2PAqp9HvrC3NWbqHNvYgHAoEFuJJNR2ic5r9qYyNaEgRl1lEyKI3YhNJxAyzt6QGjzc6BXzAlWGhxtpFlS5oLBQxZEWjSitfd1nDGrlGPatovstV//Oc+Oxb7wd1PAwNOdo7cbsgIAKSGT8eDP62dahj++xY0mm1dblA2gM/vBhWp2PuNnrX6plTR+wQEJzIX0yd9/QqHywELiYXl6PpZHTx/mnyPrn6Jbm8Gk9/m3whNQq5UX2J93nzH6RqD2n2cBdlKq0KlNbdWcFFeOpcJCCeVyVtIuIUXBCPjV/5cHaYDHKRojTY2z4rebrD6GI8ARZ0QOeUxPHLy8uYu69jpbdx2Gri+7vr20/z2xFtocsDtfHor8bTyXhKayTCgss+yv9lCcN3jcVXG5c5F867HcY6CHwJz/QoSY7fFUHjKwY7coNkCXW95gYXOm8aWv5eoSY2rw6KdezKhKH/Dy54AqjzcHjzGO6Ct9Fx7UHM7a0v9z0TAxbY3E/QkNB3yDNy8I7v177u6InyHDKcPWca1u6YpSmWthdLd86RUdKLDhisw3sqCELzFyI/f4EEvsJXAqlc+07Wbr2GnMttxbcU78vS378+Oo9X",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/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/ivCPbUFbdlZMqx6qptkW4CgzeL4pa4x0NLZZieRKkklMQT99+FISpZtrV2eYup4993x+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/nT39PgUHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QGDDE2qRUmJz+I0fq+ExgwSqytkYNIdFhySGuy+RIdCC7mFpln5YDT2o8r2FHGcd05wI99XFCKjNYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf++NfRzCXvl/mx/MkCqTJBbBqTa3RiDTN0go0rqa1Wqwr63+FWK41J2zCYmH6te8sFrNuhyv/4/T/4H5gYAzM3lgsep/WSuXIJTDAV16UVG3Dc4MNg2eeVzg09qY5OcCBQoXKBvYyQFkVNLGb299ni/snYHBz+3HxB6waFlgzkEyjruQA6PbT581QqWMuLBZ3N5HaRBkaOrWWFVZFPnvTP76BbBulC24hgYxbHFmKavwojvnqFkyppPEncTGZnhPzWiO3mB3T8F387ufMm//06EU2OENZFWvUvU9CWtyi7rcmpP310rflz7jUmDqgnhQMXkepynCLchTkNCI5jYLezYlEBtRo2sFvlI5MianYCMyi4ACOhhalEUp6J3FE/mHZjqgn5ckdCrQ7RcZVKuMmRe6TQPw8jeue6TSxB0USRv3culilc0iAAq1KVd4kcVzzyu6UFnbfxLwUZz0+Yqm0fVDa8jzyuRxALfg69+fTpvOs2PAqp9HvrC3NWbqHNvYgHAoEFuJJNR2ic5r9qYyNaEgRl1lEyKI3YhNJxAyzt6QGjzc6BXzAlWGhxtpFlS5oLBQxZEWjSitfd1nDGrlGPatovstV//Oc+Oxb7wd1PAwNOdo7cbsgIAKSGT8eDP62dahj++xY0mm1dblA2gM/vBhWp2PuNnrX6plTR+wQEJzIX0yd9/QqHywELiYXl6PpZHTx/mnyPrn6Jbm8Gk9/m3whNQq5UX2J93nzH6RqD2n2cBdlKq0KlNbdWcFFeOpcJCCeVyVtIuIUXBCPjV/5cHaYDHKRojTY2z4rebrD6GI8ARZ0QOeUxPHLy8uYu69jpbdx2Gri+7vr20/z2xFtocsDtfHor8bTyXhKayTCgss+yv9lCcN3jcVXG5c5F867HcY6CHwJz/QoSY7fFUHjKwY7coNkCXW95gYXOm8aWv5eoSY2rw6KdezKhKH/Dy54AqjzcHjzGO6Ct9Fx7UHM7a0v9z0TAxbY3E/QkNB3yDNy8I7v177u6InyHDKcPWca1u6YpSmWthdLd86RUdKLDhisw3sqCELzFyI/f4EEvsJXAqlc+07Wbr2GnMttxbcU78vS378+Oo9X",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 Y(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)(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)(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)(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)(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.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)(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 C(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(Y,{...e})}):Y(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:()=>U,contentTitle:()=>b,default:()=>w,frontMatter:()=>g,metadata:()=>N,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)),m=a.n(o),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),v=a(9472),x=a.n(v),y=(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:"eJyNVsFu2zgQ/RVhTm1BW7GbDbA6rZtkdwMEbRrHl3WNgpbGNrsSqZJUEkPQvy+GpGTZVtvNKaaGM2+G7z2yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/mT18nwKDkmhdoUVOmGiQvEBIotfqGqf1IvxgISUvc7oBBhibVoqTEZ3Eav1dCYwaJ1RUyMOkOCw5JDXZfokOhhdxC06x8MBr7QWV7ijjOOye4ke8rCpHRmkIZUJsoLW3iZZmL1HUZfzO0s+4XFTbHNpnv/fHzEcyl75f58TyJAmlyAaxaU2s0Ik2ztAKNq2mtFuvK+l8hlmvNCZuwWJh+7TuLxazb4cr/PP2/uB8YGAOzNxaL3qe1UjlyCQzwlRclVdvw3GDD4JnnFQ6NvWlODnCgUKGygb0MUFYFTezm9s/Z4v4JGNzcflj8BauGBdYMJNOoKzkAuv30aTNU6pgLi8XdTaQ2UYaGTq1lhVWRz970j28g20bpgltIIOMWR5aiGj+KY766BVMqafxJTC8m58S81sgtZsc0fBe/+zXz5r88epENzlBWxRp175OQFreo+60Jaa8ufVv+jEuNqQPqScHgdZSqDLcoR0FOI5LTKOjdnEhkQI2mHfxG6ciUmIqNwCwKDuBoaFEaoaR3Ekfkn5btiHpSntyhQLtTZFylMm5S5D4JxM+TuO6ZThN7UCRh1M+ti1U6hwQo0KpU5U0SxzWv7E5pYfdNzEtx1uMjlkrbB6UtzyOfywHUgq9zfz5tOs+KDa9yGv3O2tKcpXtoYw/CoUBgIZ5U0yE6p9nfytiIhhRxmUWELHojNpFEzDB7S2rweKNTwAdcGRZqrF1U6YLGQhFDVjSqtPJ1lzWskWvUs4rmu1z1P8+Jz771flDHw9CQo70TtwsCIiCZ8ePB4G9bhzq2z44lnVZblwukPfDDi2F1OuZuo3etnjl1xA4BwYn8xdR5T6/ywUJgejG9HE0uRtPfnyZXyfR98n46vry6+ofUKORG9SXe580PSNUe0uzhLspUWhUorbuzgovw1LlIQDyvStpExCm4IB4bv/LH2WEyyEWK0mBv+6zk6Q6j6fgCWNABnVMSxy8vL2Puvo6V3sZhq4nv765vP85vR7SFLg/UxqP/bTy5GE9ojURYcNlH+b8sYfiusfhq4zLnwnm3w1gHgS/hmR4lyfG7Imh8xWBHbpAsoa7X3OBC501Dy98r1MTm1UGxjl2ZMPT/wQVPAHUeDm8ew13wNjquPYi5vfXlvmdiwAKb+wkaEvoOeUYO3vH92tcdPVGeQ4az50zD2h2zNMXS9mLpzjkySnrRAYN1eE8FQWj+QuTnL5DAF/hCIJVr38nardeQc7mt+JbifVn6+w84JI9V",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/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/RVhTm1BW7GbDbA6rZtkdwMEbRrHl3WNgpbGNrsSqZJUEkPQvy+GpGTZVtvNKaaGM2+G7z2yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvMkjAWK7tvYtbGCG3D5/mT18nwKDkmhdoUVOmGiQvEBIotfqGqf1IvxgISUvc7oBBhibVoqTEZ3Eav1dCYwaJ1RUyMOkOCw5JDXZfokOhhdxC06x8MBr7QWV7ijjOOye4ke8rCpHRmkIZUJsoLW3iZZmL1HUZfzO0s+4XFTbHNpnv/fHzEcyl75f58TyJAmlyAaxaU2s0Ik2ztAKNq2mtFuvK+l8hlmvNCZuwWJh+7TuLxazb4cr/PP2/uB8YGAOzNxaL3qe1UjlyCQzwlRclVdvw3GDD4JnnFQ6NvWlODnCgUKGygb0MUFYFTezm9s/Z4v4JGNzcflj8BauGBdYMJNOoKzkAuv30aTNU6pgLi8XdTaQ2UYaGTq1lhVWRz970j28g20bpgltIIOMWR5aiGj+KY766BVMqafxJTC8m58S81sgtZsc0fBe/+zXz5r88epENzlBWxRp175OQFreo+60Jaa8ufVv+jEuNqQPqScHgdZSqDLcoR0FOI5LTKOjdnEhkQI2mHfxG6ciUmIqNwCwKDuBoaFEaoaR3Ekfkn5btiHpSntyhQLtTZFylMm5S5D4JxM+TuO6ZThN7UCRh1M+ti1U6hwQo0KpU5U0SxzWv7E5pYfdNzEtx1uMjlkrbB6UtzyOfywHUgq9zfz5tOs+KDa9yGv3O2tKcpXtoYw/CoUBgIZ5U0yE6p9nfytiIhhRxmUWELHojNpFEzDB7S2rweKNTwAdcGRZqrF1U6YLGQhFDVjSqtPJ1lzWskWvUs4rmu1z1P8+Jz771flDHw9CQo70TtwsCIiCZ8ePB4G9bhzq2z44lnVZblwukPfDDi2F1OuZuo3etnjl1xA4BwYn8xdR5T6/ywUJgejG9HE0uRtPfnyZXyfR98n46vry6+ofUKORG9SXe580PSNUe0uzhLspUWhUorbuzgovw1LlIQDyvStpExCm4IB4bv/LH2WEyyEWK0mBv+6zk6Q6j6fgCWNABnVMSxy8vL2Puvo6V3sZhq4nv765vP85vR7SFLg/UxqP/bTy5GE9ojURYcNlH+b8sYfiusfhq4zLnwnm3w1gHgS/hmR4lyfG7Imh8xWBHbpAsoa7X3OBC501Dy98r1MTm1UGxjl2ZMPT/wQVPAHUeDm8ew13wNjquPYi5vfXlvmdiwAKb+wkaEvoOeUYO3vH92tcdPVGeQ4az50zD2h2zNMXS9mLpzjkySnrRAYN1eE8FQWj+QuTnL5DAF/hCIJVr38nardeQc7mt+JbifVn6+w84JI9V",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"}},U={},z=[{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)(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:"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)(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)(x(),{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)(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)(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 w(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/8dc66840.0dc01a83.js b/assets/js/8dc66840.2659ab8c.js similarity index 99% rename from assets/js/8dc66840.0dc01a83.js rename to assets/js/8dc66840.2659ab8c.js index 558e6dd34..f675dab47 100644 --- a/assets/js/8dc66840.0dc01a83.js +++ b/assets/js/8dc66840.2659ab8c.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-29T09:53:43.463Z",\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-29T16:23:30.711Z",\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/974240c7.e2b59274.js b/assets/js/974240c7.3c539b6e.js similarity index 98% rename from assets/js/974240c7.e2b59274.js rename to assets/js/974240c7.3c539b6e.js index af973d398..cd7652c2d 100644 --- a/assets/js/974240c7.e2b59274.js +++ b/assets/js/974240c7.3c539b6e.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-29T09:53:42.988Z",\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-29T16:23:30.242Z",\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.b6b7b645.js b/assets/js/98aeac89.460acc5f.js similarity index 98% rename from assets/js/98aeac89.b6b7b645.js rename to assets/js/98aeac89.460acc5f.js index 714f82c2f..75cdd2101 100644 --- a/assets/js/98aeac89.b6b7b645.js +++ b/assets/js/98aeac89.460acc5f.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-29T09:53:45.325Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:45.325Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:45.325Z",\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-29T16:23:32.606Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:32.606Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:32.606Z",\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.496c3116.js b/assets/js/9a13fb7d.4bca74f0.js similarity index 99% rename from assets/js/9a13fb7d.496c3116.js rename to assets/js/9a13fb7d.4bca74f0.js index 3a3c0f92f..ce74d003b 100644 --- a/assets/js/9a13fb7d.496c3116.js +++ b/assets/js/9a13fb7d.4bca74f0.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-29T09:53:45.265Z",\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-29T16:23:32.551Z",\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.2298c0c5.js b/assets/js/9b665e50.40b36186.js similarity index 59% rename from assets/js/9b665e50.2298c0c5.js rename to assets/js/9b665e50.40b36186.js index 4dcd1d6fd..3e2e47568 100644 --- a/assets/js/9b665e50.2298c0c5.js +++ b/assets/js/9b665e50.40b36186.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[47678],{99950:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>L});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),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:"eJzlV9tu20gM/RWBT20hW056wVZP6zbZ3WB7ycbJy7rGYqyh7elKM+oMJxcY+vcFRxfLsRIkQN82T8mE5BxyDsmjLZBYO0jnkAuvs80oM5qsyXO0sIjBlGgFKaPPJKRQoF3jp2CH7sopvT7/Orv85whiKIUVBRJajrUFLQqEFEprvmNGX/ivGJTmI0EbiEGiy6wqOfSBncUfXlmUkJL1GIPLNlgISLdAdyWHdWSVXkNVLWpjdPTByDu22I/7mQFHeYM4amyjJRvHwKmiJnYTZZmrLGSafHfsu+1fqyjHNlyb/8Vfe1DngLeEWs68InQnPRgxtAAgrguziNtMzJLz5vpZLjUpdAEOkVVLT/Vfja2wVjBsRVi4PqwzwmLaelygM95mXMfH7/gX7wZKGsO1yD0OFbuq7j3bgDNqeamKAfcYVsYWgiAFKQhHxFbs8EDRdgGWxuQoNBt3dXysKPW50oRrtP17laZ3b4CzCDy+DIaHOFH7gp/zw3R29hFiODk9PYcFexn5qMPJ6W/Tq0+XweXD1e/Bp+6DgUI5EpaeU6q6/vutEQ5cabSra3I8mRz2wNc/96n+Knk1zO6a2D3+9MmtZEveGLQvlqG0uyTC7+SZ4d4r+QSGa5Hf8QR5wlt2DIy5T625VYUgPPH1ZOoZdsB2BTR+mQei/X9aaiPcBZJVe5n2ukjJJ/UJt5ujz0aqlUL59OsLJCEF9ef1cLmqn91TzfM/LTlzo/dsd2EsWv/AAHp219Z9oRypbI9fs+70yeSSuMKM3FBZhZSK+SPy8z2XZ9oNl+v1MQSe4i1mnr1/duiqGx5DrxHGyWDrNN1TWswEMUNXIncYw+0oMxLXqEfNvh/xvh81kqQ42OFDksEhRWYVuRKzQP+dhlA6ykxRGB0ZzY8WFpiryzJvRsCjELpxcACF5UyBtDGstUrjAgdYLqWQXB8l255KqpIaUBJi8PhFe92KL29zSIHNyWQmr9Ik2QpPG2MV3VWJKNVB1hdYGkvnxpLIozpWAGqVWOb1S7bhGi4Kn/MrbohKdxDuvLXddTIbQtzYcxt3iA5X1h/GUcTFioSWESOLXqhVpBElypf8MDXe6D7gHS6JhRnbYFUGo7EyzJoFlyrz9b3zLSxRWLRTz1WeL/r/nvGCrFPvG3VMbBIKezSMiWAUthQryIudLj29FUWZ431h17GlmyAtMVqSL+7XtTcfm6UAx5PjN6Ojyej4/eXkffr2dfrm7fjol8nf8Ii2qmX1Tk3NJ4s9UdRpn3o896Zw00Qdjt5AfBgJ7xy9Mv351+fbA2RsH3d6fhZJk/kCNYlGULOcEVmQMw2imS/ZibMuhGL+u/rk1wMSxJCrDLXDnvu0FNkGo+PxhBVM6B9+3zRJbm5uxiL8d2zsOmlcXfLp7OPpl9npiF14xaN1Nfq346PJ+IjPuIULoXvXPHe4DGsDwltKylyosJMC2m0zKOZwzV9j6f4HVR0fmjdmcbbh6ZLOYbtdCodXNq8qPv7h0XJfLHa9H3gqlePfdzP2HrBOXsKLi0Y0voz2MQxib2WYvuuxH+KmL/oBKh4ZGxSSl3bXOR/re0eBtrsIB19zVdx6TLMMS+rZshzeG7z8SQsxLJsPyqYFrLhhRSxuIIVv8I1BmrLbhuF8C7nQay/WbF9fyz//AZZSQ3Y=",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/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:"eJzlV9tu20gM/RWBT20hW056wVZP6zbZ3WB7ycbJy7rGYqyh7elKM+oMJxcY+vcFRxfLsRIkQN82T8mE5BxyDsmjLZBYO0jnkAuvs80oM5qsyXO0sIjBlGgFKaPPJKRQoF3jp2CH7sopvT7/Orv85whiKIUVBRJajrUFLQqEFEprvmNGX/ivGJTmI0EbiEGiy6wqOfSBncUfXlmUkJL1GIPLNlgISLdAdyWHdWSVXkNVLWpjdPTByDu22I/7mQFHeYM4amyjJRvHwKmiJnYTZZmrLGSafHfsu+1fqyjHNlyb/8Vfe1DngLeEWs68InQnPRgxtAAgrguziNtMzJLz5vpZLjUpdAEOkVVLT/Vfja2wVjBsRVi4PqwzwmLaelygM95mXMfH7/gX7wZKGsO1yD0OFbuq7j3bgDNqeamKAfcYVsYWgiAFKQhHxFbs8EDRdgGWxuQoNBt3dXysKPW50oRrtP17laZ3b4CzCDy+DIaHOFH7gp/zw3R29hFiODk9PYcFexn5qMPJ6W/Tq0+XweXD1e/Bp+6DgUI5EpaeU6q6/vutEQ5cabSra3I8mRz2wNc/96n+Knk1zO6a2D3+9MmtZEveGLQvlqG0uyTC7+SZ4d4r+QSGa5Hf8QR5wlt2DIy5T625VYUgPPH1ZOoZdsB2BTR+mQei/X9aaiPcBZJVe5n2ukjJJ/UJt5ujz0aqlUL59OsLJCEF9ef1cLmqn91TzfM/LTlzo/dsd2EsWv/AAHp219Z9oRypbI9fs+70yeSSuMKM3FBZhZSK+SPy8z2XZ9oNl+v1MQSe4i1mnr1/duiqGx5DrxHGyWDrNN1TWswEMUNXIncYw+0oMxLXqEfNvh/xvh81kqQ42OFDksEhRWYVuRKzQP+dhlA6ykxRGB0ZzY8WFpiryzJvRsCjELpxcACF5UyBtDGstUrjAgdYLqWQXB8l255KqpIaUBJi8PhFe92KL29zSIHNyWQmr9Ik2QpPG2MV3VWJKNVB1hdYGkvnxpLIozpWAGqVWOb1S7bhGi4Kn/MrbohKdxDuvLXddTIbQtzYcxt3iA5X1h/GUcTFioSWESOLXqhVpBElypf8MDXe6D7gHS6JhRnbYFUGo7EyzJoFlyrz9b3zLSxRWLRTz1WeL/r/nvGCrFPvG3VMbBIKezSMiWAUthQryIudLj29FUWZ431h17GlmyAtMVqSL+7XtTcfm6UAx5PjN6Ojyej4/eXkffr2dfrm7fjol8nf8Ii2qmX1Tk3NJ4s9UdRpn3o896Zw00Qdjt5AfBgJ7xy9Mv351+fbA2RsH3d6fhZJk/kCNYlGULOcEVmQMw2imS/ZibMuhGL+u/rk1wMSxJCrDLXDnvu0FNkGo+PxhBVM6B9+3zRJbm5uxiL8d2zsOmlcXfLp7OPpl9npiF14xaN1Nfq346PJ+IjPuIULoXvXPHe4DGsDwltKylyosJMC2m0zKOZwzV9j6f4HVR0fmjdmcbbh6ZLOYbtdCodXNq8qPv7h0XJfLHa9H3gqlePfdzP2HrBOXsKLi0Y0voz2MQxib2WYvuuxH+KmL/oBKh4ZGxSSl3bXOR/re0eBtrsIB19zVdx6TLMMS+rZshzeG7z8SQsxLJsPyqYFrLhhRSxuIIVv8I1BmrLbhuF8C7nQay/WbF9fyz//AZZSQ3Y=",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={},L=[{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)(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-29T09:53:45.319Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:45.319Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:45.319Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function _(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:()=>N,contentTitle:()=>y,default:()=>M,frontMatter:()=>v,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),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),b=(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:"eJzlV9tu40YM/RWBT7sL2XKcNEX1VOfSNuhe0jh5qdcoxhJtz1aa0c5wEgeG/r3g6GI5VoIE2LfmKZmQnEPOIXm0BRIrC/EMMuFUsh4kWpHRWYYG5iHoAo0gqdVVCjHkaFb40duhvbNSra6/TG//OYIQCmFEjoSGY21BiRwhhsLob5jQZ/4rBKn4SNAaQkjRJkYWHPrAzuB3Jw2mEJNxGIJN1pgLiLdAjwWHtWSkWkFZzitjtHSm00e22I/7iQEHWY04qG2DBRuHwKmiInYTRZHJxGcafbPsu+1eKynDJlyT/81fe1BngBtClU6dJLQXHRghNAAgrAozD5tM9ILz5voZLjVJtB4OkZELR9Vfta0wRjBsSZjbLqwrwnzSeNyg1c4kXMeX7/gXH3tKGsK9yBz2FbssnzxbjzOq9FbmPe4hLLXJBUEMqSAcEFuxwzNF2wVYaJ2hUGzc1vGlolTnUhGu0HTvlYpOT4Cz8Dy+9YaHOFG5nJ/zbDK9OocQLi4vr2HOXjp90eHi8rfJ3cdb73J297v3qfqgp1CWhKG3lKqq/35r+ANbaGWrmoxHo8Me+PLnPtU/RB/62V0Ru8OfLrll2pA3BOXyhS/tLgn/OzlmuHMyfQXDlcgeeYK84i1bBobcp0ZvZC4IL1w1mTqGLbBdAbVbZJ5o/5+WWgt7g2TkXqadLpLpq/qE283SJ53KpcT09dfnSCIV1J3X/eUqf3RP1c//uuT0g9qz3YUxaNwzA+jNXVv1hbQkkz1+TdvTV5MrxSUmZPvKKtJUMn9Edr3n8ka7/nIdj8HzFDeYOPb+0aHLdnj0vYYfJ72tU3dPYTARxAxdisxiCJtBolNcoRrU+37A+35QS5L8YIf3SQaLFOhlYAtMPP13GkKqINF5rlWgFT+aX2C2KsusHgEvQmjHwQEUljM50lqz1iq09RxguRRDdH8UbTsqqYwqQJGPweMXzX0jvpzJIAY2J53orIyjaCscrbWR9FhGopAHWd9goQ1da0MiC6pYHqiRYpFVL9mEq7koXMavuCYq7EG468Z218lsCGFtz23cIjpcWX9oSwEXKxAqDRhZ8E4uA4WYYvqeH6bCGzwFvMOVYq6HxlsV3mgoNbNmzqVKXHXvbAsLFAbNxHGVZ/Puv6e8IKvUu0YtE+uE/B71Y8Ib+S3FCvJmp0svNyIvMnwq7Fq2tBOkIUZD8vnTunbmY70UYDwanwyORoPxL7dHp/H4OD4eD09Of/4bXtBWlazeqanZaL4nilrtU43nzhSum6jF0RmIzyPhnaOWujv/unx7hozN406ur4JUJy5HRaIW1CxnROLlTI1o6gp24qxzIZn/tjr59YAEIWQyQWWx4z4pRLLGYDwcsYLx/cPvG0fRw8PDUPj/DrVZRbWrjT5enV9+nl4O2IVXPBpbof9peDQaHvEZt3AuVOeatw6Xfm1AuKGoyIT0O8mj3daDYgb3/DUW739QVfGhfmMWZ2ueLvEMttuFsHhnsrLk4+8ODffFfNf7nqeptPz7bsY+AdbKS3h3U4vG98E+hl7sjQxTjx32Q1j3RTdAySNjjSLlpd12znl178DTdhfh4GuuDBuPSZJgQR1blsN7g5c/aSGERf1BWbeAEQ+siMUDxPAVvjJIXbTb0J9vIRNq5cSK7atr+ec/j1ZDdA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,q={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/RWBT7sL2XKcNEX1VOfSNuhe0jh5qdcoxhJtz1aa0c5wEgeG/r3g6GI5VoIE2LfmKZmQnEPOIXm0BRIrC/EMMuFUsh4kWpHRWYYG5iHoAo0gqdVVCjHkaFb40duhvbNSra6/TG//OYIQCmFEjoSGY21BiRwhhsLob5jQZ/4rBKn4SNAaQkjRJkYWHPrAzuB3Jw2mEJNxGIJN1pgLiLdAjwWHtWSkWkFZzitjtHSm00e22I/7iQEHWY04qG2DBRuHwKmiInYTRZHJxGcafbPsu+1eKynDJlyT/81fe1BngBtClU6dJLQXHRghNAAgrAozD5tM9ILz5voZLjVJtB4OkZELR9Vfta0wRjBsSZjbLqwrwnzSeNyg1c4kXMeX7/gXH3tKGsK9yBz2FbssnzxbjzOq9FbmPe4hLLXJBUEMqSAcEFuxwzNF2wVYaJ2hUGzc1vGlolTnUhGu0HTvlYpOT4Cz8Dy+9YaHOFG5nJ/zbDK9OocQLi4vr2HOXjp90eHi8rfJ3cdb73J297v3qfqgp1CWhKG3lKqq/35r+ANbaGWrmoxHo8Me+PLnPtU/RB/62V0Ru8OfLrll2pA3BOXyhS/tLgn/OzlmuHMyfQXDlcgeeYK84i1bBobcp0ZvZC4IL1w1mTqGLbBdAbVbZJ5o/5+WWgt7g2TkXqadLpLpq/qE283SJ53KpcT09dfnSCIV1J3X/eUqf3RP1c//uuT0g9qz3YUxaNwzA+jNXVv1hbQkkz1+TdvTV5MrxSUmZPvKKtJUMn9Edr3n8ka7/nIdj8HzFDeYOPb+0aHLdnj0vYYfJ72tU3dPYTARxAxdisxiCJtBolNcoRrU+37A+35QS5L8YIf3SQaLFOhlYAtMPP13GkKqINF5rlWgFT+aX2C2KsusHgEvQmjHwQEUljM50lqz1iq09RxguRRDdH8UbTsqqYwqQJGPweMXzX0jvpzJIAY2J53orIyjaCscrbWR9FhGopAHWd9goQ1da0MiC6pYHqiRYpFVL9mEq7koXMavuCYq7EG468Z218lsCGFtz23cIjpcWX9oSwEXKxAqDRhZ8E4uA4WYYvqeH6bCGzwFvMOVYq6HxlsV3mgoNbNmzqVKXHXvbAsLFAbNxHGVZ/Puv6e8IKvUu0YtE+uE/B71Y8Ib+S3FCvJmp0svNyIvMnwq7Fq2tBOkIUZD8vnTunbmY70UYDwanwyORoPxL7dHp/H4OD4eD09Of/4bXtBWlazeqanZaL4nilrtU43nzhSum6jF0RmIzyPhnaOWujv/unx7hozN406ur4JUJy5HRaIW1CxnROLlTI1o6gp24qxzIZn/tjr59YAEIWQyQWWx4z4pRLLGYDwcsYLx/cPvG0fRw8PDUPj/DrVZRbWrjT5enV9+nl4O2IVXPBpbof9peDQaHvEZt3AuVOeatw6Xfm1AuKGoyIT0O8mj3daDYgb3/DUW739QVfGhfmMWZ2ueLvEMttuFsHhnsrLk4+8ODffFfNf7nqeptPz7bsY+AdbKS3h3U4vG98E+hl7sjQxTjx32Q1j3RTdAySNjjSLlpd12znl178DTdhfh4GuuDBuPSZJgQR1blsN7g5c/aSGERf1BWbeAEQ+siMUDxPAVvjJIXbTb0J9vIRNq5cSK7atr+ec/j1ZDdA==",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"}},N={},_=[{value:"Request",id:"request",level:2}];function L(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)(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:"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)(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)(o(),{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.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)(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-29T16:23:32.599Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:32.599Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:32.599Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "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)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/9cc3dc60.ce32933b.js b/assets/js/9cc3dc60.2bee08e2.js similarity index 62% rename from assets/js/9cc3dc60.ce32933b.js rename to assets/js/9cc3dc60.2bee08e2.js index 47486de94..8283209c5 100644 --- a/assets/js/9cc3dc60.ce32933b.js +++ b/assets/js/9cc3dc60.2bee08e2.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38395],{46077:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>N,contentTitle:()=>q,default:()=>D,frontMatter:()=>b,metadata:()=>y,toc:()=>k});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),c=(i(62316),i(51039)),t=i.n(c),d=(i(82723),i(9487)),p=i.n(d),o=i(41429),m=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),f=i(9472),v=i.n(f),g=(i(1176),i(12005),i(85162));const b={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:"eJydVlFv2zYQ/ivCPbUFbdlZUqx6mpc5mNEg8WwHA5b6gZbONjuJZEkqiSHovw9HSrYcuylWP8nk8e7jx+8+sgLHNxaSR8h5KdNtL1XSGZXnaGDJQGk03AklJxkksFYmxRshhd3e+ugHK+Rm+rAABpobXqBDQ8kqkLxASJqkkwwYCAkJaO62wCBDmxqhKfFxkMFvpTCYQeJMiQxsusWCQ1KB22lKKKTDDRpgBKbgLgx9vIS6Zvuq2qivmLo7+vdW4eO4H9a2zgi5gbpehmC07neV7SjiOO/aUzR+wbSkkdlfwIB4RekomGudi9TTGn+1tKLqFhMup2o3Z5IcID4CymwhCqRTavCpFe2GzsLQuTmB1pdzzohV6cK/JpYbw3dEjsPCdstOHBaj/Qpf9e30/+LuDEcM7M46LDpTK6Vy5BIY4AsvNFVb89xizeCJ5yWeY7quX53ZmUItESdzHY1k3GHPURQhc9yV9lw8yrIgbqej+Xz8BzC4GU1u/cd8cT+dhq/Pk+ZrcrcYz2YP04X/dz26ux7f3jYzN/fA4O/R7A6WddjGsbz8gNVK2sDixWBwqqP7z8fC+RB/OK+V+7ZNrxUR6/Uy/+HJFWgt33yH94Z6bTDljlD7s2Lw0ktVhhuUvaYFeiuV7XpN551T/vGebshDohAXhc6P1spEVmMq1gKzqOlKrxOH0golg6d4pb0JYK+kM0Coawt0W0VOpktPB5lCAvHTMK46XlDHAVdctc5Ux9YpDQwsmqfW4kqTQwK00KlU5XUSxxUv3VYZ4XZ1zLU42fwMtTJuqozjeRRyecxG8FUeDqVNF9Sw5mVO+t06p+1Jumkbe1AuBQJr4pc1gz2iU3n9qayLiLeIyywiZNE7sY4kYobZ+0ito4A3eg34gCvDQvWNj9I+qC8UyWdJVKVlqPtYwQq5QTMqie/HZXd6TmIOW+8G7SXZbMhr3ruIDyK7B/LO2cGHx62rHFveXjj7Lm+dqVF0K5lW/MvXNHfsoXEauBhcXPaGg97Fp8XgU3L1S3J51R/+OvgHDu7SmkhNN9Baddu1K4PvaKTlfDSdRJlKywKl8x3eOAJPvSM0bTcvNS0iiAUXJEsbRn47ORsGuUhRWuwsH2mebjG66A+ANbIm2pM4fn5+7nM/21dmEzdLbXw7uR7fzcc9WkL+jcYG9Ff94aA/pDGtrCu47JT5P61/3vQdvrhY51xIquCRVk0XP8LTEBgkx3d6qELjnUeG7+Ulg62yjhZW1YpbfDB5XdPwtxINqXZ56EyvokxY+j5Y4SuMe6OGd7PG699HnbJn99Bex3LXMS9gjWT3q+lx81P1j+n4CQjdBDUZyhZ5hqbTV9ehbm9BeQ4ZTl45tIewYpSmqF0nli62I38Ob8pV87oqVEZRhj/TG4g/QwJf4AthVH733j38eAU5l5vS32oQqtLvPxd8uTU=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,y={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:"eJydVlFv2zYQ/ivCPbUFbdlZUqx6mpc5mNEg8WwHA5b6gZbONjuJZEkqiSHovw9HSrYcuylWP8nk8e7jx+8+sgLHNxaSR8h5KdNtL1XSGZXnaGDJQGk03AklJxkksFYmxRshhd3e+ugHK+Rm+rAABpobXqBDQ8kqkLxASJqkkwwYCAkJaO62wCBDmxqhKfFxkMFvpTCYQeJMiQxsusWCQ1KB22lKKKTDDRpgBKbgLgx9vIS6Zvuq2qivmLo7+vdW4eO4H9a2zgi5gbpehmC07neV7SjiOO/aUzR+wbSkkdlfwIB4RekomGudi9TTGn+1tKLqFhMup2o3Z5IcID4CymwhCqRTavCpFe2GzsLQuTmB1pdzzohV6cK/JpYbw3dEjsPCdstOHBaj/Qpf9e30/+LuDEcM7M46LDpTK6Vy5BIY4AsvNFVb89xizeCJ5yWeY7quX53ZmUItESdzHY1k3GHPURQhc9yV9lw8yrIgbqej+Xz8BzC4GU1u/cd8cT+dhq/Pk+ZrcrcYz2YP04X/dz26ux7f3jYzN/fA4O/R7A6WddjGsbz8gNVK2sDixWBwqqP7z8fC+RB/OK+V+7ZNrxUR6/Uy/+HJFWgt33yH94Z6bTDljlD7s2Lw0ktVhhuUvaYFeiuV7XpN551T/vGebshDohAXhc6P1spEVmMq1gKzqOlKrxOH0golg6d4pb0JYK+kM0Coawt0W0VOpktPB5lCAvHTMK46XlDHAVdctc5Ux9YpDQwsmqfW4kqTQwK00KlU5XUSxxUv3VYZ4XZ1zLU42fwMtTJuqozjeRRyecxG8FUeDqVNF9Sw5mVO+t06p+1Jumkbe1AuBQJr4pc1gz2iU3n9qayLiLeIyywiZNE7sY4kYobZ+0ito4A3eg34gCvDQvWNj9I+qC8UyWdJVKVlqPtYwQq5QTMqie/HZXd6TmIOW+8G7SXZbMhr3ruIDyK7B/LO2cGHx62rHFveXjj7Lm+dqVF0K5lW/MvXNHfsoXEauBhcXPaGg97Fp8XgU3L1S3J51R/+OvgHDu7SmkhNN9Baddu1K4PvaKTlfDSdRJlKywKl8x3eOAJPvSM0bTcvNS0iiAUXJEsbRn47ORsGuUhRWuwsH2mebjG66A+ANbIm2pM4fn5+7nM/21dmEzdLbXw7uR7fzcc9WkL+jcYG9Ff94aA/pDGtrCu47JT5P61/3vQdvrhY51xIquCRVk0XP8LTEBgkx3d6qELjnUeG7+Ulg62yjhZW1YpbfDB5XdPwtxINqXZ56EyvokxY+j5Y4SuMe6OGd7PG699HnbJn99Bex3LXMS9gjWT3q+lx81P1j+n4CQjdBDUZyhZ5hqbTV9ehbm9BeQ4ZTl45tIewYpSmqF0nli62I38Ob8pV87oqVEZRhj/TG4g/QwJf4AthVH733j38eAU5l5vS32oQqtLvPxd8uTU=",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"}},N={},k=[{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:"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)(p(),{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:!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)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{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 D(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 +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38395],{46077:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>T,frontMatter:()=>y,metadata:()=>N,toc:()=>k});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),c=(i(62316),i(51039)),t=i.n(c),d=(i(82723),i(9487)),p=i.n(d),o=i(41429),m=i.n(o),h=i(5397),u=i.n(h),x=i(4667),f=i.n(x),j=i(9472),v=i.n(j),g=(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:"eJydVlFv2zYQ/ivCPbUFbTlulmF6mpc5mNEgcW0HA5b6gZbONjuJZEkqiSHovw9HSrYcuylWP8nk8e7jx+8+sgLHNxaSR8h5KdNtL1XSGZXnaGDJQGk03AklJxkksFYmxRshhd3e+ugHK+Rm+rAABpobXqBDQ8kqkLxASJqkkwwYCAkJaO62wCBDmxqhKfFxkMFvpTCYQeJMiQxsusWCQ1KB22lKKKTDDRpgBKbgLgxdXUJds31VbdRXTN0d/Xur8HHcD2tbZ4TcQF0vQzBa94fKdhRxnHftKRq/YFrSyOwzMCBeUToK5lrnIvW0xl8trai6xYTLqdrNmSQHiI+AMluIAumUGnxqRbuhszB0bk6g9eWcM2JVuvCvieXG8B2R47Cw3bITh8Vov8JXfTv9v7g7wxEDu7MOi87USqkcuQQG+MILTdXWPLdYM3jieYnnmK7rV2d2plBLxMlcRyMZd9hzFEXIHHelPRePsiyI2+loPh//CQxuRpNb/zFf3E+n4evTpPma3C3Gs9nDdOH/XY/urse3t83MzT0w+Hs0u4NlHbZxLC8/YLWSNrA4HAxOdXT/6Vg4H+IP57Vy37bptSJivV7mPzy5Aq3lm+/w3lCvDabcEWp/VgxeeqnKcIOy17RAb6WyXa/pvHPKP97TDXlIFOKi0PnRWpnIakzFWmAWNV3pdeJQWqFk8BSvtDcB7JV0Bgh1bYFuq8jJdOnpIFNIIH66iKuOF9RxwBVXrTPVsXVKAwOL5qm1uNLkkAAtdCpVeZ3EccVLt1VGuF0dcy1ONj9DrYybKuN4HoVcHrMRfJWHQ2nTBTWseZmTfrfOaXuSbtrGHpRLgcCa+GXNYI/oVF5/Kesi4i3iMosIWfROrCOJmGH2PlLrKOCNXgM+4MqwUH3jo7QP6gtF8lkSVWkZ6j5WsEJu0IxK4vtx2Z2ek5jD1rtBe0k2G/Ka9y7ig8jugbxzdvDhcesqx5a3F86+y1tnahTdSqYV//I1zR17aJwGhoPhZe9i0Bv+tri4SoYfk4/D/uXVr//AwV1aE6npBlqrbrt2ZfAdjbScj6aTKFNpWaB0vsMbR+Cpd4Sm7ealpkUEseCCZGnDyO8nZ8MgFylKi53lI83TLUbD/gBYI2uiPYnj5+fnPvezfWU2cbPUxreT6/HdfNyjJeTfaGxA/0v/YtC/oDGtrCu47JT5P61/3vQdvrhY51xIquCRVk0XP8LTBTBIju/0UIXGO48M38tLBltlHS2sqhW3+GDyuqbhbyUaUu3y0JleRZmw9H2wwlcY90YN72aN17+POmXP7qG9juWuY17AGsnuV9Pj5qfqH9PxExC6CWoylC3yDE2nr65D3d6C8hwynLxyaA9hxShNUbtOLF1sR/4c3pSr5nVVqIyiDH+mNxB/hgS+wBfCqPzuvXv48QpyLjelv9UgVKXffxOruTQ=",sidebar_class_name:"put 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/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:"eJydVlFv2zYQ/ivCPbUFbTlulmF6mpc5mNEgcW0HA5b6gZbONjuJZEkqiSHovw9HSrYcuylWP8nk8e7jx+8+sgLHNxaSR8h5KdNtL1XSGZXnaGDJQGk03AklJxkksFYmxRshhd3e+ugHK+Rm+rAABpobXqBDQ8kqkLxASJqkkwwYCAkJaO62wCBDmxqhKfFxkMFvpTCYQeJMiQxsusWCQ1KB22lKKKTDDRpgBKbgLgxdXUJds31VbdRXTN0d/Xur8HHcD2tbZ4TcQF0vQzBa94fKdhRxnHftKRq/YFrSyOwzMCBeUToK5lrnIvW0xl8trai6xYTLqdrNmSQHiI+AMluIAumUGnxqRbuhszB0bk6g9eWcM2JVuvCvieXG8B2R47Cw3bITh8Vov8JXfTv9v7g7wxEDu7MOi87USqkcuQQG+MILTdXWPLdYM3jieYnnmK7rV2d2plBLxMlcRyMZd9hzFEXIHHelPRePsiyI2+loPh//CQxuRpNb/zFf3E+n4evTpPma3C3Gs9nDdOH/XY/urse3t83MzT0w+Hs0u4NlHbZxLC8/YLWSNrA4HAxOdXT/6Vg4H+IP57Vy37bptSJivV7mPzy5Aq3lm+/w3lCvDabcEWp/VgxeeqnKcIOy17RAb6WyXa/pvHPKP97TDXlIFOKi0PnRWpnIakzFWmAWNV3pdeJQWqFk8BSvtDcB7JV0Bgh1bYFuq8jJdOnpIFNIIH66iKuOF9RxwBVXrTPVsXVKAwOL5qm1uNLkkAAtdCpVeZ3EccVLt1VGuF0dcy1ONj9DrYybKuN4HoVcHrMRfJWHQ2nTBTWseZmTfrfOaXuSbtrGHpRLgcCa+GXNYI/oVF5/Kesi4i3iMosIWfROrCOJmGH2PlLrKOCNXgM+4MqwUH3jo7QP6gtF8lkSVWkZ6j5WsEJu0IxK4vtx2Z2ek5jD1rtBe0k2G/Ka9y7ig8jugbxzdvDhcesqx5a3F86+y1tnahTdSqYV//I1zR17aJwGhoPhZe9i0Bv+tri4SoYfk4/D/uXVr//AwV1aE6npBlqrbrt2ZfAdjbScj6aTKFNpWaB0vsMbR+Cpd4Sm7ealpkUEseCCZGnDyO8nZ8MgFylKi53lI83TLUbD/gBYI2uiPYnj5+fnPvezfWU2cbPUxreT6/HdfNyjJeTfaGxA/0v/YtC/oDGtrCu47JT5P61/3vQdvrhY51xIquCRVk0XP8LTBTBIju/0UIXGO48M38tLBltlHS2sqhW3+GDyuqbhbyUaUu3y0JleRZmw9H2wwlcY90YN72aN17+POmXP7qG9juWuY17AGsnuV9Pj5qfqH9PxExC6CWoylC3yDE2nr65D3d6C8hwynLxyaA9hxShNUbtOLF1sR/4c3pSr5nVVqIyiDH+mNxB/hgS+wBfCqPzuvXv48QpyLjelv9UgVKXffxOruTQ=",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={},k=[{value:"Request",id:"request",level:2}];function P(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)(p(),{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)(f(),{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)(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)(s.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)(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)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{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)(f(),{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 T(e={}){const{wrapper:s}={...(0,r.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/9e8f0e1c.09cda467.js b/assets/js/9e8f0e1c.09cda467.js deleted file mode 100644 index 6e5bd9917..000000000 --- a/assets/js/9e8f0e1c.09cda467.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:()=>b,contentTitle:()=>k,default:()=>q,frontMatter:()=>f,metadata:()=>N,toc:()=>w});var i=a(85893),r=a(11151),l=a(58219),n=a.n(l),t=(a(62316),a(51039)),d=a.n(t),o=(a(82723),a(9487)),c=a.n(o),m=a(41429),p=a.n(m),u=a(5397),h=a.n(u),x=a(4667),g=a.n(x),y=a(9472),j=a.n(y),v=(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:"eJyFVsGS2jgQ/RVXn5KUjGfY5DA+LZmdrZ2qVHYWhssSDo3dGCWy5EgyDEX531MtG2wGknCCdqv7deu9Zw7gsXCQLkCZIka311mcGe2tUYosLAWYiix6afRjDilkltDTJ1M8aG/3cyd18fTv7BkEVGixJE+Wqx1AY0mQQmXNV8r8Z/4lQGoOod+AgJxcZmXFlS/yLH2vpaUcUm9rEuCyDZUI6QH8vuKyzlupC2iaZZtMzn80+Z4zzuue8E7/AwE8GWnPaVhVSmZhsOSr49zDsI30ivvMcHs63INagMJaZ5t5LXMQ4GVJvKkOm1nxJLwRy7vzkhyXXEuu2Jf+m3//7lC7xcuxGwHSUxkAXDx+vdv5/PGvyKwjT85HfCwyO0155DfSRcoU0IjhQJftBCjakrrWiXRd8kLIWmNBwA6tDhe9NgHHquYsbzHjYdfoUYGAWn/TZqdh2QgoyTksrk3ZbfZK17WxJXpIIUdPcchqBNTX0TdhXeeUCgFXGe3aPY9vbi+5cx+4k5/z5l3y7jpVgiC6IxPW0XT22+v9KV5GnFNlKQsI0jUqRwJe4szkVJCOO9LHK5Pv405r51y/Nku4bQH04kk7aXQr1W+0h/SXtQVsUdWve7D4SvIbw8ZQGRfmY3GnkGzHyWGg6SZRpkiIVwQCHNnt0SdqqyAFzvUmM6pJk+SAtd8YK/2+SbCSF7NMqTLWPxnrUUVtrYDQSlypdrHHcu2lrrFWzJaN95W7KPd0zO3ZzIkgunwm6QnRJUv+Mc5HvKUIdR4xsuiNXEeaKKf8LeuuxRu9Btzjyqk0IxuyqpA0koZ5sORVZXXbd3GAFaElO6l5xYslP2bnmvb+9/CCZdXazNFuOm70mup9o9fTUP2DaCv6k7ZPSu1TWoHC+Gb8Pr69icd3zzd36Yc/0vfj0d14/D8cRTnsz9Yw0M3wNn9y1cfVTZ4eo9xkdUnaB+fupImZH4w6qys+xNdZouQBXBv582LFApTMSLvhpiYVZhuKxqMbRh/YyTxIk2S3240wPB0ZWyTdUZd8erx/+Dx7iPlII4Cp3aL/MLq9bWOsjhL1oM2ZIM+GPhmCpxefVAqlDu5mA5tbgS1gOwYB6flrs1N3UNlSwIYlmS7gcFiho7lVTcPh7zVZ5tOy10xgVy4df+/d5hWqkwnCm2lnpm+jcwBXgXdB1PuBj4DobGdYoGGpbQhzsgNjum/7xs9cp69w8QJvxPHEJMuo8oNcNu0zt+r+s6y6/wylyTnN4o7f87iDFL7AFwZpwvjBU0L8AAp1UbcyaNvy5weQfyq2",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},k=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/RVXn5KUjGfY5DA+LZmdrZ2qVHYWhssSDo3dGCWy5EgyDEX531MtG2wGknCCdqv7deu9Zw7gsXCQLkCZIka311mcGe2tUYosLAWYiix6afRjDilkltDTJ1M8aG/3cyd18fTv7BkEVGixJE+Wqx1AY0mQQmXNV8r8Z/4lQGoOod+AgJxcZmXFlS/yLH2vpaUcUm9rEuCyDZUI6QH8vuKyzlupC2iaZZtMzn80+Z4zzuue8E7/AwE8GWnPaVhVSmZhsOSr49zDsI30ivvMcHs63INagMJaZ5t5LXMQ4GVJvKkOm1nxJLwRy7vzkhyXXEuu2Jf+m3//7lC7xcuxGwHSUxkAXDx+vdv5/PGvyKwjT85HfCwyO0155DfSRcoU0IjhQJftBCjakrrWiXRd8kLIWmNBwA6tDhe9NgHHquYsbzHjYdfoUYGAWn/TZqdh2QgoyTksrk3ZbfZK17WxJXpIIUdPcchqBNTX0TdhXeeUCgFXGe3aPY9vbi+5cx+4k5/z5l3y7jpVgiC6IxPW0XT22+v9KV5GnFNlKQsI0jUqRwJe4szkVJCOO9LHK5Pv405r51y/Nku4bQH04kk7aXQr1W+0h/SXtQVsUdWve7D4SvIbw8ZQGRfmY3GnkGzHyWGg6SZRpkiIVwQCHNnt0SdqqyAFzvUmM6pJk+SAtd8YK/2+SbCSF7NMqTLWPxnrUUVtrYDQSlypdrHHcu2lrrFWzJaN95W7KPd0zO3ZzIkgunwm6QnRJUv+Mc5HvKUIdR4xsuiNXEeaKKf8LeuuxRu9Btzjyqk0IxuyqpA0koZ5sORVZXXbd3GAFaElO6l5xYslP2bnmvb+9/CCZdXazNFuOm70mup9o9fTUP2DaCv6k7ZPSu1TWoHC+Gb8Pr69icd3zzd36Yc/0vfj0d14/D8cRTnsz9Yw0M3wNn9y1cfVTZ4eo9xkdUnaB+fupImZH4w6qys+xNdZouQBXBv582LFApTMSLvhpiYVZhuKxqMbRh/YyTxIk2S3240wPB0ZWyTdUZd8erx/+Dx7iPlII4Cp3aL/MLq9bWOsjhL1oM2ZIM+GPhmCpxefVAqlDu5mA5tbgS1gOwYB6flrs1N3UNlSwIYlmS7gcFiho7lVTcPh7zVZ5tOy10xgVy4df+/d5hWqkwnCm2lnpm+jcwBXgXdB1PuBj4DobGdYoGGpbQhzsgNjum/7xs9cp69w8QJvxPHEJMuo8oNcNu0zt+r+s6y6/wylyTnN4o7f87iDFL7AFwZpwvjBU0L8AAp1UbcyaNvy5weQfyq2",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"}},b={},w=[{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)(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)(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:"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)(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)(j(),{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)(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)(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)(Z,{...e})}):Z(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e8f0e1c.750f7592.js b/assets/js/9e8f0e1c.750f7592.js new file mode 100644 index 000000000..b43ab5fb5 --- /dev/null +++ b/assets/js/9e8f0e1c.750f7592.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[60369],{36275:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>y,default:()=>T,frontMatter:()=>b,metadata:()=>f,toc:()=>V});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)),d=a.n(c),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),v=a.n(x),k=(a(1176),a(12005),a(85162));const b={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:"eJyFVsGS2kYQ/RVVn2zXCAFOUolO2Ww2la1yOWtYLsEcGqkRY49m5JkRLEXp31M9EkgsOOYErZ7u1z3vPXEEj4WDdAnKFDG6g87izGhvjVJkYSXAVGTRS6Mfc0ghs4SePpjiQXt7WDipi6d/5s8goEKLJXmyXO0IGkuCFCprvlDmP/IvAVJzCP0WBOTkMisrrnyVZ+lbLS3lkHpbkwCXbalESI/gDxWXdd5KXUDTrNpkcv4Pkx8447LuGe/sEwjgyUh7TsOqUjILgyVfHOceh22kV9xnjrvz4R7UEhTWOtsuapmDAC9L4k112MyaJ+GNWN6dl+S45EZyxb70X/z7R4faLV6P3QiQnsoA4Orx690uFo9/RmYTeXI+4mOR2WvKI7+VLlKmgEYMB7puJ0DRjtStTqTrkhdC1hoLAvZodbjojQk41jVneYsZD7tBjwoE1PqrNnsNq0ZASc5hcWvKbrM3um6MLdFDCjl6ikNWI6C+jb4J67qkVAi4ymjX7nk6nlxz5z5wJ7/kzbvk3W2qBEF0R+5YR7P5D6/3u3gZcU6VpSwgSDeoHAl4iTOTU0E67kgfr01+iDutXXL91izhtgXQiyftpNGtVL/SAdL/rS1gh6p+3YPFV5LfGjaGyrgwH4s7hWQ3TY4DTTeJMkVCvCIQ4MjuTj5RWwUpcK43mVFNmiRHrP3WWOkPTYKVvJplRpWx/slYjypqawWEVuJatYs9lWsvdYO1YrZsva/cVbmnU27PZk4E0eUzSc+Irlnyt3E+4i1FqPOIkUVv5CbSRDnlb1l3Ld7oNeAeV06lGdmQVYWkkTTMgxWvKqvbvssjrAkt2buaV7xc8WN2rlnvfw8vWFatzZzspuNGr6neN3o9DdU/iLaiP2v7rNQ+pRUoTMfTn+LJOJ7+9jz5JZ2+T9+PR5NfJ//CSZTD/mwNA90Mb/M7V31a3d3TY5SbrC5J++DcnTQx84NR53XFh/g6S5Q8gGsjv1+tWICSGWk33NRdhdmWoulozOgDO5kHaZLs9/sRhqcjY4ukO+qSD4/3Dx/nDzEfaQQwtVv0P48mkzbG6ihRD9pcCPJi6LMheHrxSaVQ6uBuNrC5FdgSdlMQkF6+Njt1B5WtBGxZkukSjsc1OlpY1TQc/laTZT6tes0EduXS8ffebV6hOpsgvJl1Zvo2ugRwE3gXRH0Y+AiIznaGBRqW2pYwJzswpvu2b/zMdfoKVy/wRpxO3GUZVX6Qy6Z94Vbdf5Z195+hNDmnWdzzex73kMJn+MwgTRg/eEqIH0GhLupWBm1b/vwHcCQqqw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,f={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:"eJyFVsGS2kYQ/RVVn2zXCAFOUolO2Ww2la1yOWtYLsEcGqkRY49m5JkRLEXp31M9EkgsOOYErZ7u1z3vPXEEj4WDdAnKFDG6g87izGhvjVJkYSXAVGTRS6Mfc0ghs4SePpjiQXt7WDipi6d/5s8goEKLJXmyXO0IGkuCFCprvlDmP/IvAVJzCP0WBOTkMisrrnyVZ+lbLS3lkHpbkwCXbalESI/gDxWXdd5KXUDTrNpkcv4Pkx8447LuGe/sEwjgyUh7TsOqUjILgyVfHOceh22kV9xnjrvz4R7UEhTWOtsuapmDAC9L4k112MyaJ+GNWN6dl+S45EZyxb70X/z7R4faLV6P3QiQnsoA4Orx690uFo9/RmYTeXI+4mOR2WvKI7+VLlKmgEYMB7puJ0DRjtStTqTrkhdC1hoLAvZodbjojQk41jVneYsZD7tBjwoE1PqrNnsNq0ZASc5hcWvKbrM3um6MLdFDCjl6ikNWI6C+jb4J67qkVAi4ymjX7nk6nlxz5z5wJ7/kzbvk3W2qBEF0R+5YR7P5D6/3u3gZcU6VpSwgSDeoHAl4iTOTU0E67kgfr01+iDutXXL91izhtgXQiyftpNGtVL/SAdL/rS1gh6p+3YPFV5LfGjaGyrgwH4s7hWQ3TY4DTTeJMkVCvCIQ4MjuTj5RWwUpcK43mVFNmiRHrP3WWOkPTYKVvJplRpWx/slYjypqawWEVuJatYs9lWsvdYO1YrZsva/cVbmnU27PZk4E0eUzSc+Irlnyt3E+4i1FqPOIkUVv5CbSRDnlb1l3Ld7oNeAeV06lGdmQVYWkkTTMgxWvKqvbvssjrAkt2buaV7xc8WN2rlnvfw8vWFatzZzspuNGr6neN3o9DdU/iLaiP2v7rNQ+pRUoTMfTn+LJOJ7+9jz5JZ2+T9+PR5NfJ//CSZTD/mwNA90Mb/M7V31a3d3TY5SbrC5J++DcnTQx84NR53XFh/g6S5Q8gGsjv1+tWICSGWk33NRdhdmWoulozOgDO5kHaZLs9/sRhqcjY4ukO+qSD4/3Dx/nDzEfaQQwtVv0P48mkzbG6ihRD9pcCPJi6LMheHrxSaVQ6uBuNrC5FdgSdlMQkF6+Njt1B5WtBGxZkukSjsc1OlpY1TQc/laTZT6tes0EduXS8ffebV6hOpsgvJl1Zvo2ugRwE3gXRH0Y+AiIznaGBRqW2pYwJzswpvu2b/zMdfoKVy/wRpxO3GUZVX6Qy6Z94Vbdf5Z195+hNDmnWdzzex73kMJn+MwgTRg/eEqIH0GhLupWBm1b/vwHcCQqqw==",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={},V=[{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:"/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)(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)(k.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)(k.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)(k.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(k.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)(k.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)(W,{...e})}):W(e)}}}]); \ No newline at end of file diff --git a/assets/js/a11b35f8.50e11da1.js b/assets/js/a11b35f8.c8dd2c87.js similarity index 98% rename from assets/js/a11b35f8.50e11da1.js rename to assets/js/a11b35f8.c8dd2c87.js index fb9ca10b8..3cb468e01 100644 --- a/assets/js/a11b35f8.50e11da1.js +++ b/assets/js/a11b35f8.c8dd2c87.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-29T09:53:45.327Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:45.327Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:45.327Z",\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-29T16:23:32.607Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:32.607Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:32.607Z",\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.811bce1a.js b/assets/js/a59479b4.98f228bc.js similarity index 98% rename from assets/js/a59479b4.811bce1a.js rename to assets/js/a59479b4.98f228bc.js index a20ec2111..95243f7c5 100644 --- a/assets/js/a59479b4.811bce1a.js +++ b/assets/js/a59479b4.98f228bc.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-29T09:53:45.214Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.214Z",\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-29T16:23:32.504Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.504Z",\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.4b75ccc8.js b/assets/js/ab9eee5d.a7c12eb2.js similarity index 64% rename from assets/js/ab9eee5d.4b75ccc8.js rename to assets/js/ab9eee5d.a7c12eb2.js index 03939db0c..18a37bb03 100644 --- a/assets/js/ab9eee5d.4b75ccc8.js +++ b/assets/js/ab9eee5d.a7c12eb2.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34908],{45253:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>T,frontMatter:()=>E,metadata:()=>S,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),c=a.n(l),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),f=a.n(g),y=(a(1176),a(12005),a(85162));const E={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/RVXn5KUwDNscohPSyZkQ1U2sAYOu4TaEnYDytqSI8kzQ1H+962WbGzAk3BCcqv7dev1a53A8r2BaA0WjR0Ii/mAm6NMBomSVqssQw0bBqpAza1QcppCBMZybWOl7NRivjJC7uezxRIYFFzzHC1qcnkCyXOECAqtvmNiv9KKgZC0xe0BGKRoEi0Kcnxjp/FHKTSmEFldIgOTHDDnEJ3AHgt0KLSQe6iqjTdGYz+o9EgWl34d3CUaBzf+CxhQcigtmfKiyETicgu/G7I/dUMJm1GsxY2LFt4aMl7K5LAqRQrMJ83qoML9d4A3rAGutpQmlUtTXa1A45BYq8W2tH5V23Kt+ZGqZjE3XUQEZHw+4SD93P1/eOwpHgNzNBbzzqetUhlyCQzwmecFRdvxzGDF4JFnJfZdQVVRUVOMcdcb5OJCer4fuFlYbk0PjIp163tz+JpEq9X0Y6B2QcE1Shv4o+TEk7Endpe0v677vLGO0ahSJ3jFBSrzL6/6pbv4aX01Wn3sL5D7NOsvfUvEntrtlM65hQhSbnFgyapiTgseuMFpT72rJrdbZyjLnEqwWE2XE2CwWM7iv4HBcuLEYfEw+TqOpzP3ZTIHBh8mn2bx5N+HL+PFol3+Ec9W8876z8ny8+xju27c18va+/jTchKfXfnV2ZNfnh35ZePHr5ybTcWglOJH2Z96cw9dYXIbplDS+Ksd3d3fKtCDRm4xvVSeN+GbfrGZSKuP9ZExiXG8+GV397VGVdWIUyw0Jg6Bb2UGzwNq1z3KQS2dg61Kj4NasW8V8zIfJ4cBD7RSNiC2BNQnTjEsSiOU9APA8fynsc6cv4lJsp6jPSiaOIUyLmcaGxGEj6Pw1JkWVViHN6gfm+FT6gwiIDOrEpVVURieeGkPSgt7rEJeiJu0YiyUtnOlLc8C78sB1IJvM1/nxp2/4x0vM+qeg7WFuXE3b2zb1iBDYLU9se2M6JY0n5WxARUp4DINCFnwSuwCiZhi+po0zuMNrgG3uFLM1VA7q8IZDYUiWmyoVEnp465PsEWuUY9Lqu56Q59pFMbtUJ00k+ByTJ2v+KwBzTSpadZermfkpjMmXlLw83Y7FPwLoDsGWqszZev11RvkCl8PoFpXfYyzknZSagUURnejt4P7u8Ho/fLuffTut+jtaPh+NPoHLkWzPVx3ZKM1rbh09FTIner2f5eGL3C0ufPxfBqkKilzlNa9YWqJ4YmTmLo2i7KgQ8TDnAtqC+N3fr/hBoNMJCgNdo6PC54cMBgN7ygD11ZE4CgMn56ehtx9HSq9D+ujJvwyfZh8XUwGdITGGmrj0b8b3t/7PeronMsuypdEpf/xYPHZhkXGhZuADtapFog1PI6AQXT18CRvGwYH0pJoDafTlhtc6ayqaPtHiUSD9abteEegVBj630rnFZyzosOruJ4Mr4PLyL2Im4eGPHZoCawmbNdBRUJxQJ6i7lD6wccdLMlP6+HmPVux5sQ4SbCwHVuaQBcyWz/jt/UzOlcpmWn+RI8c/gQRfINvBFK59J0iuv0TZFzuS74nex+Wfv8D0WAyVA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,S={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/RVXn5KUwDNscohPSyZkQ1U2sAYOu4TaEnYDytqSI8kzQ1H+962WbGzAk3BCcqv7dev1a53A8r2BaA0WjR0Ii/mAm6NMBomSVqssQw0bBqpAza1QcppCBMZybWOl7NRivjJC7uezxRIYFFzzHC1qcnkCyXOECAqtvmNiv9KKgZC0xe0BGKRoEi0Kcnxjp/FHKTSmEFldIgOTHDDnEJ3AHgt0KLSQe6iqjTdGYz+o9EgWl34d3CUaBzf+CxhQcigtmfKiyETicgu/G7I/dUMJm1GsxY2LFt4aMl7K5LAqRQrMJ83qoML9d4A3rAGutpQmlUtTXa1A45BYq8W2tH5V23Kt+ZGqZjE3XUQEZHw+4SD93P1/eOwpHgNzNBbzzqetUhlyCQzwmecFRdvxzGDF4JFnJfZdQVVRUVOMcdcb5OJCer4fuFlYbk0PjIp163tz+JpEq9X0Y6B2QcE1Shv4o+TEk7Endpe0v677vLGO0ahSJ3jFBSrzL6/6pbv4aX01Wn3sL5D7NOsvfUvEntrtlM65hQhSbnFgyapiTgseuMFpT72rJrdbZyjLnEqwWE2XE2CwWM7iv4HBcuLEYfEw+TqOpzP3ZTIHBh8mn2bx5N+HL+PFol3+Ec9W8876z8ny8+xju27c18va+/jTchKfXfnV2ZNfnh35ZePHr5ybTcWglOJH2Z96cw9dYXIbplDS+Ksd3d3fKtCDRm4xvVSeN+GbfrGZSKuP9ZExiXG8+GV397VGVdWIUyw0Jg6Bb2UGzwNq1z3KQS2dg61Kj4NasW8V8zIfJ4cBD7RSNiC2BNQnTjEsSiOU9APA8fynsc6cv4lJsp6jPSiaOIUyLmcaGxGEj6Pw1JkWVViHN6gfm+FT6gwiIDOrEpVVURieeGkPSgt7rEJeiJu0YiyUtnOlLc8C78sB1IJvM1/nxp2/4x0vM+qeg7WFuXE3b2zb1iBDYLU9se2M6JY0n5WxARUp4DINCFnwSuwCiZhi+po0zuMNrgG3uFLM1VA7q8IZDYUiWmyoVEnp465PsEWuUY9Lqu56Q59pFMbtUJ00k+ByTJ2v+KwBzTSpadZermfkpjMmXlLw83Y7FPwLoDsGWqszZev11RvkCl8PoFpXfYyzknZSagUURnejt4P7u8Ho/fLuffTut+jtaPh+NPoHLkWzPVx3ZKM1rbh09FTIner2f5eGL3C0ufPxfBqkKilzlNa9YWqJ4YmTmLo2i7KgQ8TDnAtqC+N3fr/hBoNMJCgNdo6PC54cMBgN7ygD11ZE4CgMn56ehtx9HSq9D+ujJvwyfZh8XUwGdITGGmrj0b8b3t/7PeronMsuypdEpf/xYPHZhkXGhZuADtapFog1PI6AQXT18CRvGwYH0pJoDafTlhtc6ayqaPtHiUSD9abteEegVBj630rnFZyzosOruJ4Mr4PLyL2Im4eGPHZoCawmbNdBRUJxQJ6i7lD6wccdLMlP6+HmPVux5sQ4SbCwHVuaQBcyWz/jt/UzOlcpmWn+RI8c/gQRfINvBFK59J0iuv0TZFzuS74nex+Wfv8D0WAyVA==",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"}},b={},N=[{value:"Request",id:"request",level:2}];function q(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)(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)(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)(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)(q,{...e})}):q(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:()=>E,contentTitle:()=>b,default:()=>S,frontMatter:()=>y,metadata:()=>v,toc:()=>T});var i=a(85893),t=a(11151),r=a(58219),n=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),j=a.n(h),u=a(4667),x=a.n(u),f=a(9472),g=a.n(f),q=(a(1176),a(12005),a(85162));const y={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+k7bR+KiGkYSY9qIGHljAdYS+g1JZ8knx3DOP/3lnJxgZ8dzwhebX77erbb3UCw/YawjUY1KbHDWY9po8i7sVSGCXTFBVsfJA5Kma4FNMEQtCGKRNJaaYGs5XmYj+fLZbgQ84Uy9CgIpcnECxDCCFX8gfG5p5WPnBBW8wcwIcEdax4To5v7BQ+FFxhAqFRBfqg4wNmDMITmGOOFoXiYg9luXHGqM0nmRzJ4tKvhbtEbeFGf4EPlBwKQ6Ysz1Me29yCH5rsT+1Q3KQUa3HjooG3hpQVIj6sCp6A75L2q6Dc/reAN34NXG4pTSqXoroajtoiMUbxbWHcqrJlSrEjVc1gptuICMjofMJCet39f3jsKJ4P+qgNZq1PWylTZAJ8wGeW5RRtx1KNpQ+PLC2w6wrKkoqaYIS7ziAXF9Lx/cD0wjCjO2CUfru+N4evSbRaTT97cuflTKEwnjtKThwZO2K3Sft23ee1dYRaFirGKy5Qmd+86pfu4tX6KjTq2F0g+2nWXfqGiB2120mVMQMhJMxgz5BV6VstGDON0456l3Vut85QFBmVYLGaLifgw2I5i/4GH5YTKw6L8eR+FE1n9stkDj58mnyZRZN/x99Gi0Wz/COareat9Z+T5dfZ52Zdu6+WlffRl+UkOrtyq7Mntzw7csvaj1tZN5vSh0Lwh6I79foe2sJkN3QuhXZXO7wb3CrQWCEzmFwqz4fgQ7fYTIRRx+rIiMQ4WrzZ3V2tUZYV4gRzhbFF4FrZh+ceteseRa+Szt5WJsdepdi3inmZj5VDj3lKSuMRWzzqE6sYBoXmUrgBYHn+aqwz529ikqxnaA6SJk4utc2ZxkYIweMwOLWmRRlU4TWqx3r4FCqFEMjMyFimZRgEJ1aYg1TcHMuA5fwmrQhzqcxcKsNSz/myABVn29TVuXbn7njHipS652BMrm/czWvbpjXIEPzKnth2RnRLmq9SG4+K5DGReITMe8d3nkBMMHlPGufweteAG1wJZrKvrFVujfpcEi02VKq4cHHXJ9giU6hGBVV3vaHPNAqjZqhO6klwOabOV3zWgHqaVDRrLtcxctMaEy8p+Hm7GQruBdAeA43VmbLV+uoNcoWvA1Clqy7GWUlbKTUCCsO74U+9wV1v+Nty8Es4/Bh+vOsPfh38A5ei2RyuOrLWmkZcWnrKxU62+79Nwxc4Wt/5aD71EhkXGQpj3zCVxLDYSkxVm0WR0yHiYcY4tYV2O7/fcMOHlMcoNLaOj3IWH9Ab9u8oA9tWROAwCJ6envrMfu1LtQ+qozr4Nh1P7heTHh2hsYZKO/Q/9wcDt0cdnTHRRvmSqHQ/Hgw+myBPGbcT0MI6VQKxhsch+BBePTzJ28aHA2lJuIbTacs0rlRalrT9UCDRYL1pOt4SKOGa/jfSeQXnrOjwLqomw3vvMnIn4vqhIY4tWoJfEbbtoCShOCBLULUoPXZxe0vy03i4ec+Wfn1iFMeYm5YtTaALma2e8dvqGZ3JhMwUe6JHDnuCEL7DdwIpbfpWEe3+CVIm9gXbk70LS7//Aa8LMkk=",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:"eJyFVlGT2jYQ/iuefUoyBh+k7bR+KiGkYSY9qIGHljAdYS+g1JZ8knx3DOP/3lnJxgZ8dzwhebX77erbb3UCw/YawjUY1KbHDWY9po8i7sVSGCXTFBVsfJA5Kma4FNMEQtCGKRNJaaYGs5XmYj+fLZbgQ84Uy9CgIpcnECxDCCFX8gfG5p5WPnBBW8wcwIcEdax4To5v7BQ+FFxhAqFRBfqg4wNmDMITmGOOFoXiYg9luXHGqM0nmRzJ4tKvhbtEbeFGf4EPlBwKQ6Ysz1Me29yCH5rsT+1Q3KQUa3HjooG3hpQVIj6sCp6A75L2q6Dc/reAN34NXG4pTSqXoroajtoiMUbxbWHcqrJlSrEjVc1gptuICMjofMJCet39f3jsKJ4P+qgNZq1PWylTZAJ8wGeW5RRtx1KNpQ+PLC2w6wrKkoqaYIS7ziAXF9Lx/cD0wjCjO2CUfru+N4evSbRaTT97cuflTKEwnjtKThwZO2K3Sft23ee1dYRaFirGKy5Qmd+86pfu4tX6KjTq2F0g+2nWXfqGiB2120mVMQMhJMxgz5BV6VstGDON0456l3Vut85QFBmVYLGaLifgw2I5i/4GH5YTKw6L8eR+FE1n9stkDj58mnyZRZN/x99Gi0Wz/COareat9Z+T5dfZ52Zdu6+WlffRl+UkOrtyq7Mntzw7csvaj1tZN5vSh0Lwh6I79foe2sJkN3QuhXZXO7wb3CrQWCEzmFwqz4fgQ7fYTIRRx+rIiMQ4WrzZ3V2tUZYV4gRzhbFF4FrZh+ceteseRa+Szt5WJsdepdi3inmZj5VDj3lKSuMRWzzqE6sYBoXmUrgBYHn+aqwz529ikqxnaA6SJk4utc2ZxkYIweMwOLWmRRlU4TWqx3r4FCqFEMjMyFimZRgEJ1aYg1TcHMuA5fwmrQhzqcxcKsNSz/myABVn29TVuXbn7njHipS652BMrm/czWvbpjXIEPzKnth2RnRLmq9SG4+K5DGReITMe8d3nkBMMHlPGufweteAG1wJZrKvrFVujfpcEi02VKq4cHHXJ9giU6hGBVV3vaHPNAqjZqhO6klwOabOV3zWgHqaVDRrLtcxctMaEy8p+Hm7GQruBdAeA43VmbLV+uoNcoWvA1Clqy7GWUlbKTUCCsO74U+9wV1v+Nty8Es4/Bh+vOsPfh38A5ei2RyuOrLWmkZcWnrKxU62+79Nwxc4Wt/5aD71EhkXGQpj3zCVxLDYSkxVm0WR0yHiYcY4tYV2O7/fcMOHlMcoNLaOj3IWH9Ab9u8oA9tWROAwCJ6envrMfu1LtQ+qozr4Nh1P7heTHh2hsYZKO/Q/9wcDt0cdnTHRRvmSqHQ/Hgw+myBPGbcT0MI6VQKxhsch+BBePTzJ28aHA2lJuIbTacs0rlRalrT9UCDRYL1pOt4SKOGa/jfSeQXnrOjwLqomw3vvMnIn4vqhIY4tWoJfEbbtoCShOCBLULUoPXZxe0vy03i4ec+Wfn1iFMeYm5YtTaALma2e8dvqGZ3JhMwUe6JHDnuCEL7DdwIpbfpWEe3+CVIm9gXbk70LS7//Aa8LMkk=",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"}},E={},T=[{value:"Request",id:"request",level:2}];function R(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:"/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)(q.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)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(q.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)(q.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(q.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)(q.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)(R,{...e})}):R(e)}}}]); \ No newline at end of file diff --git a/assets/js/addd6ba5.c7c91d00.js b/assets/js/addd6ba5.c1a49e04.js similarity index 59% rename from assets/js/addd6ba5.c7c91d00.js rename to assets/js/addd6ba5.c1a49e04.js index f7c5bc8e9..3d4c7e4e1 100644 --- a/assets/js/addd6ba5.c7c91d00.js +++ b/assets/js/addd6ba5.c1a49e04.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5447],{36406:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>P,frontMatter:()=>N,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)),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:"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/isanNqObLnuY6Y6rdtkdzPbRzaPy7o+0CJssyuRKgkm8Xj033dAPSzHSiaZ6W19kikA/Ah8AD/tgMTaQTqHXHidbUbCbXU2yowma/IcLSxiMCVaQcroMwkpFGjX+DlYo7t2Sq/Pv11eQQylsKJAQsvxdqBFgZBCac0PzOgr/4tBaV4StIEYJLrMqpIDH9lZ/OmVRQkpWY8xuGyDhYB0B7QtOawjq/QaqmpRG6Ojj0Zu2eIw7heGG+UN3qixjZZsHAMfFDWxmyjLXGXhnMkPx767/raKcmzDtae/+PsA6hzwjlDLS68I3UkPRgwtAIjrxCzi9iRmyefm/FlONCl0AQ6RVUtP9b/GVlgrGLYiLFwf1hlhMWs9LtAZbzPO4+N7/IvbgZTGcCNyj0PJrqp7ZRtwRi2vVDHgHsPK2EIQpCAF4YjYih0eSNo+wNKYHIVm4y6PjyWlXleacI22v6/S9P4t8CkCi6+C4TFO1L7gcn6cXZ59ghhOTk/PYcFeRj7qcHL6++z681Vw+Xj9R/Cp+2AgUY6Epeekqs7/YWuEBVca7eqcTCeT4x749tch1V8lr4bZXRO7x58+uZVsyRuD9sUypHZ/iPBMnhnuvZJPYLgW+ZbnxxNq2TEw5j615k4VgvDE13OpZ9gB2yfQ+GUeiPb/aamNcBdIVh2ctNdFSj6pT7jdHH0xUq0UyqdvXyAJKag/r4fTVf3qnmrK/7TDmVt9YLsPY9H6BwbQs7u27gvlSGUH/LrsVp9MLokrzMgNpVVIqZg/Ij8/cHmm3XC63kwh8BTvMPPs/atDV93wGKpGGCeDrdN0T2kxE8QMXYncYQx3o8xIXKMeNff9iO/7USNJiqM7fEgyOKTIrCJXYhbov9cQSkeZKQqjI6O5aOECc3Va5s0IeBRCNw6OoLCcKZA2hpVWaVzgAMulFJKbabLrqaQqqQElIQaPX7Q3rfjyNocU2JxMZvIqTZKd8LQxVtG2SkSpjk59gaWxdG4siTyqYwWgVollXleyDddwUficq7ghKt1RuPPWdt/JbAhxY89t3CE6vrL+NI4iTlYktIwYWfRCrSKNKFG+5MLUeKP7gPe4JBZmbINVGYzGyjBrFpyqzNf7znewRGHRzjxneb7g1yz/Lvai8vROFGWO91VZV+qu/duqtgxd3E9Kb7g1Ex2mk+nb0evJaPrhavIhffcmfTsdf5hO/4FHhFGtifdSaD5ZHCiaTrjUs7U3QpsO6HD0ptnDSPjC0CvTH159sjzApLYys/OzSJrMF6hJNGqYtYjIghZpEF36kp341IVQTF5Xr/x2VMEYcpWhdthzn5Ui22A0HU9YfgTyM83SJLm9vR2L8HZs7DppXF3y+ezT6dfL0xG78P2M1tXo341fv67XuP8KoXvbPHcyDF/shHeUlLlQ4UIJaHdNl8/hZgoxpIdfQ3V8aGrMymrDoyGdw263FA6vbV5VvPzTo2VSL/aNG3gqlePn/YC8B6zThvDiolF8L6NDDIPYWw2ltz32Q9z0RT9Axf2+QSH5xu0651O97yjQdh/h6FOsiluPWZZhST1b1rIHU7P5Gl02X4NNC1hxy3JW3EIK3+E7gzRld5WF9R3kQq+9WLN9vS3//gOm0y3C",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={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/isanNqObLnuY6Y6rdtkdzPbRzaPy7o+0CJssyuRKgkm8Xj033dAPSzHSiaZ6W19kikA/Ah8AD/tgMTaQTqHXHidbUbCbXU2yowma/IcLSxiMCVaQcroMwkpFGjX+DlYo7t2Sq/Pv11eQQylsKJAQsvxdqBFgZBCac0PzOgr/4tBaV4StIEYJLrMqpIDH9lZ/OmVRQkpWY8xuGyDhYB0B7QtOawjq/QaqmpRG6Ojj0Zu2eIw7heGG+UN3qixjZZsHAMfFDWxmyjLXGXhnMkPx767/raKcmzDtae/+PsA6hzwjlDLS68I3UkPRgwtAIjrxCzi9iRmyefm/FlONCl0AQ6RVUtP9b/GVlgrGLYiLFwf1hlhMWs9LtAZbzPO4+N7/IvbgZTGcCNyj0PJrqp7ZRtwRi2vVDHgHsPK2EIQpCAF4YjYih0eSNo+wNKYHIVm4y6PjyWlXleacI22v6/S9P4t8CkCi6+C4TFO1L7gcn6cXZ59ghhOTk/PYcFeRj7qcHL6++z681Vw+Xj9R/Cp+2AgUY6Epeekqs7/YWuEBVca7eqcTCeT4x749tch1V8lr4bZXRO7x58+uZVsyRuD9sUypHZ/iPBMnhnuvZJPYLgW+ZbnxxNq2TEw5j615k4VgvDE13OpZ9gB2yfQ+GUeiPb/aamNcBdIVh2ctNdFSj6pT7jdHH0xUq0UyqdvXyAJKag/r4fTVf3qnmrK/7TDmVt9YLsPY9H6BwbQs7u27gvlSGUH/LrsVp9MLokrzMgNpVVIqZg/Ij8/cHmm3XC63kwh8BTvMPPs/atDV93wGKpGGCeDrdN0T2kxE8QMXYncYQx3o8xIXKMeNff9iO/7USNJiqM7fEgyOKTIrCJXYhbov9cQSkeZKQqjI6O5aOECc3Va5s0IeBRCNw6OoLCcKZA2hpVWaVzgAMulFJKbabLrqaQqqQElIQaPX7Q3rfjyNocU2JxMZvIqTZKd8LQxVtG2SkSpjk59gaWxdG4siTyqYwWgVollXleyDddwUficq7ghKt1RuPPWdt/JbAhxY89t3CE6vrL+NI4iTlYktIwYWfRCrSKNKFG+5MLUeKP7gPe4JBZmbINVGYzGyjBrFpyqzNf7znewRGHRzjxneb7g1yz/Lvai8vROFGWO91VZV+qu/duqtgxd3E9Kb7g1Ex2mk+nb0evJaPrhavIhffcmfTsdf5hO/4FHhFGtifdSaD5ZHCiaTrjUs7U3QpsO6HD0ptnDSPjC0CvTH159sjzApLYys/OzSJrMF6hJNGqYtYjIghZpEF36kp341IVQTF5Xr/x2VMEYcpWhdthzn5Ui22A0HU9YfgTyM83SJLm9vR2L8HZs7DppXF3y+ezT6dfL0xG78P2M1tXo341fv67XuP8KoXvbPHcyDF/shHeUlLlQ4UIJaHdNl8/hZgoxpIdfQ3V8aGrMymrDoyGdw263FA6vbV5VvPzTo2VSL/aNG3gqlePn/YC8B6zThvDiolF8L6NDDIPYWw2ltz32Q9z0RT9Axf2+QSH5xu0651O97yjQdh/h6FOsiluPWZZhST1b1rIHU7P5Gl02X4NNC1hxy3JW3EIK3+E7gzRld5WF9R3kQq+9WLN9vS3//gOm0y3C",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"}},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:"/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)(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:"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:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{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)(u(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(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:"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:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"lastModified",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:"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)(u(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(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:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(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:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{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)(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-29T09:53:43.118Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:43.118Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:43.118Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function P(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:()=>_,contentTitle:()=>N,default:()=>L,frontMatter:()=>b,metadata:()=>v,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",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/iucPTUZSpSVNNPyVCV2W0/zcP24VNEBIlYSUhJggIVtjYb/vbPgQ5RFe+yZ3KoTBe4uPux+u/i4AxJrB+kccuF1thkJt9XZKDOarMlztLCIwZRoBSmjzyWkUKBd48dgje7GKb2++HJ1DTGUwooCCS3H24EWBUIKpTXfMKPP/C8GpXlJ0AZikOgyq0oOfGRn8btXFiWkZD3G4LINFgLSHdC25LCOrNJrqKpFbYyO3hu5ZYvDuJ8YbpQ3eKPGNlqycQx8UNTEbqIsc5WFcybfHPvu+tsqyrEN157+8u8DqHPAe0Itr7widKc9GDG0ACCuE7OI25OYJZ+b82c50aTQBThEVi091f8aW2GtYNiKsHB9WOeExaz1uERnvM04j0/v8S9uB1Iaw63IPQ4lu6oelG3AGbW8VsWAewwrYwtBkIIUhCNiK3Z4JGn7AEtjchSajbs8PpWUel1pwjXa/r5K07u3wKcILL4Ohsc4UfuCy/l+dnX+AWI4PTu7gAV7Gfmkw+nZ77Obj9fB5f3NH8Gn7oOBRDkSll6Sqjr/h60RFlxptKtzMp1Mjnvgy1+HVH+dvB5md03sHn/65FayJW8M2hfLkNr9IcIzeWa490o+g+Fa5FueH8+oZcfAmPvUmntVCMJTX8+lnmEHbJ9A45d5INr/p6U2wl0iWXVw0l4XKfmsPuF2c/TJSLVSKJ+/fYEkpKD+vB5OV/Wje6op//MOZ+70ge0+jEXrHxlAL+7aui+UI5Ud8OuqW302uSSuMCM3lFYhpWL+iPziwOWFdsPpejOFwFO8x8yz948OXXXDY6gaYZwMtk7TPaXFTBAzdCVyhzHcjzIjcY161Nz3I77vR40kKY7u8CHJ4JAis4pciVmg/15DKB1lpiiMjozmooULzNVpmTcj4EkI3Tg4gsJypkDaGFZapXGBAyyXUkhup8mup5KqpAaUhBg8ftHetuLL2xxSYHMymcmrNEl2wtPGWEXbKhGlOjr1JZbG0oWxJPKojhWAWiWWeV3JNlzDReFzruKGqHRH4S5a230nsyHEjT23cYfo+Mr60ziKOFmR0DJiZNFPahVpRInyFRemxhs9BLzHJbEwYxusymA0VoZZs+BUZb7ed76DJQqLduY5y/MFv2b5d7kXlWf3oihzfKjKulJ37d9WtWXo4mFSesOtmegwnUzfjk4mo+mv1yfv0umb9M1kfPLLyT/whDCqNfFeCs0niwNF0wmXerb2RmjTAR2O3jR7HAlfGHpl+sOrT5ZHmNRWZnZxHkmT+QI1iUYNsxYRWdAiDaIrX7ITn7oQisnr6pXfjioYQ64y1A577rNSZBuMpuMJy49AfqZZmiR3d3djEd6OjV0njatLPp5/OPt8dTZiF76f0boa/c/jk5N6jfuvELq3zUsnw/DFTnhPSZkLFS6UgHbXdPkcbqcQQ3r4NVTHh6bGrKw2PBrSOex2S+HwxuZVxcvfPVom9WLfuIGnUjl+3g/IB8A6bQg/XTaK71V0iGEQe6uh9LbHfoibvugHqLjfNygk37hd53yo9x0F2u4jHH2KVXHrMcsyLKlny1r2YGo2X6PL5muwaQEr7ljOijtI4St8ZZCm7K6ysL6DXOi1F2u2r7fl339eSy2s",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={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/iucPTUZSpSVNNPyVCV2W0/zcP24VNEBIlYSUhJggIVtjYb/vbPgQ5RFe+yZ3KoTBe4uPux+u/i4AxJrB+kccuF1thkJt9XZKDOarMlztLCIwZRoBSmjzyWkUKBd48dgje7GKb2++HJ1DTGUwooCCS3H24EWBUIKpTXfMKPP/C8GpXlJ0AZikOgyq0oOfGRn8btXFiWkZD3G4LINFgLSHdC25LCOrNJrqKpFbYyO3hu5ZYvDuJ8YbpQ3eKPGNlqycQx8UNTEbqIsc5WFcybfHPvu+tsqyrEN157+8u8DqHPAe0Itr7widKc9GDG0ACCuE7OI25OYJZ+b82c50aTQBThEVi091f8aW2GtYNiKsHB9WOeExaz1uERnvM04j0/v8S9uB1Iaw63IPQ4lu6oelG3AGbW8VsWAewwrYwtBkIIUhCNiK3Z4JGn7AEtjchSajbs8PpWUel1pwjXa/r5K07u3wKcILL4Ohsc4UfuCy/l+dnX+AWI4PTu7gAV7Gfmkw+nZ77Obj9fB5f3NH8Gn7oOBRDkSll6Sqjr/h60RFlxptKtzMp1Mjnvgy1+HVH+dvB5md03sHn/65FayJW8M2hfLkNr9IcIzeWa490o+g+Fa5FueH8+oZcfAmPvUmntVCMJTX8+lnmEHbJ9A45d5INr/p6U2wl0iWXVw0l4XKfmsPuF2c/TJSLVSKJ+/fYEkpKD+vB5OV/Wje6op//MOZ+70ge0+jEXrHxlAL+7aui+UI5Ud8OuqW302uSSuMCM3lFYhpWL+iPziwOWFdsPpejOFwFO8x8yz948OXXXDY6gaYZwMtk7TPaXFTBAzdCVyhzHcjzIjcY161Nz3I77vR40kKY7u8CHJ4JAis4pciVmg/15DKB1lpiiMjozmooULzNVpmTcj4EkI3Tg4gsJypkDaGFZapXGBAyyXUkhup8mup5KqpAaUhBg8ftHetuLL2xxSYHMymcmrNEl2wtPGWEXbKhGlOjr1JZbG0oWxJPKojhWAWiWWeV3JNlzDReFzruKGqHRH4S5a230nsyHEjT23cYfo+Mr60ziKOFmR0DJiZNFPahVpRInyFRemxhs9BLzHJbEwYxusymA0VoZZs+BUZb7ed76DJQqLduY5y/MFv2b5d7kXlWf3oihzfKjKulJ37d9WtWXo4mFSesOtmegwnUzfjk4mo+mv1yfv0umb9M1kfPLLyT/whDCqNfFeCs0niwNF0wmXerb2RmjTAR2O3jR7HAlfGHpl+sOrT5ZHmNRWZnZxHkmT+QI1iUYNsxYRWdAiDaIrX7ITn7oQisnr6pXfjioYQ64y1A577rNSZBuMpuMJy49AfqZZmiR3d3djEd6OjV0njatLPp5/OPt8dTZiF76f0boa/c/jk5N6jfuvELq3zUsnw/DFTnhPSZkLFS6UgHbXdPkcbqcQQ3r4NVTHh6bGrKw2PBrSOex2S+HwxuZVxcvfPVom9WLfuIGnUjl+3g/IB8A6bQg/XTaK71V0iGEQe6uh9LbHfoibvugHqLjfNygk37hd53yo9x0F2u4jHH2KVXHrMcsyLKlny1r2YGo2X6PL5muwaQEr7ljOijtI4St8ZZCm7K6ysL6DXOi1F2u2r7fl339eSy2s",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"}},_={},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:"/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)(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-29T16:23:30.385Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:30.385Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:30.385Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\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/ae4b27f5.14f150b0.js b/assets/js/ae4b27f5.14f150b0.js new file mode 100644 index 000000000..21584cc72 --- /dev/null +++ b/assets/js/ae4b27f5.14f150b0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[71087],{78379:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>A,frontMatter:()=>i,metadata:()=>c,toc:()=>o});var n=s(85893),r=s(11151);const i={sidebar_position:4,sidebar_label:"Launches/test items attributes"},a="Launches/test items attributes",c={id:"work-with-reports/LaunchesTestItemsAttributes",title:"Launches/test items attributes",description:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes.",source:"@site/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",sourceDirName:"work-with-reports",slug:"/work-with-reports/LaunchesTestItemsAttributes",permalink:"/docs/work-with-reports/LaunchesTestItemsAttributes",draft:!1,unlisted:!1,editUrl:"https://github.com/reportportal/docs/blob/develop/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4,sidebar_label:"Launches/test items attributes"},sidebar:"docs",previous:{title:"Filtering launches",permalink:"/docs/work-with-reports/FilteringLaunches"},next:{title:"System attributes",permalink:"/docs/work-with-reports/SystemAttributes"}},l={},o=[{value:"Parameters of attributes",id:"parameters-of-attributes",level:2},{value:"Colon scenarios",id:"colon-scenarios",level:3},{value:"Adding attributes",id:"adding-attributes",level:2},{value:"Best practices for using attributes",id:"best-practices-for-using-attributes",level:2},{value:"Use Case: using attributes for filtering",id:"use-case-using-attributes-for-filtering",level:2},{value:"Use Case: using attributes for creating widgets",id:"use-case-using-attributes-for-creating-widgets",level:2}];function d(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",li:"li",ol:"ol",p:"p",strong:"strong",ul:"ul",...(0,r.a)(),...e.components},{MediaViewer:i}=t;return i||function(e,t){throw new Error("Expected "+(t?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("MediaViewer",!0),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"launchestest-items-attributes",children:"Launches/test items attributes"}),"\n",(0,n.jsx)(t.p,{children:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes."}),"\n",(0,n.jsx)(t.p,{children:"Attributes are specific data points that can be included at all levels in ReportPortal:"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Launch"})}),"\n",(0,n.jsx)(i,{src:s(87018),alt:"Launch level attributes in our test report dashboard"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Suite"})}),"\n",(0,n.jsx)(i,{src:s(17756),alt:"Suite level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Test"})}),"\n",(0,n.jsx)(i,{src:s(21118),alt:"Test level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Step"})}),"\n",(0,n.jsx)(i,{src:s(74715),alt:"Step level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"The purposes of attributes are:"})}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Attributes allow you to categorize, group, or classify tests, making them easier to manage in the future."}),"\n",(0,n.jsx)(t.li,{children:"Attributes are used for filtering."}),"\n",(0,n.jsx)(t.li,{children:"You can create a filter based on the attribute and then build widgets using this filter."}),"\n"]}),"\n",(0,n.jsx)(t.h2,{id:"parameters-of-attributes",children:"Parameters of attributes"}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsx)(t.li,{children:"Format \u2013 Key : Value"}),"\n",(0,n.jsx)(t.li,{children:"Key \u2013 any string value, optional field"}),"\n",(0,n.jsx)(t.li,{children:"Value \u2013 any string value, mandatory field"}),"\n",(0,n.jsx)(t.li,{children:"The maximum limit is 512 symbols each for both key and value."}),"\n"]}),"\n",(0,n.jsxs)(t.p,{children:["Multiple values can be associated with a single key. For example, if we have a ",(0,n.jsx)(t.code,{children:"jira_id"})," key, the value can differ based on the Jira ticket."]}),"\n",(0,n.jsx)(i,{src:s(32793),alt:"jira_id key"}),"\n",(0,n.jsx)(t.admonition,{type:"important",children:(0,n.jsxs)(t.p,{children:["The only valid use of the colon is to split the key and value.",(0,n.jsx)("br",{}),"\nWhen a colon is present in the key or in the value, it breaks the string into two parts."]})}),"\n",(0,n.jsx)(t.h3,{id:"colon-scenarios",children:"Colon scenarios"}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"1."})," Key and value reported, colon used in key only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "la:bel", "value": "smoke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: la",(0,n.jsx)("br",{}),"\nValue: bel"]}),"\n",(0,n.jsx)(t.p,{children:'The original value "smoke" is not transmitted at all.'}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"2."})," Key and value reported, colon used in both key and value."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "la:bel", "value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: la",(0,n.jsx)("br",{}),"\nValue: bel"]}),"\n",(0,n.jsx)(t.p,{children:'The original value "smoke" is not transmitted at all.'}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"3."})," Key and value reported, colon used in value only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "label", "value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: label",(0,n.jsx)("br",{}),"\nValue: smo"]}),"\n",(0,n.jsx)(t.p,{children:"The value is truncated at the colon, and only the part before the colon is transmitted."}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"4."})," Value reported, colon used in value only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nValue: smo"]}),"\n",(0,n.jsx)(t.p,{children:"The value is truncated at the colon, and only the part before the colon is transmitted."}),"\n",(0,n.jsx)(t.h2,{id:"adding-attributes",children:"Adding attributes"}),"\n",(0,n.jsx)(t.p,{children:"Attributes can be added in the following ways:"}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Via test reporting."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"You can initiate (launch, suite, test, or step) with one set of attributes and finish with a different set."}),"\n",(0,n.jsx)(t.p,{children:"Importantly, the new attributes do not overwrite the old ones; instead, they are added."}),"\n",(0,n.jsx)(i,{src:s(16885),alt:"Adding attributes via test reporting"}),"\n",(0,n.jsxs)(t.ol,{start:"2",children:["\n",(0,n.jsx)(t.li,{children:"Via UI (manually)."}),"\n"]}),"\n",(0,n.jsxs)(t.p,{children:["To add or edit attributes, click on the ",(0,n.jsx)(t.code,{children:"pencil"})," icon next to the desired launch/test item. Then click on the ",(0,n.jsx)(t.code,{children:"Add new"})," link or click on the existing attribute to edit the key and value."]}),"\n",(0,n.jsx)(i,{src:s(77247),alt:"pencil icon next to the desired launch/test item"}),"\n",(0,n.jsx)(i,{src:s(87044),alt:"Add new attribute"}),"\n",(0,n.jsx)(i,{src:s(22029),alt:"Adding attributes via UI"}),"\n",(0,n.jsx)(t.h2,{id:"best-practices-for-using-attributes",children:"Best practices for using attributes"}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Avoid having too many attributes on a single item."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"When there are too many attributes, they can become unreadable."}),"\n",(0,n.jsx)(t.p,{children:"Use attributes that will assist you in grouping tests, debugging them, or constructing widgets."}),"\n",(0,n.jsx)(i,{src:s(39175),alt:"Attributes for grouping tests in our test reporting tool"}),"\n",(0,n.jsxs)(t.ol,{start:"2",children:["\n",(0,n.jsx)(t.li,{children:"The attribute name should be informative."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"Avoid making the attribute name excessively long, even though the field allows up to 512 characters. The name should be understandable and clearly indicate what the attribute refers to."}),"\n",(0,n.jsxs)(t.p,{children:["For instance, in the example below, the attribute ",(0,n.jsx)(t.code,{children:"v5: beta5_24.1"})," could have been divided into two separate attributes: ",(0,n.jsx)(t.code,{children:"version"})," and ",(0,n.jsx)(t.code,{children:"environment"}),"."]}),"\n",(0,n.jsx)(i,{src:s(54082),alt:"Informative attribute name"}),"\n",(0,n.jsxs)(t.ol,{start:"3",children:["\n",(0,n.jsx)(t.li,{children:"Examples of categorizing tests using attributes."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"Below you can find some examples of how attributes can describe launch/test item characteristics:"}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsx)(t.li,{children:"feature: Quality Gates"}),"\n",(0,n.jsx)(t.li,{children:"feature: login"}),"\n",(0,n.jsx)(t.li,{children:"feature: notifications"}),"\n",(0,n.jsx)(t.li,{children:"Epic: @F1_functionality"}),"\n",(0,n.jsx)(t.li,{children:"Story: @F11_functionality"}),"\n",(0,n.jsx)(t.li,{children:"Use case: @F11_use_case_111"}),"\n",(0,n.jsx)(t.li,{children:"browser: Chrome"}),"\n",(0,n.jsx)(t.li,{children:"configuration: Chrome desktop"}),"\n",(0,n.jsx)(t.li,{children:"team: Sirius"}),"\n",(0,n.jsx)(t.li,{children:"squad: 1"}),"\n",(0,n.jsx)(t.li,{children:"run.id: 12345"}),"\n",(0,n.jsx)(t.li,{children:"run.type: scheduled"}),"\n",(0,n.jsx)(t.li,{children:"entity.id: 56789"}),"\n",(0,n.jsx)(t.li,{children:"Region: Canada"}),"\n",(0,n.jsx)(t.li,{children:"test.type: UI"}),"\n",(0,n.jsx)(t.li,{children:"branch: develop"}),"\n",(0,n.jsx)(t.li,{children:"build: 3.24.16.17.5"}),"\n",(0,n.jsx)(t.li,{children:"priority: critical"}),"\n"]}),"\n",(0,n.jsx)(i,{src:s(98017),alt:"Categorizing tests using attributes"}),"\n",(0,n.jsx)(i,{src:s(88609),alt:"Examples of categorizing tests using attributes"}),"\n",(0,n.jsx)(t.h2,{id:"use-case-using-attributes-for-filtering",children:"Use Case: using attributes for filtering"}),"\n",(0,n.jsx)(t.p,{children:"Let's consider the following example. In the launch below, there are 31 Failed tests."}),"\n",(0,n.jsx)(i,{src:s(34316),alt:"31 failed tests"}),"\n",(0,n.jsx)(t.p,{children:"It is difficult to identify the most problematic area, so we can use filtering by attribute, for example, by different controller types."}),"\n",(0,n.jsx)(i,{src:s(12911),alt:"Filtering by attribute"}),"\n",(0,n.jsx)(i,{src:s(40138),alt:"Filtering by controller type attribute"}),"\n",(0,n.jsxs)(t.p,{children:["As a result of the investigation, we found that the least number of failures occurred with tests using controller type ",(0,n.jsx)(t.code,{children:"contr_test_item"})," (1), and the most failures occurred with tests using controller type ",(0,n.jsx)(t.code,{children:"contr_launch"})," (12)."]}),"\n",(0,n.jsx)(i,{src:s(7520),alt:"Tests with contr_test_item attribute"}),"\n",(0,n.jsx)(i,{src:s(53458),alt:"Tests with contr_launch attribute"}),"\n",(0,n.jsxs)(t.p,{children:["Thus, we understand that we need to focus on tests with controller type ",(0,n.jsx)(t.code,{children:"contr_launch"}),"."]}),"\n",(0,n.jsx)(t.h2,{id:"use-case-using-attributes-for-creating-widgets",children:"Use Case: using attributes for creating widgets"}),"\n",(0,n.jsxs)(t.p,{children:["Widgets allow you to visually track metrics for launches. We can define these metrics using filters that can be created based on attributes. For example, to determine the growth trend of summary statistics of launches with the same attribute key, let's construct a ",(0,n.jsx)(t.a,{href:"/dashboards-and-widgets/CumulativeTrendChart",children:"Cumulative trend chart widget"}),"."]}),"\n",(0,n.jsxs)(t.p,{children:["There are some launches with the ",(0,n.jsx)(t.code,{children:"smoke"})," attribute."]}),"\n",(0,n.jsx)(i,{src:s(28111),alt:"Tests with smoke attribute"}),"\n",(0,n.jsx)(t.p,{children:"You can create a filter based on this attribute."}),"\n",(0,n.jsx)(i,{src:s(41049),alt:"Create a filter based on the attribute"}),"\n",(0,n.jsxs)(t.p,{children:["Afterwards, create a ",(0,n.jsx)(t.strong,{children:"Cumulative trend chart widget"})," using this filter."]}),"\n",(0,n.jsx)(i,{src:s(35109),alt:"Cumulative trend chart widget"}),"\n",(0,n.jsx)(t.p,{children:"On the screenshot below, we can observe a growth in statistics on the platforms from one build to the next."}),"\n",(0,n.jsx)(i,{src:s(56706),alt:"Growth in statistics on the platforms from one build to the next"}),"\n",(0,n.jsx)(t.p,{children:"Therefore, properly using attributes in ReportPortal can greatly optimize test management and assist in providing clearer visualizations of trends through widgets."}),"\n",(0,n.jsxs)(t.p,{children:["There are also ",(0,n.jsx)(t.a,{href:"/work-with-reports/SystemAttributes",children:"system attributes"})," that allow to extend the functionality of ReportPortal."]})]})}function A(e={}){const{wrapper:t}={...(0,r.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(d,{...e})}):d(e)}},87018:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes1-9a6090cb115357c1518d04dde4a61761.png"},39175:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes10-d812dbe75589a4100023616f4fdb639f.png"},54082:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes11-04045ba6bd2c4aefd756e27691bf5543.png"},98017:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes12-3cfe0713bdf44b51f6cea7741ce37947.png"},88609:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes13-96031132fb0a7291c8cbc0b8e9472654.png"},34316:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes14-1462f4238f5c24ba0eb52224ecb9fbe7.png"},12911:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes15-b323c97d13f2c94fb7c1a4ade2d75ec6.png"},40138:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes16-c7839a722d0bd465c5fe92049f176c6b.png"},7520:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes17-829a6e6192b764b1e339f6a1497077db.png"},53458:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes18-5ec4b69d83583d7b99f43a49a0257f20.png"},28111:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes19-118cb980cc4c0862156c14976fdedcdd.png"},17756:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes2-aec4c5d999e057d310b0f3e27b04f6df.png"},41049:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes20-efd8bd8693730d53795bfaf7da690e93.png"},35109:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes21-6dc8584f44b3bd113bc4878889de5719.png"},56706:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes22-6a1a3a585df609c443016af2a2291766.png"},21118:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAACXCAYAAAB9TdObAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnIAABJyAV5lW+MAABeGSURBVHhe7d3fU1Rnnsfx+TvyV+Qyd1O1VZub1Fxs7V5ma26yVVO1VXOTi91N7cXOxW5lZn9UZXZH6YASRVD8BYKIEokg+ANEQboBBUVQURANAYUAkXy3P6fP05w+dMOB0NCneb+qvjXS3aA8T4bvp5/nOYdfLS39aBRFURRFUVGK4EBRFEVRVOT6lQEAAEREcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkRQsO50812gdVW9SpPpvxX7+v3o5ZxcnMv+mrB/5jAABggwMfHJYne+zzo+v/JoIDAACF7c1WxWyffeY15uvW5z+0+5atu3k7YWTVJu+022/07zrebl/4QYfgAABAYfsfHFZnrftau31anWncHxxtsk8bblnf92v+C2TN5if67A8nm+wj7+s02q+Pt9lXN8dsZjX99NKi2cqwfRlYOVB9dnM28+l5LVpfS5N9eLrHRpfM+lozn0NwAACgsP0NDmvTdv50brPP1tE2a5/zXzfenVkZ2PCaa9a9st70w7V5cEhbWrB5P58QHAAA2Nq+Bof5O21es/5Nc8oml7R0kLa2bDP32u3j9OMft497DyXbmzJBoOuF97G2GZZfP7PusWn/47QH173X7PTcBMEBAICt7WNwWLO+lkyzLlh+CJjsavE+/vhcnyXn/YARRnAAAKDo9jE4zG595YULAUsTVneuyT70H/+ott2qB15ktxk8BYLDzM3WnK9ZaPuC4AAAwNb2MTgsW3dTpln/YXDZf2wza7Y8M2bn29rtU/8Q5Icn0l9vyX+a4AAAQNHt6xmHyev+FsS3mbMMka3OWktDptF/cfeHzGNsVQAAUHT7GhzWH2+yL26OW/b4wsqCTT7ss27/LORkMv3nZ7O2nH1+Ohscvhz29yvGrme2Mo5ds+63emzNllcKnIfIg+AAAMDW9jc4pJv75M3W7NmFcLkm7pr6hjp+3ZIrmdfku4/DB60P/Se3RnAAAGBr+xwcZM3mx3pybu700bFW+6Kt37sxkyxP9ttXZ5vs1y4YHG2yzxp6LOmtLKxbfnTLPj+2/prPb7rLN7dGcAAAYGt7ExwAAEBZIDgAAIDICA4AACAyggMAAIiM4AAAACIjOAAAgMgIDgAAIDKCAwAAiIzgcID8/PPP1C4XABw0BIcylq/RUcUvAChnBIcylK+ZUftTAFBuCA5lIl/TWltbo/ah8s2FKwCIO4JDzAWbUriBvX//Pqd++uknapcrPMaq4BwE50cFAHFHcIiZYBMKNig1LNfMVldXvVpZWfFqeXmZKnK5sVa58Q8Hi3CQAIA4IjjESDAwuGbkgoJrYD/++KMtLS3Z4uKivXv3zqu3b99SRS431iqNv0pz4UJFMEgEAwQAxA3BISbCoUFNyK0mqEm5gLCwsGA//PCDzc3N2Zs3b7x6/fo1VeRyY/3999974z8/P+/NheZFIc6FiHB4AIC4ITjERDA0uBUGFxjUoBQURqdv2e2ndXbtyV/su/H/s/bH/5tTVx/9mdrlCo7v9fEjlnz2nc3MzNjs7KwXKDQvChEKdQoQmjfNH+EBQFwRHGIgvNKg5qMmpMDwZu6VNT/6Vzs0/FdUCdXZ0d/b42dDNj097YUIrURovlx4cCsPmlvCA4A4ITjEgAsObntCKw1qQs9mH1jNw7/P27io/a/K4U/s9vgZm5qaslevXmXDg+ZP86j5JDgAiBuCQwyosQRXG7Q9oZUGQkPp1+HUxzb05HY2PGjrQvPnVh3YrgAQNwSHGHDBQXvjbrUh3/ZEYugTq039gzUNfmmN9//DGgfWq6H/33M+pna/apO/s8rU326Yl5qR39qTyUf24sUL79yDW3XQfBIcAMQNwaHEqamo3DaF9shn3jzf0JzOpf7Z+u/3WX9/v929e9f6+vrszp07OaXHXOk11M4qOI75xlihLTw/d8fa7NmzZ9lVB82j5pNzDgDihuBQ4tRQ3PkGt03xYLorpykdGfq7bGi4d+9eTukxV/fv38/W4OAgtcNyYzgwMOBVeNwVLmpTv8uZo/aRSnvy5Im9fPnSu2yT7QoAcUVwKFHuXagLDlrW1r0AtMx98+mxnKZ0auj3OY1LzUwNLplM2tDQkA0PD9vIyIg9fPjQq9HRUa/GxsaobZYbO43jgwcPvNL4apw13goUChLaLgrOUcvQf9qjR4/s+fPn3lUWmkfNZzA4uAKAUkZwKFHBRuKCg/bFdU+Ajom/5DQlNSm3/aCmpdCgZqbmpmb3+PFj793uxMSETU5O2tOnT73S0jm1vXJjp3HUeGpcNb4aZ423AoTGPxwcLib/5D2vz9V2heYxfM7BFQCUMoJDiQqGBu2Du/MNuiuhbvAUbEraU3f761ptUPPSu2I1NDU4NTyd6tcyue4roBsUqXlROyuNn8ZRhx1VGl+FCI23wkEqldoQHJqTf/RWffQ6fa7mUfOp4KD5DYYHAChlexoctK+rptbR0WFnz561yspKO3/+vHV1dXk/cLXnexC5ve6gQsFBB+t0V8hgU9KJ/t7eXi84aKlcDcqFBjU2dxMid0tkfQ2Vmhe1vXJjp3HUFRIaV42vgpnGW9sRWu1RUAjOkYKE/tt35xz0NYIHJAkOAOJiz4KD3oUdPXrUEolEwTp+/Lj3juwg0XJ1bW2tV2pETr7goOClhrVVcFAIU4NSM9O74+Ctj7W37n4pkxoXtb3SuIV/J4jGV+FB5xfGx8e9cw/h4KBVIf1/QM8rzGke9bUIDgDipujBQT9sm5qavGBw5MgR6+np8cKBfujqXbbesWlZvb29PRsg9OfwO/BypKZx+vTp7PddVVWVXXXZSXDQGQftr2s89e5X72zV1DTWLiwoqOhQnvulS9T2SuOmMXQhQgFC4UH/HWu89d+2gpvONOTMkR8ctBJEcAAQZ0UPDhcuXPCaorYk9MN2M3qHXF1d7b2+s7PTf3Rz01012cabrbpum/WfL1UKRg0NDTn/7mvXrnnPBUODSq9V04oSHHSyX8vl2nfXaoNer+amsVfD09dRs1Jpf72Uq+HQITtUsBosqddNdVhNvudrOuyF/3Ve3W+2usr15xJVdXauZzL9XHLLvyP8b9K4BQOE5kQrOdoG0njr8KMOSkYNDvpaml8314QHAKWuqMFBy+ZqiGqQ4RUE/bDVD9ow/QB24UHvmrcy0pKwuhulHhNyqTG0trZ63+M333zjhSr9uaWlJfu83r1quyFqcNDhSF2K6ZqTu+zPrTYEQ4MaoL6m3unGpVLNh+1wc2rjcy+v24nDJ+z6y9DjrkYv25HECbs2Omcr+nh1yRaep2xwYmnDawv+HYHSuLkA4cKDxlerDjo4qcCm4KbLL3PmiOAAoEwULTjoB6mW3nVuQT9kw27cuGH19fX+R7m03KtGWlNT4z9SWKo5Yc1D/gcx8d1333nfn7ZuFJ7UMDQeeuzUqVPeKo2eq6iosFu3bm0rOOgAnvbRtXqjbQoFNK02eKHhbZ+dSzRaym+CrlnFoYYuVljFxaGNz01ft9qKWrs+HXrcr5muWqtoGsz7XLgK/h2ByhceNC8KaApqCmwKB+HgoMORBAcA5aBoweH27dteI9TSeT6bBQc5d+6c9/mbm7XuunRwGPE/zOdNylrrq7yvpaqqrrfW5P6tULiA8PXXX3srKmpAGis1DzV8HSBVYHCl8OVWCzYLDjoYqXs4uOCg5qTVG21T6PNXxq7aNxWH7PDhw/7XrrWul6N25UiFNQ1nmlW25nvsVMVx63ie/vNwU7rxJu15b4Mdr/T/XcfPWsfou9zPeZ20S6cqM89/XWnHG3vs+Urg+V9Yw15TH9743EyXFxy6ZkKP+zXfeyr97+2w5+/zPx+sgn9HoMLhQfOiYKaApqCmwEZwAFDOihYcLl++7DXIQucatgoOaoLRgkOV1dXXWVWlHwzqm+3e1Hv/+QXrPZOwus4pW1nTx+9t8fWkTc97T+459z2pdIBRDcOdc9DlqfpY71y1SqMGrMe1+qLHowYHXQroLvnTa7WMrnfF3vZEqjH9dZtsONCcpjprLHHhvgXXhOZ66tfPiYw0WyI9tvUd47awmv54bcWm+xuturLObr3SC9JWxqy1utoa+6cz47y6YKmWaks03LfCp1rSn5P+ulXfjvsfb05bUomWPAnxVbfVJeqs2/1bwrx/W/pz61rt3tOF9H8BhRX8OwLC4UGrDgpmCmgKagoFCm6Xhv8rZ44IDgDKRdGCg5bcdVahkK2Cg965qXFuLh0EdPDPdb2VORvvqEs3unrrndMD68Fhs4axF3TS3oUGnf1Q43EHR1UaD9H+eGZFoML7s5pJMYNDOjlYTaLR7meTw5z11qeDQo83gH5waLYRL3g5mddUd0x5Hy3cSQeNM73p0Q6Y6U5/3fQ85Dy4c5sHh8wYBivn3MvqrKUu12fCZVWdtaYDTr5AQ3AAgK0VLTjo5k6bnVFQozx27JjX2PLRGQk1gO3LNLW6237jm+m1xpp0Qzhab803Rmx643GLotOWhLYm9P1oW0JNp7k53ZD9JnflypWc1yk0qMm4ZlLU4BAOCnO9Vh9s+AoOea5S8a5m8Zvs2OXM97GxNlkJ2KYdrzgEabUk2Wo16QBRnWelg+AAAFsrWnBQaFDzyHcwUtTYdNMjBQxdSqgfxEG6oY4+fyfUAMJXWqzMjFh3i1Yjqq11ZPPLQneTmoS+R30vGhM1CX2vbW1t3mONjY1ew9BpfPc6jYdrUKriBof02Aw0WqK+Nx0hzGZvpMeoIbB1USA4THVUZ5vs+LdVWzbcX2pXgoPP+34rW23M/9ghOADA1ooWHNzevbYcCtEPX10NoIZ54sQJb2ne0Q/ZnQWHzIHJ+jv518gX+89Z4uQtr0kWmxqAu7TU1cmTJ73T96Jmr8ahJq+rKPS8br/tmsdeBQdbuW+NlWq+mbFrHAyEPQWHnK0Myd2qWBlMN+Jj7TaZs52xu3YzOGS2XwgOALATRQsOCgRqhFevXvUfKUwn0i9evOi9+3bcUv6m3qTsVv+kzbmm5s44VKebgvfYgk2NTtrsor+a4Q7thQ4DFpOauQsNZ86csbq6Om87QpdOqkEoRLhbcbuxcs1j14PDi07vCoSO5z9lmlOg0Y9dqbK6Ft0oKXSewQsOCau5MlL4cOTalHXWpF9zOZXdCnq/OGuTo1O55x5+gZ0Gh9nHKZt8vZg94/J+ftw6T6ZDz+WxDf8NEBwAYGtFCw66OsAtvetuelGowYler8/TlQabWhm39vrq7BUVicoqq2/ptcnsTsSCjVzxD8X5z9dc6A48vzf0/ej6flFzcKsxOhypG0Dpz5cuXfKeE9c8XDPZteDw07w9vFprlV9nLplsC77lftZp1el/R9WV0Ptwb6ui01I9jVZT5Y9jTaN1T4QGcXHSui/UrI91VbXVK2z4T2+0m1dV+H9nsPztlakb9VZ9NPD40RprvDFuC3lWRwgOALC1ogUH0c2L9MNaZxkKnXUI0w9ULe/r/gU6IFmO3PkGV+E7axYvOGQaVN7mtJay5kSVtT32P3YKnHE4qNy8EBwAHFRFDQ764ep+iZPCgw48bib4uyoK3Tgq7tQoFIpcaND46LEg1zxcM9mT4KCAUNNpG06kEBxyuHkhOAA4qIoaHESNy90FUnv7ugxTjU2rCfqBqT1+3eNA+/t6jfb71fzKmb5nHQZVmFLTCXPNwzWTogeHhZQ1V+tAaZ4VHoJDDjcvBAcAB1XRg4PoB6K7esK9085XOiCpRncQqPEUuqumax6umWwnOBS85XS6wSk86O9db1LD1uTfIrr26qi98//enNItp2u77FW+5w5gadxcaNB4al645TSAg2RPggO2J9ikVFGCQ6RfcpUOD/paanzBAEFFr2Bo0HhqNUfz4n7JFcEBQLkjOJSgXxIcXHMK/lptfZ5WHVx4cNsWLkBQ0SsYGjSeGletkrlfq61x59dqAyhnBIcStNPgcPfuXe9QqRqX7kSpRqbXa7tCqw7B8OACBLW9coFBKw0aT82JxlfjrF+Rrktvx8bG7GLyT7lzRHAAUCYIDiUqGB70TlcNa7PgoNtUKzgMDg56jUu/90JXsWi7QqsOam76fBcg1PjUtKjtlQsMGkcXGjS+GmcdSNW46zefRg0OmlfNL6EBQFwQHErUToKDDkjqN2/qKhVdWaH9dr0L1iFJLaXrvIManZbWXYigtlcaN42fxlHjqXHV+GqctU2hcX/w4IE1J/+YO0d+cHAHVwkOAOKK4FCi8gUHNS41qnBwODP4L95WhYLDwMCAjYyMeO9stWzuwoPOO6jBqWGp9HX0TpnaXmncNH4aS5XGVeOrcdZqg7aJdElsODjocKQ7uKqVCX0dzSfBAUDcEBxKVKHgoOZ17+nFnKb0TepTLzQEL8nUcrmalJqZ3gmrsalhaftCjU6lMxDU9sqNncZR46lx1fhqnBXWtNqjlYWzyX/KmaNLyT97gW5iYsL7XM0jwQFAHBEcSpRrIi486GCe9tbVcCamh3KakuryQMI746DgoAOSeterJqbzDmpoChFqWmpwKq1G6AAltb3SuLkx1HhqXDW+GmdtUSi03Ul22KHkX+fMT2fytDcf+nwFD82j5lPzGgwNKgAoZQSHEhVsJC446GCe9ta1PH5s5NOcxqQ6l/zCWxLXMrkO5+mSQJXuYqhqHfnvQP0PteNaH0c3thpnjXlj8t8sMfRJzrzo4/tDfV64cJfJah41nwQHAHFDcChxLji4SzJ1ME977A+f9dnh1Mc5DYoqzWpLVXirEe5gpM5GaB41n+5STAIDgLggOMSAmooajPbDdRJfy9xa7u56fCxvo6JKp04N/6N3tkGHJt02hQ5GuisqNK+EBgBxQnCIATUWHaBz5xy0zK37Bujd68B4ux0Z+Zu8TYvav9L2xGX/QKS2KHQeQgcp3W3A3fkGzSvBAUCcEBxiwAUHvTvVvrjerepdq075qxmNPRm2O2OXvD13t9eucw4676D7B3g14P8vtbsVGleN+7VkrfUP3fK2J7TSoHs76GyDW23QNoXmUfNJcAAQNwSHGFBjcecctLztVh3cjYfcPQS0h+5O9+uqCl1doTtJ6qZQur+D/pfa3XLjqnHWeOuqCq0yhC+H1SWYmi/Nm7sMU/PJ+QYAcUNwiAEXHNx2hQ7VqfloyVsHJXVKX41JAUL76HqHq6ald7tqYCpdCuj+TO1eBcfVXfqq8dc8aD40L1oZ0jwFf1Op26YgOACIG4JDTBQKD1r2dgFC++cuRARvTqTSPQjcn6ndq+C4arzdTbYUFjQf2prQYVbNE6EBQDkgOMSEGky+8KC9chcgtAzufn+Cuy2ymhe1N6Xx1rhr/DUPmg+dR9H8aJ7yhQaCA4C4ITjESDg8aI9cjUj75S5E6PyDGpULE9TelgsKmgcXFjQ/mid3GJLQACDOCA4x4xpOMEC4EBEMEi5MUHtbbuyDQcFVMDCoACCOCA4xFmxCakquwmGC2rsKhoRwUFABQNwRHGIs3JRcBUMEtT+Vb15UABB3BIcyka9JUftfAFBuCA5lKF8Do/a2AKBcERzKWL6GRhW3AKDcERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABARGb/DwBWVVdiV+R2AAAAAElFTkSuQmCC"},74715:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes4-ffd858db3a287f1997687c6d2b971c15.png"},32793:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes5-e9222d579ca8112bcbd7823513b203ec.png"},16885:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes6-c598f66ed2bf7346fcc9c83eb90a2448.png"},77247:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes7-853a30113dcf0f9c72b3a98baafd6748.png"},87044:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes8-44c7bd3e2108b21d50d84f8cc14d6333.png"},22029:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes9-1ecec30e77455ff2b00f0d65526001a1.png"}}]); \ No newline at end of file diff --git a/assets/js/ae4b27f5.bf68779d.js b/assets/js/ae4b27f5.bf68779d.js deleted file mode 100644 index 847126cde..000000000 --- a/assets/js/ae4b27f5.bf68779d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[71087],{78379:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>A,frontMatter:()=>i,metadata:()=>c,toc:()=>o});var n=s(85893),r=s(11151);const i={sidebar_position:4,sidebar_label:"Launches/test items attributes"},a="Launches/test items attributes",c={id:"work-with-reports/LaunchesTestItemsAttributes",title:"Launches/test items attributes",description:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes.",source:"@site/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",sourceDirName:"work-with-reports",slug:"/work-with-reports/LaunchesTestItemsAttributes",permalink:"/docs/work-with-reports/LaunchesTestItemsAttributes",draft:!1,unlisted:!1,editUrl:"https://github.com/reportportal/docs/blob/develop/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4,sidebar_label:"Launches/test items attributes"},sidebar:"docs",previous:{title:"Filtering launches",permalink:"/docs/work-with-reports/FilteringLaunches"},next:{title:"System attributes",permalink:"/docs/work-with-reports/SystemAttributes"}},l={},o=[{value:"Parameters of attributes",id:"parameters-of-attributes",level:2},{value:"Semicolon scenarios",id:"semicolon-scenarios",level:3},{value:"Adding attributes",id:"adding-attributes",level:2},{value:"Best practices for using attributes",id:"best-practices-for-using-attributes",level:2},{value:"Use Case: using attributes for filtering",id:"use-case-using-attributes-for-filtering",level:2},{value:"Use Case: using attributes for creating widgets",id:"use-case-using-attributes-for-creating-widgets",level:2}];function d(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",li:"li",ol:"ol",p:"p",strong:"strong",ul:"ul",...(0,r.a)(),...e.components},{MediaViewer:i}=t;return i||function(e,t){throw new Error("Expected "+(t?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("MediaViewer",!0),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"launchestest-items-attributes",children:"Launches/test items attributes"}),"\n",(0,n.jsx)(t.p,{children:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes."}),"\n",(0,n.jsx)(t.p,{children:"Attributes are specific data points that can be included at all levels in ReportPortal:"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Launch"})}),"\n",(0,n.jsx)(i,{src:s(87018),alt:"Launch level attributes in our test report dashboard"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Suite"})}),"\n",(0,n.jsx)(i,{src:s(17756),alt:"Suite level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Test"})}),"\n",(0,n.jsx)(i,{src:s(21118),alt:"Test level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Step"})}),"\n",(0,n.jsx)(i,{src:s(74715),alt:"Step level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"The purposes of attributes are:"})}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Attributes allow you to categorize, group, or classify tests, making them easier to manage in the future."}),"\n",(0,n.jsx)(t.li,{children:"Attributes are used for filtering."}),"\n",(0,n.jsx)(t.li,{children:"You can create a filter based on the attribute and then build widgets using this filter."}),"\n"]}),"\n",(0,n.jsx)(t.h2,{id:"parameters-of-attributes",children:"Parameters of attributes"}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsx)(t.li,{children:"Format \u2013 Key : Value"}),"\n",(0,n.jsx)(t.li,{children:"Key \u2013 any string value, optional field"}),"\n",(0,n.jsx)(t.li,{children:"Value \u2013 any string value, mandatory field"}),"\n",(0,n.jsx)(t.li,{children:"The maximum limit is 512 symbols each for both key and value."}),"\n"]}),"\n",(0,n.jsxs)(t.p,{children:["Multiple values can be associated with a single key. For example, if we have a ",(0,n.jsx)(t.code,{children:"jira_id"})," key, the value can differ based on the Jira ticket."]}),"\n",(0,n.jsx)(i,{src:s(32793),alt:"jira_id key"}),"\n",(0,n.jsx)(t.admonition,{type:"important",children:(0,n.jsxs)(t.p,{children:["The only valid use of the semicolon is to split the key and value.",(0,n.jsx)("br",{}),"\nWhen a semicolon is present in the key or in the value, it breaks the string into two parts."]})}),"\n",(0,n.jsx)(t.h3,{id:"semicolon-scenarios",children:"Semicolon scenarios"}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"1."})," Key and value reported, semicolon used in key only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "la:bel", "value": "smoke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: la",(0,n.jsx)("br",{}),"\nValue: bel"]}),"\n",(0,n.jsx)(t.p,{children:'The original value "smoke" is not transmitted at all.'}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"2."})," Key and value reported, semicolon used in both key and value."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "la:bel", "value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: la",(0,n.jsx)("br",{}),"\nValue: bel"]}),"\n",(0,n.jsx)(t.p,{children:'The original value "smoke" is not transmitted at all.'}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"3."})," Key and value reported, semicolon used in value only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "label", "value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: label",(0,n.jsx)("br",{}),"\nValue: smo"]}),"\n",(0,n.jsx)(t.p,{children:"The value is truncated at the semicolon, and only the part before the semicolon is transmitted."}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"4."})," Value reported, semicolon used in value only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nValue: smo"]}),"\n",(0,n.jsx)(t.p,{children:"The value is truncated at the semicolon, and only the part before the semicolon is transmitted."}),"\n",(0,n.jsx)(t.h2,{id:"adding-attributes",children:"Adding attributes"}),"\n",(0,n.jsx)(t.p,{children:"Attributes can be added in the following ways:"}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Via test reporting."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"You can initiate (launch, suite, test, or step) with one set of attributes and finish with a different set."}),"\n",(0,n.jsx)(t.p,{children:"Importantly, the new attributes do not overwrite the old ones; instead, they are added."}),"\n",(0,n.jsx)(i,{src:s(16885),alt:"Adding attributes via test reporting"}),"\n",(0,n.jsxs)(t.ol,{start:"2",children:["\n",(0,n.jsx)(t.li,{children:"Via UI (manually)."}),"\n"]}),"\n",(0,n.jsxs)(t.p,{children:["To add or edit attributes, click on the ",(0,n.jsx)(t.code,{children:"pencil"})," icon next to the desired launch/test item. Then click on the ",(0,n.jsx)(t.code,{children:"Add new"})," link or click on the existing attribute to edit the key and value."]}),"\n",(0,n.jsx)(i,{src:s(77247),alt:"pencil icon next to the desired launch/test item"}),"\n",(0,n.jsx)(i,{src:s(87044),alt:"Add new attribute"}),"\n",(0,n.jsx)(i,{src:s(22029),alt:"Adding attributes via UI"}),"\n",(0,n.jsx)(t.h2,{id:"best-practices-for-using-attributes",children:"Best practices for using attributes"}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Avoid having too many attributes on a single item."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"When there are too many attributes, they can become unreadable."}),"\n",(0,n.jsx)(t.p,{children:"Use attributes that will assist you in grouping tests, debugging them, or constructing widgets."}),"\n",(0,n.jsx)(i,{src:s(39175),alt:"Attributes for grouping tests in our test reporting tool"}),"\n",(0,n.jsxs)(t.ol,{start:"2",children:["\n",(0,n.jsx)(t.li,{children:"The attribute name should be informative."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"Avoid making the attribute name excessively long, even though the field allows up to 512 characters. The name should be understandable and clearly indicate what the attribute refers to."}),"\n",(0,n.jsxs)(t.p,{children:["For instance, in the example below, the attribute ",(0,n.jsx)(t.code,{children:"v5: beta5_24.1"})," could have been divided into two separate attributes: ",(0,n.jsx)(t.code,{children:"version"})," and ",(0,n.jsx)(t.code,{children:"environment"}),"."]}),"\n",(0,n.jsx)(i,{src:s(54082),alt:"Informative attribute name"}),"\n",(0,n.jsxs)(t.ol,{start:"3",children:["\n",(0,n.jsx)(t.li,{children:"Examples of categorizing tests using attributes."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"Below you can find some examples of how attributes can describe launch/test item characteristics:"}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsx)(t.li,{children:"feature: Quality Gates"}),"\n",(0,n.jsx)(t.li,{children:"feature: login"}),"\n",(0,n.jsx)(t.li,{children:"feature: notifications"}),"\n",(0,n.jsx)(t.li,{children:"Epic: @F1_functionality"}),"\n",(0,n.jsx)(t.li,{children:"Story: @F11_functionality"}),"\n",(0,n.jsx)(t.li,{children:"Use case: @F11_use_case_111"}),"\n",(0,n.jsx)(t.li,{children:"browser: Chrome"}),"\n",(0,n.jsx)(t.li,{children:"configuration: Chrome desktop"}),"\n",(0,n.jsx)(t.li,{children:"team: Sirius"}),"\n",(0,n.jsx)(t.li,{children:"squad: 1"}),"\n",(0,n.jsx)(t.li,{children:"run.id: 12345"}),"\n",(0,n.jsx)(t.li,{children:"run.type: scheduled"}),"\n",(0,n.jsx)(t.li,{children:"entity.id: 56789"}),"\n",(0,n.jsx)(t.li,{children:"Region: Canada"}),"\n",(0,n.jsx)(t.li,{children:"test.type: UI"}),"\n",(0,n.jsx)(t.li,{children:"branch: develop"}),"\n",(0,n.jsx)(t.li,{children:"build: 3.24.16.17.5"}),"\n",(0,n.jsx)(t.li,{children:"priority: critical"}),"\n"]}),"\n",(0,n.jsx)(i,{src:s(98017),alt:"Categorizing tests using attributes"}),"\n",(0,n.jsx)(i,{src:s(88609),alt:"Examples of categorizing tests using attributes"}),"\n",(0,n.jsx)(t.h2,{id:"use-case-using-attributes-for-filtering",children:"Use Case: using attributes for filtering"}),"\n",(0,n.jsx)(t.p,{children:"Let's consider the following example. In the launch below, there are 31 Failed tests."}),"\n",(0,n.jsx)(i,{src:s(34316),alt:"31 failed tests"}),"\n",(0,n.jsx)(t.p,{children:"It is difficult to identify the most problematic area, so we can use filtering by attribute, for example, by different controller types."}),"\n",(0,n.jsx)(i,{src:s(12911),alt:"Filtering by attribute"}),"\n",(0,n.jsx)(i,{src:s(40138),alt:"Filtering by controller type attribute"}),"\n",(0,n.jsxs)(t.p,{children:["As a result of the investigation, we found that the least number of failures occurred with tests using controller type ",(0,n.jsx)(t.code,{children:"contr_test_item"})," (1), and the most failures occurred with tests using controller type ",(0,n.jsx)(t.code,{children:"contr_launch"})," (12)."]}),"\n",(0,n.jsx)(i,{src:s(7520),alt:"Tests with contr_test_item attribute"}),"\n",(0,n.jsx)(i,{src:s(53458),alt:"Tests with contr_launch attribute"}),"\n",(0,n.jsxs)(t.p,{children:["Thus, we understand that we need to focus on tests with controller type ",(0,n.jsx)(t.code,{children:"contr_launch"}),"."]}),"\n",(0,n.jsx)(t.h2,{id:"use-case-using-attributes-for-creating-widgets",children:"Use Case: using attributes for creating widgets"}),"\n",(0,n.jsxs)(t.p,{children:["Widgets allow you to visually track metrics for launches. We can define these metrics using filters that can be created based on attributes. For example, to determine the growth trend of summary statistics of launches with the same attribute key, let's construct a ",(0,n.jsx)(t.a,{href:"/dashboards-and-widgets/CumulativeTrendChart",children:"Cumulative trend chart widget"}),"."]}),"\n",(0,n.jsxs)(t.p,{children:["There are some launches with the ",(0,n.jsx)(t.code,{children:"smoke"})," attribute."]}),"\n",(0,n.jsx)(i,{src:s(28111),alt:"Tests with smoke attribute"}),"\n",(0,n.jsx)(t.p,{children:"You can create a filter based on this attribute."}),"\n",(0,n.jsx)(i,{src:s(41049),alt:"Create a filter based on the attribute"}),"\n",(0,n.jsxs)(t.p,{children:["Afterwards, create a ",(0,n.jsx)(t.strong,{children:"Cumulative trend chart widget"})," using this filter."]}),"\n",(0,n.jsx)(i,{src:s(35109),alt:"Cumulative trend chart widget"}),"\n",(0,n.jsx)(t.p,{children:"On the screenshot below, we can observe a growth in statistics on the platforms from one build to the next."}),"\n",(0,n.jsx)(i,{src:s(56706),alt:"Growth in statistics on the platforms from one build to the next"}),"\n",(0,n.jsx)(t.p,{children:"Therefore, properly using attributes in ReportPortal can greatly optimize test management and assist in providing clearer visualizations of trends through widgets."}),"\n",(0,n.jsxs)(t.p,{children:["There are also ",(0,n.jsx)(t.a,{href:"/work-with-reports/SystemAttributes",children:"system attributes"})," that allow to extend the functionality of ReportPortal."]})]})}function A(e={}){const{wrapper:t}={...(0,r.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(d,{...e})}):d(e)}},87018:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes1-9a6090cb115357c1518d04dde4a61761.png"},39175:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes10-d812dbe75589a4100023616f4fdb639f.png"},54082:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes11-04045ba6bd2c4aefd756e27691bf5543.png"},98017:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes12-3cfe0713bdf44b51f6cea7741ce37947.png"},88609:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes13-96031132fb0a7291c8cbc0b8e9472654.png"},34316:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes14-1462f4238f5c24ba0eb52224ecb9fbe7.png"},12911:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes15-b323c97d13f2c94fb7c1a4ade2d75ec6.png"},40138:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes16-c7839a722d0bd465c5fe92049f176c6b.png"},7520:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes17-829a6e6192b764b1e339f6a1497077db.png"},53458:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes18-5ec4b69d83583d7b99f43a49a0257f20.png"},28111:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes19-118cb980cc4c0862156c14976fdedcdd.png"},17756:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes2-aec4c5d999e057d310b0f3e27b04f6df.png"},41049:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes20-efd8bd8693730d53795bfaf7da690e93.png"},35109:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes21-6dc8584f44b3bd113bc4878889de5719.png"},56706:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes22-6a1a3a585df609c443016af2a2291766.png"},21118:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAACXCAYAAAB9TdObAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnIAABJyAV5lW+MAABeGSURBVHhe7d3fU1Rnnsfx+TvyV+Qyd1O1VZub1Fxs7V5ma26yVVO1VXOTi91N7cXOxW5lZn9UZXZH6YASRVD8BYKIEokg+ANEQboBBUVQURANAYUAkXy3P6fP05w+dMOB0NCneb+qvjXS3aA8T4bvp5/nOYdfLS39aBRFURRFUVGK4EBRFEVRVOT6lQEAAEREcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkRQsO50812gdVW9SpPpvxX7+v3o5ZxcnMv+mrB/5jAABggwMfHJYne+zzo+v/JoIDAACF7c1WxWyffeY15uvW5z+0+5atu3k7YWTVJu+022/07zrebl/4QYfgAABAYfsfHFZnrftau31anWncHxxtsk8bblnf92v+C2TN5if67A8nm+wj7+s02q+Pt9lXN8dsZjX99NKi2cqwfRlYOVB9dnM28+l5LVpfS5N9eLrHRpfM+lozn0NwAACgsP0NDmvTdv50brPP1tE2a5/zXzfenVkZ2PCaa9a9st70w7V5cEhbWrB5P58QHAAA2Nq+Bof5O21es/5Nc8oml7R0kLa2bDP32u3j9OMft497DyXbmzJBoOuF97G2GZZfP7PusWn/47QH173X7PTcBMEBAICt7WNwWLO+lkyzLlh+CJjsavE+/vhcnyXn/YARRnAAAKDo9jE4zG595YULAUsTVneuyT70H/+ott2qB15ktxk8BYLDzM3WnK9ZaPuC4AAAwNb2MTgsW3dTpln/YXDZf2wza7Y8M2bn29rtU/8Q5Icn0l9vyX+a4AAAQNHt6xmHyev+FsS3mbMMka3OWktDptF/cfeHzGNsVQAAUHT7GhzWH2+yL26OW/b4wsqCTT7ss27/LORkMv3nZ7O2nH1+Ohscvhz29yvGrme2Mo5ds+63emzNllcKnIfIg+AAAMDW9jc4pJv75M3W7NmFcLkm7pr6hjp+3ZIrmdfku4/DB60P/Se3RnAAAGBr+xwcZM3mx3pybu700bFW+6Kt37sxkyxP9ttXZ5vs1y4YHG2yzxp6LOmtLKxbfnTLPj+2/prPb7rLN7dGcAAAYGt7ExwAAEBZIDgAAIDICA4AACAyggMAAIiM4AAAACIjOAAAgMgIDgAAIDKCAwAAiIzgcID8/PPP1C4XABw0BIcylq/RUcUvAChnBIcylK+ZUftTAFBuCA5lIl/TWltbo/ah8s2FKwCIO4JDzAWbUriBvX//Pqd++uknapcrPMaq4BwE50cFAHFHcIiZYBMKNig1LNfMVldXvVpZWfFqeXmZKnK5sVa58Q8Hi3CQAIA4IjjESDAwuGbkgoJrYD/++KMtLS3Z4uKivXv3zqu3b99SRS431iqNv0pz4UJFMEgEAwQAxA3BISbCoUFNyK0mqEm5gLCwsGA//PCDzc3N2Zs3b7x6/fo1VeRyY/3999974z8/P+/NheZFIc6FiHB4AIC4ITjERDA0uBUGFxjUoBQURqdv2e2ndXbtyV/su/H/s/bH/5tTVx/9mdrlCo7v9fEjlnz2nc3MzNjs7KwXKDQvChEKdQoQmjfNH+EBQFwRHGIgvNKg5qMmpMDwZu6VNT/6Vzs0/FdUCdXZ0d/b42dDNj097YUIrURovlx4cCsPmlvCA4A4ITjEgAsObntCKw1qQs9mH1jNw7/P27io/a/K4U/s9vgZm5qaslevXmXDg+ZP86j5JDgAiBuCQwyosQRXG7Q9oZUGQkPp1+HUxzb05HY2PGjrQvPnVh3YrgAQNwSHGHDBQXvjbrUh3/ZEYugTq039gzUNfmmN9//DGgfWq6H/33M+pna/apO/s8rU326Yl5qR39qTyUf24sUL79yDW3XQfBIcAMQNwaHEqamo3DaF9shn3jzf0JzOpf7Z+u/3WX9/v929e9f6+vrszp07OaXHXOk11M4qOI75xlihLTw/d8fa7NmzZ9lVB82j5pNzDgDihuBQ4tRQ3PkGt03xYLorpykdGfq7bGi4d+9eTukxV/fv38/W4OAgtcNyYzgwMOBVeNwVLmpTv8uZo/aRSnvy5Im9fPnSu2yT7QoAcUVwKFHuXagLDlrW1r0AtMx98+mxnKZ0auj3OY1LzUwNLplM2tDQkA0PD9vIyIg9fPjQq9HRUa/GxsaobZYbO43jgwcPvNL4apw13goUChLaLgrOUcvQf9qjR4/s+fPn3lUWmkfNZzA4uAKAUkZwKFHBRuKCg/bFdU+Ajom/5DQlNSm3/aCmpdCgZqbmpmb3+PFj793uxMSETU5O2tOnT73S0jm1vXJjp3HUeGpcNb4aZ423AoTGPxwcLib/5D2vz9V2heYxfM7BFQCUMoJDiQqGBu2Du/MNuiuhbvAUbEraU3f761ptUPPSu2I1NDU4NTyd6tcyue4roBsUqXlROyuNn8ZRhx1VGl+FCI23wkEqldoQHJqTf/RWffQ6fa7mUfOp4KD5DYYHAChlexoctK+rptbR0WFnz561yspKO3/+vHV1dXk/cLXnexC5ve6gQsFBB+t0V8hgU9KJ/t7eXi84aKlcDcqFBjU2dxMid0tkfQ2Vmhe1vXJjp3HUFRIaV42vgpnGW9sRWu1RUAjOkYKE/tt35xz0NYIHJAkOAOJiz4KD3oUdPXrUEolEwTp+/Lj3juwg0XJ1bW2tV2pETr7goOClhrVVcFAIU4NSM9O74+Ctj7W37n4pkxoXtb3SuIV/J4jGV+FB5xfGx8e9cw/h4KBVIf1/QM8rzGke9bUIDgDipujBQT9sm5qavGBw5MgR6+np8cKBfujqXbbesWlZvb29PRsg9OfwO/BypKZx+vTp7PddVVWVXXXZSXDQGQftr2s89e5X72zV1DTWLiwoqOhQnvulS9T2SuOmMXQhQgFC4UH/HWu89d+2gpvONOTMkR8ctBJEcAAQZ0UPDhcuXPCaorYk9MN2M3qHXF1d7b2+s7PTf3Rz01012cabrbpum/WfL1UKRg0NDTn/7mvXrnnPBUODSq9V04oSHHSyX8vl2nfXaoNer+amsVfD09dRs1Jpf72Uq+HQITtUsBosqddNdVhNvudrOuyF/3Ve3W+2usr15xJVdXauZzL9XHLLvyP8b9K4BQOE5kQrOdoG0njr8KMOSkYNDvpaml8314QHAKWuqMFBy+ZqiGqQ4RUE/bDVD9ow/QB24UHvmrcy0pKwuhulHhNyqTG0trZ63+M333zjhSr9uaWlJfu83r1quyFqcNDhSF2K6ZqTu+zPrTYEQ4MaoL6m3unGpVLNh+1wc2rjcy+v24nDJ+z6y9DjrkYv25HECbs2Omcr+nh1yRaep2xwYmnDawv+HYHSuLkA4cKDxlerDjo4qcCm4KbLL3PmiOAAoEwULTjoB6mW3nVuQT9kw27cuGH19fX+R7m03KtGWlNT4z9SWKo5Yc1D/gcx8d1333nfn7ZuFJ7UMDQeeuzUqVPeKo2eq6iosFu3bm0rOOgAnvbRtXqjbQoFNK02eKHhbZ+dSzRaym+CrlnFoYYuVljFxaGNz01ft9qKWrs+HXrcr5muWqtoGsz7XLgK/h2ByhceNC8KaApqCmwKB+HgoMORBAcA5aBoweH27dteI9TSeT6bBQc5d+6c9/mbm7XuunRwGPE/zOdNylrrq7yvpaqqrrfW5P6tULiA8PXXX3srKmpAGis1DzV8HSBVYHCl8OVWCzYLDjoYqXs4uOCg5qTVG21T6PNXxq7aNxWH7PDhw/7XrrWul6N25UiFNQ1nmlW25nvsVMVx63ie/vNwU7rxJu15b4Mdr/T/XcfPWsfou9zPeZ20S6cqM89/XWnHG3vs+Urg+V9Yw15TH9743EyXFxy6ZkKP+zXfeyr97+2w5+/zPx+sgn9HoMLhQfOiYKaApqCmwEZwAFDOihYcLl++7DXIQucatgoOaoLRgkOV1dXXWVWlHwzqm+3e1Hv/+QXrPZOwus4pW1nTx+9t8fWkTc97T+459z2pdIBRDcOdc9DlqfpY71y1SqMGrMe1+qLHowYHXQroLvnTa7WMrnfF3vZEqjH9dZtsONCcpjprLHHhvgXXhOZ66tfPiYw0WyI9tvUd47awmv54bcWm+xuturLObr3SC9JWxqy1utoa+6cz47y6YKmWaks03LfCp1rSn5P+ulXfjvsfb05bUomWPAnxVbfVJeqs2/1bwrx/W/pz61rt3tOF9H8BhRX8OwLC4UGrDgpmCmgKagoFCm6Xhv8rZ44IDgDKRdGCg5bcdVahkK2Cg965qXFuLh0EdPDPdb2VORvvqEs3unrrndMD68Fhs4axF3TS3oUGnf1Q43EHR1UaD9H+eGZFoML7s5pJMYNDOjlYTaLR7meTw5z11qeDQo83gH5waLYRL3g5mddUd0x5Hy3cSQeNM73p0Q6Y6U5/3fQ85Dy4c5sHh8wYBivn3MvqrKUu12fCZVWdtaYDTr5AQ3AAgK0VLTjo5k6bnVFQozx27JjX2PLRGQk1gO3LNLW6237jm+m1xpp0Qzhab803Rmx643GLotOWhLYm9P1oW0JNp7k53ZD9JnflypWc1yk0qMm4ZlLU4BAOCnO9Vh9s+AoOea5S8a5m8Zvs2OXM97GxNlkJ2KYdrzgEabUk2Wo16QBRnWelg+AAAFsrWnBQaFDzyHcwUtTYdNMjBQxdSqgfxEG6oY4+fyfUAMJXWqzMjFh3i1Yjqq11ZPPLQneTmoS+R30vGhM1CX2vbW1t3mONjY1ew9BpfPc6jYdrUKriBof02Aw0WqK+Nx0hzGZvpMeoIbB1USA4THVUZ5vs+LdVWzbcX2pXgoPP+34rW23M/9ghOADA1ooWHNzevbYcCtEPX10NoIZ54sQJb2ne0Q/ZnQWHzIHJ+jv518gX+89Z4uQtr0kWmxqAu7TU1cmTJ73T96Jmr8ahJq+rKPS8br/tmsdeBQdbuW+NlWq+mbFrHAyEPQWHnK0Myd2qWBlMN+Jj7TaZs52xu3YzOGS2XwgOALATRQsOCgRqhFevXvUfKUwn0i9evOi9+3bcUv6m3qTsVv+kzbmm5s44VKebgvfYgk2NTtrsor+a4Q7thQ4DFpOauQsNZ86csbq6Om87QpdOqkEoRLhbcbuxcs1j14PDi07vCoSO5z9lmlOg0Y9dqbK6Ft0oKXSewQsOCau5MlL4cOTalHXWpF9zOZXdCnq/OGuTo1O55x5+gZ0Gh9nHKZt8vZg94/J+ftw6T6ZDz+WxDf8NEBwAYGtFCw66OsAtvetuelGowYler8/TlQabWhm39vrq7BUVicoqq2/ptcnsTsSCjVzxD8X5z9dc6A48vzf0/ej6flFzcKsxOhypG0Dpz5cuXfKeE9c8XDPZteDw07w9vFprlV9nLplsC77lftZp1el/R9WV0Ptwb6ui01I9jVZT5Y9jTaN1T4QGcXHSui/UrI91VbXVK2z4T2+0m1dV+H9nsPztlakb9VZ9NPD40RprvDFuC3lWRwgOALC1ogUH0c2L9MNaZxkKnXUI0w9ULe/r/gU6IFmO3PkGV+E7axYvOGQaVN7mtJay5kSVtT32P3YKnHE4qNy8EBwAHFRFDQ764ep+iZPCgw48bib4uyoK3Tgq7tQoFIpcaND46LEg1zxcM9mT4KCAUNNpG06kEBxyuHkhOAA4qIoaHESNy90FUnv7ugxTjU2rCfqBqT1+3eNA+/t6jfb71fzKmb5nHQZVmFLTCXPNwzWTogeHhZQ1V+tAaZ4VHoJDDjcvBAcAB1XRg4PoB6K7esK9085XOiCpRncQqPEUuqumax6umWwnOBS85XS6wSk86O9db1LD1uTfIrr26qi98//enNItp2u77FW+5w5gadxcaNB4al645TSAg2RPggO2J9ikVFGCQ6RfcpUOD/paanzBAEFFr2Bo0HhqNUfz4n7JFcEBQLkjOJSgXxIcXHMK/lptfZ5WHVx4cNsWLkBQ0SsYGjSeGletkrlfq61x59dqAyhnBIcStNPgcPfuXe9QqRqX7kSpRqbXa7tCqw7B8OACBLW9coFBKw0aT82JxlfjrF+Rrktvx8bG7GLyT7lzRHAAUCYIDiUqGB70TlcNa7PgoNtUKzgMDg56jUu/90JXsWi7QqsOam76fBcg1PjUtKjtlQsMGkcXGjS+GmcdSNW46zefRg0OmlfNL6EBQFwQHErUToKDDkjqN2/qKhVdWaH9dr0L1iFJLaXrvIManZbWXYigtlcaN42fxlHjqXHV+GqctU2hcX/w4IE1J/+YO0d+cHAHVwkOAOKK4FCi8gUHNS41qnBwODP4L95WhYLDwMCAjYyMeO9stWzuwoPOO6jBqWGp9HX0TpnaXmncNH4aS5XGVeOrcdZqg7aJdElsODjocKQ7uKqVCX0dzSfBAUDcEBxKVKHgoOZ17+nFnKb0TepTLzQEL8nUcrmalJqZ3gmrsalhaftCjU6lMxDU9sqNncZR46lx1fhqnBXWtNqjlYWzyX/KmaNLyT97gW5iYsL7XM0jwQFAHBEcSpRrIi486GCe9tbVcCamh3KakuryQMI746DgoAOSeterJqbzDmpoChFqWmpwKq1G6AAltb3SuLkx1HhqXDW+GmdtUSi03Ul22KHkX+fMT2fytDcf+nwFD82j5lPzGgwNKgAoZQSHEhVsJC446GCe9ta1PH5s5NOcxqQ6l/zCWxLXMrkO5+mSQJXuYqhqHfnvQP0PteNaH0c3thpnjXlj8t8sMfRJzrzo4/tDfV64cJfJah41nwQHAHFDcChxLji4SzJ1ME977A+f9dnh1Mc5DYoqzWpLVXirEe5gpM5GaB41n+5STAIDgLggOMSAmooajPbDdRJfy9xa7u56fCxvo6JKp04N/6N3tkGHJt02hQ5GuisqNK+EBgBxQnCIATUWHaBz5xy0zK37Bujd68B4ux0Z+Zu8TYvav9L2xGX/QKS2KHQeQgcp3W3A3fkGzSvBAUCcEBxiwAUHvTvVvrjerepdq075qxmNPRm2O2OXvD13t9eucw4676D7B3g14P8vtbsVGleN+7VkrfUP3fK2J7TSoHs76GyDW23QNoXmUfNJcAAQNwSHGFBjcecctLztVh3cjYfcPQS0h+5O9+uqCl1doTtJ6qZQur+D/pfa3XLjqnHWeOuqCq0yhC+H1SWYmi/Nm7sMU/PJ+QYAcUNwiAEXHNx2hQ7VqfloyVsHJXVKX41JAUL76HqHq6ald7tqYCpdCuj+TO1eBcfVXfqq8dc8aD40L1oZ0jwFf1Op26YgOACIG4JDTBQKD1r2dgFC++cuRARvTqTSPQjcn6ndq+C4arzdTbYUFjQf2prQYVbNE6EBQDkgOMSEGky+8KC9chcgtAzufn+Cuy2ymhe1N6Xx1rhr/DUPmg+dR9H8aJ7yhQaCA4C4ITjESDg8aI9cjUj75S5E6PyDGpULE9TelgsKmgcXFjQ/mid3GJLQACDOCA4x4xpOMEC4EBEMEi5MUHtbbuyDQcFVMDCoACCOCA4xFmxCakquwmGC2rsKhoRwUFABQNwRHGIs3JRcBUMEtT+Vb15UABB3BIcyka9JUftfAFBuCA5lKF8Do/a2AKBcERzKWL6GRhW3AKDcERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABARGb/DwBWVVdiV+R2AAAAAElFTkSuQmCC"},74715:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes4-ffd858db3a287f1997687c6d2b971c15.png"},32793:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes5-e9222d579ca8112bcbd7823513b203ec.png"},16885:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes6-c598f66ed2bf7346fcc9c83eb90a2448.png"},77247:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes7-853a30113dcf0f9c72b3a98baafd6748.png"},87044:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes8-44c7bd3e2108b21d50d84f8cc14d6333.png"},22029:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes9-1ecec30e77455ff2b00f0d65526001a1.png"}}]); \ No newline at end of file diff --git a/assets/js/af69bd61.f7c990ca.js b/assets/js/af69bd61.0efa44af.js similarity index 98% rename from assets/js/af69bd61.f7c990ca.js rename to assets/js/af69bd61.0efa44af.js index a54ea752d..cc12009a4 100644 --- a/assets/js/af69bd61.f7c990ca.js +++ b/assets/js/af69bd61.0efa44af.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-29T09:53:45.212Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.212Z",\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-29T16:23:32.501Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.501Z",\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.6b907743.js b/assets/js/b2229da9.6b907743.js new file mode 100644 index 000000000..c8345f163 --- /dev/null +++ b/assets/js/b2229da9.6b907743.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27653],{73713:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>E,contentTitle:()=>b,default:()=>q,frontMatter:()=>g,metadata:()=>T,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),c=(i(82723),i(9487)),o=i.n(c),d=i(41429),p=i.n(d),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),v=i.n(f),y=(i(1176),i(12005),i(85162));const g={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:"eJydV22P2jgQ/ivRfGqrQBbaq3T5dJTSK1KvUF4+3FFUmWQA9xI7tZ3dRSj//TR23oDs9tT9tHbGM8+MHz8znMGwg4ZwAwa16XGDaS+SwiiZJKhg64PMUDHDpZjGEII2TJnxkSfx1GC61lwc5rPl6tsAfMiYYikaVOTvDIKlCCHtojBkDT5wYXfMEXyIUUeKZ+T62kzhj5wrjCE0KkcfdHTElEF4BnPK0MJQXBygKPwmjpLfMTKfafVsoAu7/x9p64xRm3cyPpHFpV9bmRVqm8PiC/hAdURhyJRlWcIjW8bguyb7czsUNwnFWt64aOBtIGG5iI7rnMfgu6T9Mii3/1vAW78CLneUJl2Lois0HLVFYoziu9y4VWnLlGInqprBVLcREZBRfcJCet79v3jqKJ4P+qTpaptPOykTZAJ8wEeWZhRtzxKNhQ/3LMmx6wqKgooa4wL3nUEuLqTj+5HppWFGd8Ao/HZ9bw5fk2i9nr735N5zrPXcUXLiyNgRu/04fl73eWW9QC1zFeEVF6jMP73qp+7i2foqNOrUXSD7adZd+oaIHbXbS5UyAyHEzGDPkFXhW8EZM43TjnoXVW63zlDkKZVguZ6uJuDDcjVb/A0+rCbLFS3Hk8+jxXRmv0zm4MO7yYfZYvJt/Gm0XDbLPxez9by1/muy+jh736wr9+Wy9D76sJosalduVXtyy9qRW1Z+3Mq62RY+5IL/yLtTr+6hLUx2Q2dSaHe1w7vBrQKNFTKD8aXyvApedYvNRBh1Ko+M9ElEi+VPX3fX0yiKEnGMmcLIInBP2YfHHj3XA4peKZ29nYxPvVKxbxXzMh8rhx7zImo3HtHF464/4KNBobkUrtNYoj8brCb9TVDS9RTNUVJ3y6S2SVPfCCG4HwTnVrsoAgofnJtWVZAEo7qvWl6uEgiBzhgZyaQIg+DMcnOUiptTEbCM3yS5wEwqM5fKsMRzvixaxdkucVWv3Lkb37M8obd0NCbTN+7mlW3zUMgQ/NKeuFcjuqXQR6mNRxXzmIg9Qua94HtPIMYYvyTFc3i9a8ANrhhT2VfWKrNGfS6JJFsqVZS7uJsz7JApVKOcSr3Ztj8viasu9bZRTbwyIUtpK1HWiIYBoN66aLr0pGotl32vpkwtKlV7KnnbkMVRfNvqO0+1hHq76TJupGj3lcaqfgPl+mp4usLXAagUahejluZWSo0iw/Bu+KY3uOsNf18N3obD1+HrYf/N27f/wKUKN4fLSlfi1ahVS6C52Mu2oLSZ/ATNK9qM5lMvllGeojB2KCo1i0VWs8raLPOMDhGVU8bpZWm388cNvXxIeIRCY+v4KGPREb1h/44ysC+TmBMGwcPDQ5/Zr32pDkF5VAefpuPJ5+WkR0eoT6LSDv1v/cFdf2DbuNQmZaKN8kmV6h5HDD6aIEsYtz3V4jqXirOBe5qjw6tR1nkLWxPy1ocjSVW4gfN5xzSuVVIUtP0jR2LFZttoiOVTzDX930jzFbi6Y8CLRdl5XnoXM3kn/GqOEacWScEv6ds6T4P6r2G4qMWvgGg5KEj+jshiVK1XNnZxeyvy03i4mdkpB3diFEWYmZYtddmLTkI/isCHXflTIZUxmSn2QIMce4AQvsJXAilt+lbs7P4ZEiYOOTuQvQtLf/8BHwejPg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,T={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:"eJydV22P2jgQ/ivRfGqrQBbaq3T5dJTSK1KvUF4+3FFUmWQA9xI7tZ3dRSj//TR23oDs9tT9tHbGM8+MHz8znMGwg4ZwAwa16XGDaS+SwiiZJKhg64PMUDHDpZjGEII2TJnxkSfx1GC61lwc5rPl6tsAfMiYYikaVOTvDIKlCCHtojBkDT5wYXfMEXyIUUeKZ+T62kzhj5wrjCE0KkcfdHTElEF4BnPK0MJQXBygKPwmjpLfMTKfafVsoAu7/x9p64xRm3cyPpHFpV9bmRVqm8PiC/hAdURhyJRlWcIjW8bguyb7czsUNwnFWt64aOBtIGG5iI7rnMfgu6T9Mii3/1vAW78CLneUJl2Lois0HLVFYoziu9y4VWnLlGInqprBVLcREZBRfcJCet79v3jqKJ4P+qTpaptPOykTZAJ8wEeWZhRtzxKNhQ/3LMmx6wqKgooa4wL3nUEuLqTj+5HppWFGd8Ao/HZ9bw5fk2i9nr735N5zrPXcUXLiyNgRu/04fl73eWW9QC1zFeEVF6jMP73qp+7i2foqNOrUXSD7adZd+oaIHbXbS5UyAyHEzGDPkFXhW8EZM43TjnoXVW63zlDkKZVguZ6uJuDDcjVb/A0+rCbLFS3Hk8+jxXRmv0zm4MO7yYfZYvJt/Gm0XDbLPxez9by1/muy+jh736wr9+Wy9D76sJosalduVXtyy9qRW1Z+3Mq62RY+5IL/yLtTr+6hLUx2Q2dSaHe1w7vBrQKNFTKD8aXyvApedYvNRBh1Ko+M9ElEi+VPX3fX0yiKEnGMmcLIInBP2YfHHj3XA4peKZ29nYxPvVKxbxXzMh8rhx7zImo3HtHF464/4KNBobkUrtNYoj8brCb9TVDS9RTNUVJ3y6S2SVPfCCG4HwTnVrsoAgofnJtWVZAEo7qvWl6uEgiBzhgZyaQIg+DMcnOUiptTEbCM3yS5wEwqM5fKsMRzvixaxdkucVWv3Lkb37M8obd0NCbTN+7mlW3zUMgQ/NKeuFcjuqXQR6mNRxXzmIg9Qua94HtPIMYYvyTFc3i9a8ANrhhT2VfWKrNGfS6JJFsqVZS7uJsz7JApVKOcSr3Ztj8viasu9bZRTbwyIUtpK1HWiIYBoN66aLr0pGotl32vpkwtKlV7KnnbkMVRfNvqO0+1hHq76TJupGj3lcaqfgPl+mp4usLXAagUahejluZWSo0iw/Bu+KY3uOsNf18N3obD1+HrYf/N27f/wKUKN4fLSlfi1ahVS6C52Mu2oLSZ/ATNK9qM5lMvllGeojB2KCo1i0VWs8raLPOMDhGVU8bpZWm388cNvXxIeIRCY+v4KGPREb1h/44ysC+TmBMGwcPDQ5/Zr32pDkF5VAefpuPJ5+WkR0eoT6LSDv1v/cFdf2DbuNQmZaKN8kmV6h5HDD6aIEsYtz3V4jqXirOBe5qjw6tR1nkLWxPy1ocjSVW4gfN5xzSuVVIUtP0jR2LFZttoiOVTzDX930jzFbi6Y8CLRdl5XnoXM3kn/GqOEacWScEv6ds6T4P6r2G4qMWvgGg5KEj+jshiVK1XNnZxeyvy03i4mdkpB3diFEWYmZYtddmLTkI/isCHXflTIZUxmSn2QIMce4AQvsJXAilt+lbs7P4ZEiYOOTuQvQtLf/8BHwejPg==",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"}},E={},N=[{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:"Start a child test item"})}),"\n",(0,a.jsx)(m(),{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)(o(),{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)(o(),{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 q(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/b2229da9.d12b0506.js b/assets/js/b2229da9.d12b0506.js deleted file mode 100644 index 4d667c0c7..000000000 --- a/assets/js/b2229da9.d12b0506.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27653],{73713:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>S,default:()=>w,frontMatter:()=>f,metadata:()=>E,toc:()=>b});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),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),v=(a(1176),a(12005),a(85162));const f={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/RVhntpCtuJsg6J6Wtd1twa6tdeXh13XKGhpbLMrkQpJJTEM/ftiSN1sK+mieQqp4cyZ4eGZ8QkM22sI12BQmx43mPYiKYySSYIKNj7IDBUzXIpJDCFow5QZHXgSTwymK83FfjZdLL8PwIeMKZaiQUX+TiBYihDSLgpD1uADF3bHHMCHGHWkeEauL80U3udcYQyhUTn6oKMDpgzCE5hjhhaG4mIPReE3cZT8gZH5SqsXA53Z/f9IG2eM2nyQ8ZEszv3ayixR2xzmf4EPVEcUhkxZliU8smUMfmiyP7VDcZNQrMWViwbeGhKWi+iwynkMvkvaL4Ny+78FvPEr4HJLadK1KLpCw1FbJMYovs2NW5W2TCl2pKoZTHUbEQEZ1icspJfd/4vHjuL5oI+arrb5tJUyQSbAB3xiaUbRdizRWPjwwJIcu66gKKioMc5x1xnk7EI6vh+YXhhmdAeMwm/X9+rwJYlWq8lHT+48x1rPHSUnjowdsduP4+d1n1XWc9QyVxFecIHK/NOrfu4uXqyvQqOO3QWyn6bdpW+I2FG7nVQpMxBCzAz2DFkVvhWcEdM46ah3UeV27QxFnlIJFqvJcgw+LJbT+d/gw3K8WNJyNP46nE+m9st4Bj58GH+azsffR1+Gi0Wz/GM+Xc1a6z/Hy8/Tj826cl8uS+/DT8vxvHblVrUnt6wduWXlx62sm03hQy74fd6denUPbWGyGzqTQrurvb0ZXCvQSCEzGJ8rz5vgTbfYjIVRx/LIUB9FNF/89HV3PY2iKBHHmCmMLAL3lH146tFz3aPoldLZ28r42CsV+1oxz/OxcugxL6J24xFdPO76Az4ZFJpL4TqNJfqLwWrSXwUlXU/RHCR1t0xqmzT1jRCCh0FwarWLIqDwwalpVQVJMKqHquXlKoEQ6IyRkUyKMAhOLDcHqbg5FgHL+FWSc8ykMjOpDEs858uiVZxtE1f1yp278R3LE3pLB2MyfeVuVtk2D4UMwS/tiXs1omsKfZbaeFQxj4nYI2TeK77zBGKM8WtSPIfXuwTc4IoxlX1lrTJr1OeSSLKhUkW5i7s+wRaZQjXMqdTrTfvzgrjqUm8b1cQrE7KUthJljWgYAOqt86ZLj6vWct73asrUolK1p5K3DVkcxTetvvNcS6i3my7jRop2X2ms6jdQri+Gpwt8HYBKoXYxamlupdQoMtze3L7tDW56t++XN+/Du9/Ct3f9wbv3/8C5CjeHy0pX4tWoVUugudjJtqC0mfwMzSvaDGcTL5ZRnqIwdigqNYtFVrPK2izyjA4RlVPG6WVpt/P7Fb18SHiEQmPr+DBj0QG92/4NZWBfJjEnDILHx8c+s1/7Uu2D8qgOvkxG46+LcY+OUJ9EpR36u/7gpj+wbVxqkzLRRvmsSnWPIwafTJAljNueanGdSsVZwwPN0eHFKOu8ha0JeePDgaQqXMPptGUaVyopCtq+z5FYsd40GmL5FHNN/zfSfAGu7hjwal52ntfe2UzeCb+aY8SxRVLwS/q2ztOg/msYzmrxKyBaDgqSvwOyGFXrlY1c3N6S/DQermZ2ysGdGEYRZqZlS132rJPQjyLwYVv+VEhlTGaKPdIgxx4hhG/wjUBKm74VO7t/goSJfc72ZO/C0t9/Q/ajSA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},S=void 0,E={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:"eJydV9tu2zgQ/RVhntpCtuJsg6J6Wtd1twa6tdeXh13XKGhpbLMrkQpJJTEM/ftiSN1sK+mieQqp4cyZ4eGZ8QkM22sI12BQmx43mPYiKYySSYIKNj7IDBUzXIpJDCFow5QZHXgSTwymK83FfjZdLL8PwIeMKZaiQUX+TiBYihDSLgpD1uADF3bHHMCHGHWkeEauL80U3udcYQyhUTn6oKMDpgzCE5hjhhaG4mIPReE3cZT8gZH5SqsXA53Z/f9IG2eM2nyQ8ZEszv3ayixR2xzmf4EPVEcUhkxZliU8smUMfmiyP7VDcZNQrMWViwbeGhKWi+iwynkMvkvaL4Ny+78FvPEr4HJLadK1KLpCw1FbJMYovs2NW5W2TCl2pKoZTHUbEQEZ1icspJfd/4vHjuL5oI+arrb5tJUyQSbAB3xiaUbRdizRWPjwwJIcu66gKKioMc5x1xnk7EI6vh+YXhhmdAeMwm/X9+rwJYlWq8lHT+48x1rPHSUnjowdsduP4+d1n1XWc9QyVxFecIHK/NOrfu4uXqyvQqOO3QWyn6bdpW+I2FG7nVQpMxBCzAz2DFkVvhWcEdM46ah3UeV27QxFnlIJFqvJcgw+LJbT+d/gw3K8WNJyNP46nE+m9st4Bj58GH+azsffR1+Gi0Wz/GM+Xc1a6z/Hy8/Tj826cl8uS+/DT8vxvHblVrUnt6wduWXlx62sm03hQy74fd6denUPbWGyGzqTQrurvb0ZXCvQSCEzGJ8rz5vgTbfYjIVRx/LIUB9FNF/89HV3PY2iKBHHmCmMLAL3lH146tFz3aPoldLZ28r42CsV+1oxz/OxcugxL6J24xFdPO76Az4ZFJpL4TqNJfqLwWrSXwUlXU/RHCR1t0xqmzT1jRCCh0FwarWLIqDwwalpVQVJMKqHquXlKoEQ6IyRkUyKMAhOLDcHqbg5FgHL+FWSc8ykMjOpDEs858uiVZxtE1f1yp278R3LE3pLB2MyfeVuVtk2D4UMwS/tiXs1omsKfZbaeFQxj4nYI2TeK77zBGKM8WtSPIfXuwTc4IoxlX1lrTJr1OeSSLKhUkW5i7s+wRaZQjXMqdTrTfvzgrjqUm8b1cQrE7KUthJljWgYAOqt86ZLj6vWct73asrUolK1p5K3DVkcxTetvvNcS6i3my7jRop2X2ms6jdQri+Gpwt8HYBKoXYxamlupdQoMtze3L7tDW56t++XN+/Du9/Ct3f9wbv3/8C5CjeHy0pX4tWoVUugudjJtqC0mfwMzSvaDGcTL5ZRnqIwdigqNYtFVrPK2izyjA4RlVPG6WVpt/P7Fb18SHiEQmPr+DBj0QG92/4NZWBfJjEnDILHx8c+s1/7Uu2D8qgOvkxG46+LcY+OUJ9EpR36u/7gpj+wbVxqkzLRRvmsSnWPIwafTJAljNueanGdSsVZwwPN0eHFKOu8ha0JeePDgaQqXMPptGUaVyopCtq+z5FYsd40GmL5FHNN/zfSfAGu7hjwal52ntfe2UzeCb+aY8SxRVLwS/q2ztOg/msYzmrxKyBaDgqSvwOyGFXrlY1c3N6S/DQermZ2ysGdGEYRZqZlS132rJPQjyLwYVv+VEhlTGaKPdIgxx4hhG/wjUBKm74VO7t/goSJfc72ZO/C0t9/Q/ajSA==",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"}},q={},b=[{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:"/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)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",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)(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)(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 w(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/ba04e5ff.44874540.js b/assets/js/ba04e5ff.44874540.js new file mode 100644 index 000000000..895632f1d --- /dev/null +++ b/assets/js/ba04e5ff.44874540.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[90095],{58143:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>U,contentTitle:()=>v,default:()=>T,frontMatter:()=>N,metadata:()=>y,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),d=(s(82723),s(9487)),p=s.n(d),m=s(41429),o=s.n(m),h=s(5397),u=s.n(h),j=s(4667),x=s.n(j),f=s(9472),b=s.n(f),g=(s(1176),s(12005),s(85162));const N={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:"eJydVt+P2jgQ/leieWqrQID2qrs8HbfH6lBXuxRYnXRbHkwygNvEdm1nd1GU//00tgNh4faq8hTsb374m5nPrsGyrYH0AQpWiWzXY2Yvsl4mhdWyKFDDKgapUDPLpZjmkMKGC252Nw5+b7jYzu6XEINimpVoUZO3GgQrEdLgdZpDDFxACorZHcSQo8k0V+TzFKTxe8U15pBaXWEMJtthySCtwe4VOTRWc7GFpokPMZSWXzGzt/TvtTCnuB+PtPJgNPYPme8Jceq3S8j8M8RA7KGwhGRKFTxz5CVfDcHrbiRuCwp17TxMnjGrCOmcHPN7ABT5kpdItQjJyTUdhWjXVB3L0bhw1mq+rqz/F7BMa7YnZiyWpht2arEcHyxc1Nfdf8P9BYJiMHtjsexsraUskAmIAZ9ZqSjahhUGmxgeWVHhJZqb5kXBLgRqiTjbi2EjdckspJAziz1LKMrMMluZS3gUVUnczsaLxeRPiOF6PL1xH4vl3Wzmvz5Nw9f0djmZz+9nS/fvanx7Nbm5CTvXdxDD3+P5Lawaf4zT3nILRklhPIujweC8ie4+nTbOu+Tda70Sum3xvyXj+UUiCy6+XdwQVblG3dniwuIWdZdhLuzHD65ioWhKY8YsnddVOYbnXiZz3KLohcnprWW+74WBPRuYUyr8CSOvCtFG6sgozPiGYx6FGXaNZVEYLoXXG9ear8Y9tN7L+DTgJdqdJHVTleOQ9COF5HGU1B3ZaBKfVFK3ktUk3hnEYFA/tupX6QJSIFMrM1k0aZLUrLI7qbndNwlT/OzUc1RS25nUlhWR9+VS1pytC1/L1p3vng2rCqrGzlplztzNWuyx0wkIccCvmhgOGZ2341/S2Ihoi5jII8osesM3kUDMMX8byU3k841eJnzMK8dS9rVDKQfqc0lNsyKqssrHfahhjUyjHlfE+MOKtkko50fFnbQScqpvh6IfRrqVodCEbbnb5l695KijBUFWYDQYfegNB73Rb8vhx3T0Pn0/6A9/Hf4DRylpFaOhu2Yju7PZreF/FLglbDybRrnMqhKFdddDGH+WufEPk7KoFBlRiiXj1FPGr/x+RizNdIbCYMd8rFi2w2jUH0AcepKqnybJ09NTn7ndvtTbJJia5GZ6NbldTHpkQmKN2vjsf+kPh35NSWNLJjphfmxgL2u7xWebqIJxQb5djnUYvwd4HEEM6em97aPQeufZEIZwFcNOGkumdb1mBu910TS0/L1CTe22Oo6U66CcG/o+KteLLA+KDG/mQdTfRp3AF0/R3rti3xEdiEO7HqzpCfNT8U8J+YkUug4aUoIdspxU/zBTVz5ub0l+jh7OnjN0Bm8xzjJUtoOlG+xEWv07cR3eUKXMCaXZEz122BOk8AW+UI7Snd4pnluvoWBiW7Et4X1U+v0Ltz6nrQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,y={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:"eJydVt+P2jgQ/leieWqrQID2qrs8HbfH6lBXuxRYnXRbHkwygNvEdm1nd1GU//00tgNh4faq8hTsb374m5nPrsGyrYH0AQpWiWzXY2Yvsl4mhdWyKFDDKgapUDPLpZjmkMKGC252Nw5+b7jYzu6XEINimpVoUZO3GgQrEdLgdZpDDFxACorZHcSQo8k0V+TzFKTxe8U15pBaXWEMJtthySCtwe4VOTRWc7GFpokPMZSWXzGzt/TvtTCnuB+PtPJgNPYPme8Jceq3S8j8M8RA7KGwhGRKFTxz5CVfDcHrbiRuCwp17TxMnjGrCOmcHPN7ABT5kpdItQjJyTUdhWjXVB3L0bhw1mq+rqz/F7BMa7YnZiyWpht2arEcHyxc1Nfdf8P9BYJiMHtjsexsraUskAmIAZ9ZqSjahhUGmxgeWVHhJZqb5kXBLgRqiTjbi2EjdckspJAziz1LKMrMMluZS3gUVUnczsaLxeRPiOF6PL1xH4vl3Wzmvz5Nw9f0djmZz+9nS/fvanx7Nbm5CTvXdxDD3+P5Lawaf4zT3nILRklhPIujweC8ie4+nTbOu+Tda70Sum3xvyXj+UUiCy6+XdwQVblG3dniwuIWdZdhLuzHD65ioWhKY8YsnddVOYbnXiZz3KLohcnprWW+74WBPRuYUyr8CSOvCtFG6sgozPiGYx6FGXaNZVEYLoXXG9ear8Y9tN7L+DTgJdqdJHVTleOQ9COF5HGU1B3ZaBKfVFK3ktUk3hnEYFA/tupX6QJSIFMrM1k0aZLUrLI7qbndNwlT/OzUc1RS25nUlhWR9+VS1pytC1/L1p3vng2rCqrGzlplztzNWuyx0wkIccCvmhgOGZ2341/S2Ihoi5jII8osesM3kUDMMX8byU3k841eJnzMK8dS9rVDKQfqc0lNsyKqssrHfahhjUyjHlfE+MOKtkko50fFnbQScqpvh6IfRrqVodCEbbnb5l695KijBUFWYDQYfegNB73Rb8vhx3T0Pn0/6A9/Hf4DRylpFaOhu2Yju7PZreF/FLglbDybRrnMqhKFdddDGH+WufEPk7KoFBlRiiXj1FPGr/x+RizNdIbCYMd8rFi2w2jUH0AcepKqnybJ09NTn7ndvtTbJJia5GZ6NbldTHpkQmKN2vjsf+kPh35NSWNLJjphfmxgL2u7xWebqIJxQb5djnUYvwd4HEEM6em97aPQeufZEIZwFcNOGkumdb1mBu910TS0/L1CTe22Oo6U66CcG/o+KteLLA+KDG/mQdTfRp3AF0/R3rti3xEdiEO7HqzpCfNT8U8J+YkUug4aUoIdspxU/zBTVz5ub0l+jh7OnjN0Bm8xzjJUtoOlG+xEWv07cR3eUKXMCaXZEz122BOk8AW+UI7Snd4pnluvoWBiW7Et4X1U+v0Ltz6nrQ==",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"}},U={},q=[{value:"Request",id:"request",level:2}];function k(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)(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)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.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)(g.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)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.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)(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 T(e={}){const{wrapper:i}={...(0,n.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/ba04e5ff.fc95c6a7.js b/assets/js/ba04e5ff.fc95c6a7.js deleted file mode 100644 index 4c87deb16..000000000 --- a/assets/js/ba04e5ff.fc95c6a7.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[90095],{58143:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>P,frontMatter:()=>b,metadata:()=>N,toc:()=>W});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),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),v=(a(1176),a(12005),a(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:"eJydVt9v4jgQ/leiedpdBUK57knN03I9qkNbtRxQnbRdHkwygHcT22s7bVGU//00tgOhcL3V8hTsb374m5nPrsGyjYH0EQpWiWzbY2Ynsl4mhdWyKFDDMgapUDPLpZjkkMKaC262tw7+YLjYTB8WEINimpVoUZO3GgQrEdLgdZJDDFxACorZLcSQo8k0V+TzGKTxR8U15pBaXWEMJttiySCtwe4UOTRWc7GBpon3MZSW3zCzd/TvrTDHuJ+PtPRgNPYPme8Icey3S8jsb4iB2ENhCcmUKnjmyEu+GYLX3UjcFhTqxnkYv2BWEdI5OeT3CCjyBS+RahGSkys6CtGuqTqWo3HhrNV8VVn/L2CZ1mxHzFgsTTfsxGI52lu4qG+7/467MwTFYHbGYtnZWklZIBMQA76wUlG0NSsMNjE8saLCczQ3zauCnQnUEnGyF8Na6pJZSCFnFnuWUJSZZbYy5/AoqpK4nY7m8/GfEMPNaHLrPuaL++nUf32ehK/J3WI8mz1MF+7f9ejuenx7G3Zu7iGGf0azO1g2/hjHveUWjJLCeBaHg8FpE91/Pm6cD8mHt3oldNv8f0vG87NEFlx8P7shqnKFurPFhcUN6i7DXNjfL13FQtGUxoxZOq+rcgwvvUzmuEHRC5PTW8l81wsDezIwx1T4E0ZeFaK11JFRmPE1xzwKM+way6IwXAqvN64134y7b73X8WnAS7RbSeqmKsch6UcKydMwqTuy0SQ+qaRuJatJvDOIwaB+atWv0gWkQKZWZrJo0iSpWWW3UnO7axKm+MmpZ6iktlOpLSsi78ulrDlbFb6WrTvfPWtWFVSNrbXKnLibtthDpxMQ4oBfNjHsMzptx7+ksRHRFjGRR5RZ9I6vI4GYY/4+kuvI5xu9TviQV46l7GuHUg7U55KaZklUZZWP+1jDCplGPaqI8cclbZNQzg6KO24l5Fjf9kXfj3QrQ6EJ23K3zb18zVFHC4KswHAwvOxdDHrDq8XgKv34W3o57F8Nh1/gICWtYjR016xldza7NfyPAreEjaaTKJdZVaKw7noI488yN/5hUuaVIiNKsWScesr4lU8nxNJMZygMdsxHimVbjIb9AcShJ6n6aZI8Pz/3mdvtS71JgqlJbifX47v5uEcmJNaojc/+Y//iwq8paWzJRCfMzw3seW23+GITVTAuyLfLsQ7j9whPQ4ghPb63fRRa7zwbwhAuY9hKY8m0rlfM4IMumoaWf1Soqd2Wh5FyHZRzQ98H5XqV5V6R4d0siPr7qBP47Cnae1fsOqIDcWjXvTU9YX4p/jEhv5BC10FDSrBFlpPq72fq2sftLcjPwcPJc4bO4C1GWYbKdrB0gx1Jq38nrsIbqpQ5oTR7pscOe4YUvsJXylG60zvFc+s1FExsKrYhvI9Kv38B3uenuA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={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/leiedpdBUK57knN03I9qkNbtRxQnbRdHkwygHcT22s7bVGU//00tgOhcL3V8hTsb374m5nPrsGyjYH0EQpWiWzbY2Ynsl4mhdWyKFDDMgapUDPLpZjkkMKaC262tw7+YLjYTB8WEINimpVoUZO3GgQrEdLgdZJDDFxACorZLcSQo8k0V+TzGKTxR8U15pBaXWEMJttiySCtwe4UOTRWc7GBpon3MZSW3zCzd/TvrTDHuJ+PtPRgNPYPme8Icey3S8jsb4iB2ENhCcmUKnjmyEu+GYLX3UjcFhTqxnkYv2BWEdI5OeT3CCjyBS+RahGSkys6CtGuqTqWo3HhrNV8VVn/L2CZ1mxHzFgsTTfsxGI52lu4qG+7/467MwTFYHbGYtnZWklZIBMQA76wUlG0NSsMNjE8saLCczQ3zauCnQnUEnGyF8Na6pJZSCFnFnuWUJSZZbYy5/AoqpK4nY7m8/GfEMPNaHLrPuaL++nUf32ehK/J3WI8mz1MF+7f9ejuenx7G3Zu7iGGf0azO1g2/hjHveUWjJLCeBaHg8FpE91/Pm6cD8mHt3oldNv8f0vG87NEFlx8P7shqnKFurPFhcUN6i7DXNjfL13FQtGUxoxZOq+rcgwvvUzmuEHRC5PTW8l81wsDezIwx1T4E0ZeFaK11JFRmPE1xzwKM+way6IwXAqvN64134y7b73X8WnAS7RbSeqmKsch6UcKydMwqTuy0SQ+qaRuJatJvDOIwaB+atWv0gWkQKZWZrJo0iSpWWW3UnO7axKm+MmpZ6iktlOpLSsi78ulrDlbFb6WrTvfPWtWFVSNrbXKnLibtthDpxMQ4oBfNjHsMzptx7+ksRHRFjGRR5RZ9I6vI4GYY/4+kuvI5xu9TviQV46l7GuHUg7U55KaZklUZZWP+1jDCplGPaqI8cclbZNQzg6KO24l5Fjf9kXfj3QrQ6EJ23K3zb18zVFHC4KswHAwvOxdDHrDq8XgKv34W3o57F8Nh1/gICWtYjR016xldza7NfyPAreEjaaTKJdZVaKw7noI488yN/5hUuaVIiNKsWScesr4lU8nxNJMZygMdsxHimVbjIb9AcShJ6n6aZI8Pz/3mdvtS71JgqlJbifX47v5uEcmJNaojc/+Y//iwq8paWzJRCfMzw3seW23+GITVTAuyLfLsQ7j9whPQ4ghPb63fRRa7zwbwhAuY9hKY8m0rlfM4IMumoaWf1Soqd2Wh5FyHZRzQ98H5XqV5V6R4d0siPr7qBP47Cnae1fsOqIDcWjXvTU9YX4p/jEhv5BC10FDSrBFlpPq72fq2sftLcjPwcPJc4bO4C1GWYbKdrB0gx1Jq38nrsIbqpQ5oTR7pscOe4YUvsJXylG60zvFc+s1FExsKrYhvI9Kv38B3uenuA==",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"}},q={},W=[{value:"Request",id:"request",level:2}];function F(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:"Finish launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,i.jsx)(s.p,{children:"Finish 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.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)(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:"finishLaunchRQ"})})}),(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:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.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,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:"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)(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)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"link",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)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:s}={...(0,n.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/be166ec8.a1027b2e.js b/assets/js/be166ec8.2212d287.js similarity index 99% rename from assets/js/be166ec8.a1027b2e.js rename to assets/js/be166ec8.2212d287.js index ba493dcbb..d2c464594 100644 --- a/assets/js/be166ec8.a1027b2e.js +++ b/assets/js/be166ec8.2212d287.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-29T09:53:45.304Z",\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-29T09:53:45.305Z",\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-29T16:23:32.587Z",\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-29T16:23:32.587Z",\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.d9bd7265.js b/assets/js/bea80cb3.6d6749bb.js similarity index 50% rename from assets/js/bea80cb3.d9bd7265.js rename to assets/js/bea80cb3.6d6749bb.js index 4befe5c7f..ba3fc3088 100644 --- a/assets/js/bea80cb3.d9bd7265.js +++ b/assets/js/bea80cb3.6d6749bb.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34420],{54034:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>M,contentTitle:()=>y,default:()=>q,frontMatter:()=>f,metadata:()=>b,toc:()=>Z});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)),d=a.n(c),m=a(41429),p=a.n(m),u=a(5397),h=a.n(u),x=a(4667),j=a.n(x),g=a(9472),v=a.n(g),N=(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:"eJyFVsFu2zgQ/RVhTm1BWba3AbY6NZvNYgMU3aydXNb1YSyNZbYUqZKUHcPQvy+Gki05dtucotFw5s3wvWcdwGPhIF2AMkWMbq+zODPaW6MUWVgKMBVZ9NLohxxSyCyhp0+muNfe7p+d1MXjP/MnEFChxZI8Wa52AI0lQQqVNV8p85/5SYDUHEK/AQE5uczKiitf5Fn6XktLOaTe1iTAZRsqEdID+H3FZZ23UhfQNMs2mZz/w+R7zjive8I7+xcE8GSkPadhVSmZhcGSr45zD8M20ivuM8ft6XAPagEKa51tnmuZgwAvS+JNddjMiifhjVjenZfkuORacsW+9F/8/KtD7RYvx24ESE9lAHDx+vVun58f/ozMOvLkfMTHIrPTlEd+I12kTAGNGA502U6Aoi2pa51I1yUvhKw1FgTs0Opw0WsTcKxqzvIWMx52jR4VCKj1N212GpaNgJKcw+LalN1mr3RdG1uihxRy9BSHrEZAfR19E9Z1TqkQcJXRrt3zdDy55M5d4E5+zpt3ybvrVAmC6I7cso5m819e7w/xMuKcKktZQJCuUTkS8BJnJqeCdNyRPl6ZfB93Wjvn+rVZwm0LoBdP2kmjW6l+oz2kP60tYIuqft2DxVeS3xg2hsq4MB+LO4VkO00OA003iTJFQrwiEODIbo8+UVsFKXCuN5lRTZokB6z9xljp902ClbyYZUaVsf7RWI8qamsFhFbiSrWLPZZrL3WNtWK2bLyv3EW5x2Nuz2ZOBNHlM0lPiC5Z8rdxPuItRajziJFFb+Q60kQ55W9Zdy3e6DXgHldOpRnZkFWFpJE0zIMlryqr276LA6wILdnbmle8WA5fz5mO7ejDpBO3uoECa/m5TQKmGZvfrLfQ+xcsq9apjo7V0auXZW89vSSHBjKItr5xsoeT2PuUVuMwHU/fx5NxPP3wNP6Q3vyWvr8ZTX6f/AdHXQ/7s7sMpDckxA/Yctz+7eNDlJusLkn7YP6dujHzg1HndcWHmBElSh7AtZGPF7ckQMmMtBtu6rbCbEPRdDRm9IHgfAFpkux2uxGGtyNji6Q76pJPD3f3n+f3MR9pBLA6WvQ3o8l4NOEYC6xEPWhzpumzoU/37unFJ5VCqYNB2iCIVqML2E5BQHr+y9sZRBDqUsCGVZ0u4HBYoaNnq5qGw99rskzJZS+7QNBcOv6/N6xXqE4+Cm9mnR+/jc4BXAXeBVHvB1YEonOuYYGG1bohzMkOvO2u7Rs/cZ2+wsU3QCOOJ26zjCo/yGXfPzO87rNn1X12lCbnNIs7/lTAHaTwBb4wSBPGD9oM8QMo1EXdyqBty3//A2ccQik=",sidebar_class_name:"post 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/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:"eJyFVsFu2zgQ/RVhTm1BWba3AbY6NZvNYgMU3aydXNb1YSyNZbYUqZKUHcPQvy+Gki05dtucotFw5s3wvWcdwGPhIF2AMkWMbq+zODPaW6MUWVgKMBVZ9NLohxxSyCyhp0+muNfe7p+d1MXjP/MnEFChxZI8Wa52AI0lQQqVNV8p85/5SYDUHEK/AQE5uczKiitf5Fn6XktLOaTe1iTAZRsqEdID+H3FZZ23UhfQNMs2mZz/w+R7zjive8I7+xcE8GSkPadhVSmZhcGSr45zD8M20ivuM8ft6XAPagEKa51tnmuZgwAvS+JNddjMiifhjVjenZfkuORacsW+9F/8/KtD7RYvx24ESE9lAHDx+vVun58f/ozMOvLkfMTHIrPTlEd+I12kTAGNGA502U6Aoi2pa51I1yUvhKw1FgTs0Opw0WsTcKxqzvIWMx52jR4VCKj1N212GpaNgJKcw+LalN1mr3RdG1uihxRy9BSHrEZAfR19E9Z1TqkQcJXRrt3zdDy55M5d4E5+zpt3ybvrVAmC6I7cso5m819e7w/xMuKcKktZQJCuUTkS8BJnJqeCdNyRPl6ZfB93Wjvn+rVZwm0LoBdP2kmjW6l+oz2kP60tYIuqft2DxVeS3xg2hsq4MB+LO4VkO00OA003iTJFQrwiEODIbo8+UVsFKXCuN5lRTZokB6z9xljp902ClbyYZUaVsf7RWI8qamsFhFbiSrWLPZZrL3WNtWK2bLyv3EW5x2Nuz2ZOBNHlM0lPiC5Z8rdxPuItRajziJFFb+Q60kQ55W9Zdy3e6DXgHldOpRnZkFWFpJE0zIMlryqr276LA6wILdnbmle8WA5fz5mO7ejDpBO3uoECa/m5TQKmGZvfrLfQ+xcsq9apjo7V0auXZW89vSSHBjKItr5xsoeT2PuUVuMwHU/fx5NxPP3wNP6Q3vyWvr8ZTX6f/AdHXQ/7s7sMpDckxA/Yctz+7eNDlJusLkn7YP6dujHzg1HndcWHmBElSh7AtZGPF7ckQMmMtBtu6rbCbEPRdDRm9IHgfAFpkux2uxGGtyNji6Q76pJPD3f3n+f3MR9pBLA6WvQ3o8l4NOEYC6xEPWhzpumzoU/37unFJ5VCqYNB2iCIVqML2E5BQHr+y9sZRBDqUsCGVZ0u4HBYoaNnq5qGw99rskzJZS+7QNBcOv6/N6xXqE4+Cm9mnR+/jc4BXAXeBVHvB1YEonOuYYGG1bohzMkOvO2u7Rs/cZ2+wsU3QCOOJ26zjCo/yGXfPzO87rNn1X12lCbnNIs7/lTAHaTwBb4wSBPGD9oM8QMo1EXdyqBty3//A2ccQik=",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"}},M={},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:"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)(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:"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)(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)(v(),{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)(j(),{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)(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 +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34420],{54034:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>C,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>b,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)),p=a.n(c),m=a(41429),d=a.n(m),h=a(5397),u=a.n(h),g=a(4667),x=a.n(g),j=a(9472),v=a.n(j),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:"eJyFVsFy2zYQ/RXOnpIMKFpKmml4quq6U89kUkeyL1F0WJErCgkIMAAoWaPhv3cWpETKUhqfzOVi9+3ivScewGPhIF2AMkWMbq+zODPaW6MUWVgKMBVZ9NLo+xxSyCyhp4+muNPe7p+c1MXDv/NHEFChxZI8Wa52AI0lQQqVNd8o85/4SYDUHEK/AQE5uczKiitf5Fn6UUtLOaTe1iTAZRsqEdID+H3FZZ23UhfQNMs2mZz/0+R7zjive8I7+wwCeDLSntOwqpTMwmDJN8e5h2Eb6RX3meP2dLgHtQCFtc42T7XMQYCXJfGmOmxmxZPwRizvzktyXHItuWJf+m9+/tWhdouXYzcCpKcyALh4/XK3T0/3f0VmHXlyPuJjkdlpyiO/kS5SpoBGDAe6bCdA0ZbUtU6k65IXQtYaCwJ2aHW46LUJOFY1Z3mLGQ+7Ro8KBNT6uzY7DctGQEnOYXFtym6zV7qujS3RQwo5eopDViOgvo6+Ces6p1QIuMpo1+55cjO+5M5t4E5+zps3yZvrVAmC6I5MWUez+S+v96d4GXFOlaUsIEjXqBwJeI4zk1NBOu5IH69Mvo87rZ1z/dos4bYF0LMn7aTRrVS/0x7S/60tYIuqftmDxVeS3xg2hsq4MB+LO4VkO0kOA003iTJFQrwiEODIbo8+UVsFKXCuN5lRTZokB6z9xljp902ClbyYZUaVsf7BWI8qamsFhFbiSrWLPZZrL3WNtWK2bLyv3EW5h2Nuz2ZOBNHlM0lPiC5Z8o9xPuItRajziJFFr+Q60kQ55a9Zdy3e6CXgHldOpRnZkFWFpJE0zIMlryqr276LA6wILdlpzSteLIev50zHdvRh0olb3UCBtfzcJgHTjM1v1lvo3TOWVetUR8fq6NXLsreeXpJDAxlEW9842cNJ7H1Kq3GY3EzexeObePLhcfw+nbxN305G797//gWOuh72Z3cZSG9IiJ+w5bj96cN9lJusLkn7YP6dujHzg1HndcWHmBElSh7AtZE/Lm5JgJIZaTfc1LTCbEPRZHTD6APB+QLSJNntdiMMb0fGFkl31CUf72/vPs3vYj7SCGB1tOh/G41vRmOOscBK1IM2Z5o+G/p0756efVIplDoYpA2CaDW6gO0EBKTnv7ydQQShLgVsWNXpAg6HFTp6sqppOPyjJsuUXPayCwTNpeP/e8N6gerko/Bq1vnx6+gcwFXgXRD1fmBFIDrnGhZoWK0bwpzswNtu277xI9fpK1x8AzTieGKaZVT5QS77/pnhdZ89q+6zozQ5p1nc8acC7iCFr/CVQZowftBmiB9AoS7qVgZtW/77D2P5Qig=",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",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/RXOnpIMKFpKmml4quq6U89kUkeyL1F0WJErCgkIMAAoWaPhv3cWpETKUhqfzOVi9+3ivScewGPhIF2AMkWMbq+zODPaW6MUWVgKMBVZ9NLo+xxSyCyhp4+muNPe7p+c1MXDv/NHEFChxZI8Wa52AI0lQQqVNd8o85/4SYDUHEK/AQE5uczKiitf5Fn6UUtLOaTe1iTAZRsqEdID+H3FZZ23UhfQNMs2mZz/0+R7zjive8I7+wwCeDLSntOwqpTMwmDJN8e5h2Eb6RX3meP2dLgHtQCFtc42T7XMQYCXJfGmOmxmxZPwRizvzktyXHItuWJf+m9+/tWhdouXYzcCpKcyALh4/XK3T0/3f0VmHXlyPuJjkdlpyiO/kS5SpoBGDAe6bCdA0ZbUtU6k65IXQtYaCwJ2aHW46LUJOFY1Z3mLGQ+7Ro8KBNT6uzY7DctGQEnOYXFtym6zV7qujS3RQwo5eopDViOgvo6+Ces6p1QIuMpo1+55cjO+5M5t4E5+zps3yZvrVAmC6I5MWUez+S+v96d4GXFOlaUsIEjXqBwJeI4zk1NBOu5IH69Mvo87rZ1z/dos4bYF0LMn7aTRrVS/0x7S/60tYIuqftmDxVeS3xg2hsq4MB+LO4VkO0kOA003iTJFQrwiEODIbo8+UVsFKXCuN5lRTZokB6z9xljp902ClbyYZUaVsf7BWI8qamsFhFbiSrWLPZZrL3WNtWK2bLyv3EW5h2Nuz2ZOBNHlM0lPiC5Z8o9xPuItRajziJFFr+Q60kQ55a9Zdy3e6CXgHldOpRnZkFWFpJE0zIMlryqr276LA6wILdlpzSteLIev50zHdvRh0olb3UCBtfzcJgHTjM1v1lvo3TOWVetUR8fq6NXLsreeXpJDAxlEW9842cNJ7H1Kq3GY3EzexeObePLhcfw+nbxN305G797//gWOuh72Z3cZSG9IiJ+w5bj96cN9lJusLkn7YP6dujHzg1HndcWHmBElSh7AtZE/Lm5JgJIZaTfc1LTCbEPRZHTD6APB+QLSJNntdiMMb0fGFkl31CUf72/vPs3vYj7SCGB1tOh/G41vRmOOscBK1IM2Z5o+G/p0756efVIplDoYpA2CaDW6gO0EBKTnv7ydQQShLgVsWNXpAg6HFTp6sqppOPyjJsuUXPayCwTNpeP/e8N6gerko/Bq1vnx6+gcwFXgXRD1fmBFIDrnGhZoWK0bwpzswNtu277xI9fpK1x8AzTieGKaZVT5QS77/pnhdZ89q+6zozQ5p1nc8acC7iCFr/CVQZowftBmiB9AoS7qVgZtW/77D2P5Qig=",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"}},C={},q=[{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)(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)(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:"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)(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)(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)(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)(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)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(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.c9f0ea20.js b/assets/js/beffaa26.4215e2cd.js similarity index 98% rename from assets/js/beffaa26.c9f0ea20.js rename to assets/js/beffaa26.4215e2cd.js index b6c841dc2..95ce38b95 100644 --- a/assets/js/beffaa26.c9f0ea20.js +++ b/assets/js/beffaa26.4215e2cd.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-29T09:53:43.098Z",\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-29T16:23:30.366Z",\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.4a07ab3c.js b/assets/js/c4cc5d22.f3c293ca.js similarity index 53% rename from assets/js/c4cc5d22.4a07ab3c.js rename to assets/js/c4cc5d22.f3c293ca.js index 1c0a428e4..d819c5d4f 100644 --- a/assets/js/c4cc5d22.4a07ab3c.js +++ b/assets/js/c4cc5d22.f3c293ca.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[29728],{57833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>y,default:()=>D,frontMatter:()=>q,metadata:()=>f,toc:()=>Q});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),m=a(41429),p=a.n(m),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),b=a.n(x),v=(a(1176),a(12005),a(85162));const q={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/RVhTklAWbabBRqd6m636AJBurHXlzpGQUtjiQlFKiRlryHo34uhZEteOY1PFjWceTN874k1OJ5ZiDcgdRYmWjmjpUQDWwa6RMOd0OoxhRgSg9zhR509KGdOaytU9vT36vnfGTAoueEFOjSUqQbFC4QYSqO/YuI+0RMDoWiJuxwYpGgTI0rKPYoz+L0SBlOInamQgU1yLDjENbhTSWmtM0Jl0DTbNhit+12nJ4q4zntBvPwMDKg3VI7CeFlKkfjWoq+WYuthGeEk1Vnxw2VzD2oDklcqydeVSIGBEwXSrDpseked0EQMTc8JtJRyLyhjn/pPev7ZpnaK47YbBsJh4QGMXr+e7Xr9+Eeg94FD6wLaFuijwjRwubCB1Bk0bNjQuBwDiQeUtyqhqgoaCBqjDTA4cqP8Qe+1x7GrKMoZnlCze+64BAaV+qb0UcG2YVCgtTy71WU32RtV99oU3EEMKXcY+qiGQXUbfePHdU0pv2BLrWw75/l0NubOvedOes2bd9G721Txkui2LOxJJcvVT4/3h3gJcYqlwcQjiPdcWmTwEiY6xQxV2JE+3On0FHZau+b6rV78aTPAF4fKCq1aqX7DE8T/m5vBgcvqdQ0SX4Eu12QNpba+PxJ3DNFhFtUDTTeR1FmENCJgYNEczj5RGQkxUKzTiZZNHEU1r1yujXCnJuKlGPWyxFIb96SN4zJoc3mERvCdbAd7Ttce6p5XktiSO1faUbqnc2zPZgoE1sUTSS+Ixiz5S1sX0JQCrtKAkAVvxD5QiCmmb0l3Ld7gNeAeV4qFnhgfVfqgidDEgy2NKqnaupsadsgNmkVFI95sh69XRMe29WHQhVtdQ5619NwGAdGMzG/ZW+jDCy/K1qnOjtXRq5dlbz29JIcGMlhtfeNiDxex9yGtxmE+nb8PZ9Nw/uF5+iG++yV+fzeZ/Tr9B866HtYndxlIb0iIH7DlPP3F02OQ6qQqUDlv/p26eeIGra6qkjYRIwouqAHbrvw2OiUGUiSo7HBSi5InOQbzyZTQe4LTAcRRdDweJ9y/nWiTRd1WG318vH/4tHoIaUvDgNTRor+bzKaTGa2RwAquBmWuNH3V9OXcHb64qJRcKG+Qxgui1egGDvTZjq+/vJ1BeKFuGeSk6ngDdb3jFtdGNg0tf6/QECW3vew8QVNh6X9vWK9QXXwU3iw7P34bXAO4Cbxb5Oo0sCJgnXMNEzSk1hx5imbgbfdt3fCZ8vQZRneAhp13LJIESzeIJd+/Mjy6+ACDXXftKHRKYYYf6arAjxDDF/hCILVv32vTr9cgucqqVgZtWfr9B+yJQGs=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,f={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/RVhTklAWbabBRqd6m636AJBurHXlzpGQUtjiQlFKiRlryHo34uhZEteOY1PFjWceTN874k1OJ5ZiDcgdRYmWjmjpUQDWwa6RMOd0OoxhRgSg9zhR509KGdOaytU9vT36vnfGTAoueEFOjSUqQbFC4QYSqO/YuI+0RMDoWiJuxwYpGgTI0rKPYoz+L0SBlOInamQgU1yLDjENbhTSWmtM0Jl0DTbNhit+12nJ4q4zntBvPwMDKg3VI7CeFlKkfjWoq+WYuthGeEk1Vnxw2VzD2oDklcqydeVSIGBEwXSrDpseked0EQMTc8JtJRyLyhjn/pPev7ZpnaK47YbBsJh4QGMXr+e7Xr9+Eeg94FD6wLaFuijwjRwubCB1Bk0bNjQuBwDiQeUtyqhqgoaCBqjDTA4cqP8Qe+1x7GrKMoZnlCze+64BAaV+qb0UcG2YVCgtTy71WU32RtV99oU3EEMKXcY+qiGQXUbfePHdU0pv2BLrWw75/l0NubOvedOes2bd9G721Txkui2LOxJJcvVT4/3h3gJcYqlwcQjiPdcWmTwEiY6xQxV2JE+3On0FHZau+b6rV78aTPAF4fKCq1aqX7DE8T/m5vBgcvqdQ0SX4Eu12QNpba+PxJ3DNFhFtUDTTeR1FmENCJgYNEczj5RGQkxUKzTiZZNHEU1r1yujXCnJuKlGPWyxFIb96SN4zJoc3mERvCdbAd7Ttce6p5XktiSO1faUbqnc2zPZgoE1sUTSS+Ixiz5S1sX0JQCrtKAkAVvxD5QiCmmb0l3Ld7gNeAeV4qFnhgfVfqgidDEgy2NKqnaupsadsgNmkVFI95sh69XRMe29WHQhVtdQ5619NwGAdGMzG/ZW+jDCy/K1qnOjtXRq5dlbz29JIcGMlhtfeNiDxex9yGtxmE+nb8PZ9Nw/uF5+iG++yV+fzeZ/Tr9B866HtYndxlIb0iIH7DlPP3F02OQ6qQqUDlv/p26eeIGra6qkjYRIwouqAHbrvw2OiUGUiSo7HBSi5InOQbzyZTQe4LTAcRRdDweJ9y/nWiTRd1WG318vH/4tHoIaUvDgNTRor+bzKaTGa2RwAquBmWuNH3V9OXcHb64qJRcKG+Qxgui1egGDvTZjq+/vJ1BeKFuGeSk6ngDdb3jFtdGNg0tf6/QECW3vew8QVNh6X9vWK9QXXwU3iw7P34bXAO4Cbxb5Oo0sCJgnXMNEzSk1hx5imbgbfdt3fCZ8vQZRneAhp13LJIESzeIJd+/Mjy6+ACDXXftKHRKYYYf6arAjxDDF/hCILVv32vTr9cgucqqVgZtWfr9B+yJQGs=",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"}},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)(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:"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)(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)(b(),{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 D(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 +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[29728],{57833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>f,default:()=>G,frontMatter:()=>b,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),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),m=a.n(p),h=a(5397),g=a.n(h),u=a(4667),x=a.n(u),j=a(9472),v=a.n(j),y=(a(1176),a(12005),a(85162));const b={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/RVhTklAWbaTpqhOcbdbdIEg3drrSxyjoKWxxIQiFZKy1xD078VQsiWvnMYnixrOvBm+98QaHM8sxBuQOgsTrZzRUqKBLQNdouFOaPWQQgyJQe7wo87ulTOntRUqe/x79fTvDBiU3PACHRrKVIPiBUIMpdFfMXGf6ImBULTEXQ4MUrSJESXlHsUZ/F4JgynEzlTIwCY5FhziGtyppLTWGaEyaJptG4zW/a7TE0Vc570gXv4DDKg3VI7CeFlKkfjWoq+WYuthGeEk1Vnxw2VzD2oDklcqydeVSIGBEwXSrDpseked0EQMTc8JtJRyLyhjn/pPev7ZpnaK47YbBsJh4QGMXr+c7Xr98Eeg94FD6wLaFuijwjRwubCB1Bk0bNjQuBwDiQeUtyqhqgoaCBqjDTA4cqP8Qe+1x7GrKMoZnlCze+64BAaV+qb0UcG2YVCgtTy71WU32RtV99oU3EEMKXcY+qiGQXUbfePHdU0pv2BLrWw75/l0NubOnedOes2bN9Gb21Txkui2LOxJJcvVT4/3h3gJcYqlwcQjiPdcWmTwHCY6xQxV2JE+3On0FHZau+b6rV78aTPAZ4fKCq1aqX7DE8T/m5vBgcvqZQ0SX4Eu12QNpba+PxJ3DNFhFtUDTTeR1FmENCJgYNEczj5RGQkxUKzTiZZNHEU1r1yujXCnJuKlGPWyxFIb96iN4zJoc3mERvCdbAd7Ttce6p5XktiSO1faUbrHc2zPZgoE1sUTSS+Ixiz5S1sX0JQCrtKAkAWvxD5QiCmmr0l3Ld7gJeAeV4qFnhgfVfqgidDEgy2NKqnaupsadsgNmkVFI95sh69XRMe29WHQhVtdQ5619NwGAdGMzG/ZW+j9My/K1qnOjtXRq5dlbz29JIcGMlhtfeNiDxex9yGtxmE+nb8LZ9Nw/tvT7H08fxu/nU/evf/1M5x1PaxP7jKQ3pAQP2DLefqLx4cg1UlVoHLe/Dt188QNWl1VJW0iRhRcUAO2XfkwOiUGUiSo7HBSi5InOQbzyZTQe4LTAcRRdDweJ9y/nWiTRd1WG318uLv/tLoPaUvDgNTRov9lMptOZrRGAiu4GpS50vRV05dzd/jsolJyobxBGi+IVqMbONBnO77+8nYG4YW6ZZCTquMN1PWOW1wb2TS0/L1CQ5Tc9rLzBE2Fpf+9Yb1AdfFReLXs/Ph1cA3gJvBukavTwIqAdc41TNCQWnPkKZqBt921dcMnytNnGN0BGnbesUgSLN0glnz/yvDo4gMMdt21o9AphRl+pKsCP0IMX+ALgdS+fa9Nv16D5CqrWhm0Zen3H+lmQGo=",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/RVhTklAWbaTpqhOcbdbdIEg3drrSxyjoKWxxIQiFZKy1xD078VQsiWvnMYnixrOvBm+98QaHM8sxBuQOgsTrZzRUqKBLQNdouFOaPWQQgyJQe7wo87ulTOntRUqe/x79fTvDBiU3PACHRrKVIPiBUIMpdFfMXGf6ImBULTEXQ4MUrSJESXlHsUZ/F4JgynEzlTIwCY5FhziGtyppLTWGaEyaJptG4zW/a7TE0Vc570gXv4DDKg3VI7CeFlKkfjWoq+WYuthGeEk1Vnxw2VzD2oDklcqydeVSIGBEwXSrDpseked0EQMTc8JtJRyLyhjn/pPev7ZpnaK47YbBsJh4QGMXr+c7Xr98Eeg94FD6wLaFuijwjRwubCB1Bk0bNjQuBwDiQeUtyqhqgoaCBqjDTA4cqP8Qe+1x7GrKMoZnlCze+64BAaV+qb0UcG2YVCgtTy71WU32RtV99oU3EEMKXcY+qiGQXUbfePHdU0pv2BLrWw75/l0NubOnedOes2bN9Gb21Txkui2LOxJJcvVT4/3h3gJcYqlwcQjiPdcWmTwHCY6xQxV2JE+3On0FHZau+b6rV78aTPAZ4fKCq1aqX7DE8T/m5vBgcvqZQ0SX4Eu12QNpba+PxJ3DNFhFtUDTTeR1FmENCJgYNEczj5RGQkxUKzTiZZNHEU1r1yujXCnJuKlGPWyxFIb96iN4zJoc3mERvCdbAd7Ttce6p5XktiSO1faUbrHc2zPZgoE1sUTSS+Ixiz5S1sX0JQCrtKAkAWvxD5QiCmmr0l3Ld7gJeAeV4qFnhgfVfqgidDEgy2NKqnaupsadsgNmkVFI95sh69XRMe29WHQhVtdQ5619NwGAdGMzG/ZW+j9My/K1qnOjtXRq5dlbz29JIcGMlhtfeNiDxex9yGtxmE+nb8LZ9Nw/tvT7H08fxu/nU/evf/1M5x1PaxP7jKQ3pAQP2DLefqLx4cg1UlVoHLe/Dt188QNWl1VJW0iRhRcUAO2XfkwOiUGUiSo7HBSi5InOQbzyZTQe4LTAcRRdDweJ9y/nWiTRd1WG318uLv/tLoPaUvDgNTRov9lMptOZrRGAiu4GpS50vRV05dzd/jsolJyobxBGi+IVqMbONBnO77+8nYG4YW6ZZCTquMN1PWOW1wb2TS0/L1CQ5Tc9rLzBE2Fpf+9Yb1AdfFReLXs/Ph1cA3gJvBukavTwIqAdc41TNCQWnPkKZqBt921dcMnytNnGN0BGnbesUgSLN0glnz/yvDo4gMMdt21o9AphRl+pKsCP0IMX+ALgdS+fa9Nv16D5CqrWhm0Zen3H+lmQGo=",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"}},q={},Q=[{value:"Request",id:"request",level:2}];function T(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)(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:"createLogRQ"})})}),(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:"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)(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)(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)(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)(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)(g(),{responseExample:'{\n "id": "string"\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)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/c54953e9.cd62e6db.js b/assets/js/c54953e9.1295f54d.js similarity index 55% rename from assets/js/c54953e9.cd62e6db.js rename to assets/js/c54953e9.1295f54d.js index 241c186ee..1b28f7226 100644 --- a/assets/js/c54953e9.cd62e6db.js +++ b/assets/js/c54953e9.1295f54d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86719],{48717:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>J,frontMatter:()=>y,metadata:()=>b,toc:()=>P});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),c=(i(62316),i(51039)),t=i.n(c),o=(i(82723),i(9487)),d=i.n(o),p=i(41429),m=i.n(p),h=i(5397),u=i.n(h),f=i(4667),x=i.n(f),j=i(9472),g=i.n(j),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:"eJydVt9v4jgQ/leiedpdGQLc7knN03E9qkNbtRxQnXRdHkwygPcS22s7bVGU//00dgKhsF3d8hTs+fF55pvPrsDxrYXkEXJeynTXS5V0RuU5GlgxUBoNd0LJaQYJbJRJ8UZIYXe33vrBCrmdPSyBgeaGF+jQULAKJC8QkiboNAMGQkICmrsdMMjQpkZoCnxqZPBbKQxmkDhTIgOb7rDgkFTg9poCCulwiwYYgSm4C0u/foS6Zoes2qivmLo7+vdW4lO7H+a2zgi5hbpeBWO07neV7cniNO7Gl2jygmlJK/O/gAHVFaUjY651LlJf1virJY+qm0y4nLLdXAhyhPgIKLOlKJC61OBTazoN9cJQ35xA69M5Z8S6dOFfY8uN4XsqjsPCdtNOHRbjg4fP+nb4f3F/oUYM7N46LDpba6Vy5BIY4AsvNGXb8NxizeCJ5yVeqnRdv+rZhURtIc72OhzJuMOeIytC5rgr7SV7lGVBtZ2NF4vJH8DgZjy99R+L5f1sFr4+T5uv6d1yMp8/zJb+3/X47npye9vs3NwDg7/H8ztY1eEYp/TyC1YraUMVR4PBOY/uP58S50P84TJX7tsxvVZUWM+XxQ87V6C1fPudujel1wZT7gi17xWDl16qMtyi7DUj0FurbN9rJu8S80/PdEMaEgW7KEx+tFEmshpTsRGYRc1Uep44lFYoGTTFM+1NAAcmXQBCU1ug2ylSMl36cpAoJBA/DeOqowV1HHDFVatMdWyd0sDAonlqJa40OSRAjk6lKq+TOK546XbKCLevY67F2eHnqJVxM2Ucz6MQy2M2gq/z0JQ2XGDDhpc58XfnnLZn4Wat7ZG5ZAissV/VDA6Izun1p7IuorpFXGYRIYveiU0kETPM3kdqEwW80WvAR1wZFqpvvJX2Rn2hiD4rKlVahryPFayRGzTjkur9uKJtEr75UUQnrSSc6tWh64cRbWWloWPb75a5q9c16sx2IxMwGow+9oaD3uhqObhKPv2SfBz1r0bDf+AoDa0C1HR9bFR31ro9/E6D24KNZ9MoU2lZoHR+PJtx5qkf52ZmFqUmJ4JYcEGcsmHlt7PCMshFitJix32sebrDaNQfAGs4Sd1P4vj5+bnP/W5fmW3cuNr4dno9uVtMeuRC4ovGBvSf+sNhWNPKuoLLTpr/M7eXFdvhi4t1zoWkDB5p1YzgIzwNgUFyeiGHLLTeeSH4QVwx2CnryLGq1tzig8nrmpa/lWiIcqvjWHkWZcLS91HHXmE8qCy8mzdC/T7qpL14hvYulfuO8gBrKHvwppfJT+U/LcdPQOgGqEkNdsgzNJ25ug55e0uKc4xw9kShMwSPcZqidh1bupVOxDU8CNfN06hQGVkZ/kwPGP4MCXyBL4RR+dN71fPrFeRcbkt/JUHISr//APrtocI=",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:"eJydVt9v4jgQ/leiedpdGQLc7knN03E9qkNbtRxQnXRdHkwygPcS22s7bVGU//00dgKhsF3d8hTs+fF55pvPrsDxrYXkEXJeynTXS5V0RuU5GlgxUBoNd0LJaQYJbJRJ8UZIYXe33vrBCrmdPSyBgeaGF+jQULAKJC8QkiboNAMGQkICmrsdMMjQpkZoCnxqZPBbKQxmkDhTIgOb7rDgkFTg9poCCulwiwYYgSm4C0u/foS6Zoes2qivmLo7+vdW4lO7H+a2zgi5hbpeBWO07neV7cniNO7Gl2jygmlJK/O/gAHVFaUjY651LlJf1virJY+qm0y4nLLdXAhyhPgIKLOlKJC61OBTazoN9cJQ35xA69M5Z8S6dOFfY8uN4XsqjsPCdtNOHRbjg4fP+nb4f3F/oUYM7N46LDpba6Vy5BIY4AsvNGXb8NxizeCJ5yVeqnRdv+rZhURtIc72OhzJuMOeIytC5rgr7SV7lGVBtZ2NF4vJH8DgZjy99R+L5f1sFr4+T5uv6d1yMp8/zJb+3/X47npye9vs3NwDg7/H8ztY1eEYp/TyC1YraUMVR4PBOY/uP58S50P84TJX7tsxvVZUWM+XxQ87V6C1fPudujel1wZT7gi17xWDl16qMtyi7DUj0FurbN9rJu8S80/PdEMaEgW7KEx+tFEmshpTsRGYRc1Uep44lFYoGTTFM+1NAAcmXQBCU1ug2ylSMl36cpAoJBA/DeOqowV1HHDFVatMdWyd0sDAonlqJa40OSRAjk6lKq+TOK546XbKCLevY67F2eHnqJVxM2Ucz6MQy2M2gq/z0JQ2XGDDhpc58XfnnLZn4Wat7ZG5ZAissV/VDA6Izun1p7IuorpFXGYRIYveiU0kETPM3kdqEwW80WvAR1wZFqpvvJX2Rn2hiD4rKlVahryPFayRGzTjkur9uKJtEr75UUQnrSSc6tWh64cRbWWloWPb75a5q9c16sx2IxMwGow+9oaD3uhqObhKPv2SfBz1r0bDf+AoDa0C1HR9bFR31ro9/E6D24KNZ9MoU2lZoHR+PJtx5qkf52ZmFqUmJ4JYcEGcsmHlt7PCMshFitJix32sebrDaNQfAGs4Sd1P4vj5+bnP/W5fmW3cuNr4dno9uVtMeuRC4ovGBvSf+sNhWNPKuoLLTpr/M7eXFdvhi4t1zoWkDB5p1YzgIzwNgUFyeiGHLLTeeSH4QVwx2CnryLGq1tzig8nrmpa/lWiIcqvjWHkWZcLS91HHXmE8qCy8mzdC/T7qpL14hvYulfuO8gBrKHvwppfJT+U/LcdPQOgGqEkNdsgzNJ25ug55e0uKc4xw9kShMwSPcZqidh1bupVOxDU8CNfN06hQGVkZ/kwPGP4MCXyBL4RR+dN71fPrFeRcbkt/JUHISr//APrtocI=",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"}},q={},P=[{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)(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)(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:"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)(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)(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)(x(),{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 J(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 +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86719],{48717:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>F,frontMatter:()=>N,metadata:()=>y,toc:()=>D});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),c=(i(62316),i(51039)),t=i.n(c),o=(i(82723),i(9487)),p=i.n(o),d=i(41429),m=i.n(d),h=i(5397),u=i.n(h),f=i(4667),j=i.n(f),x=i(9472),g=i.n(x),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:"eJydVt+P2jgQ/leieWorQ4D2qrs8HbfH6lBXuxRYnXRbHkwygHuJ7drO7qIo//tp7ATCQre68hTs+fF55pvPrsDxrYXkAXJeynTXS5V0RuU5GlgxUBoNd0LJaQYJbJRJ8VpIYXc33vreCrmd3S+BgeaGF+jQULAKJC8QkiboNAMGQkICmrsdMMjQpkZoCnxqZPBbKQxmkDhTIgOb7rDgkFTg9poCCulwiwYYgSm4C0sfP0Bds0NWbdRXTN0t/Xst8andD3NbZ4TcQl2vgjFa94fK9mRxGnfjSzR5xrSklflnYEB1RenImGudi9SXNf5qyaPqJhMup2zXF4IcIT4AymwpCqQuNfjUmk5DvTDUNyfQ+nTOGbEuXfjX2HJj+J6K47Cw3bRTh8X44OGzvh7+X9xfqBEDu7cOi87WWqkcuQQG+MwLTdk2PLdYM3jkeYmXKl3XL3p2IVFbiLO9Dkcy7rDnyIqQOe5Ke8keZVlQbWfjxWLyJzC4Hk9v/MdieTebha9P0+ZreruczOf3s6X/dzW+vZrc3DQ713fA4O/x/BZWdTjGKb38gtVK2lDF0WBwzqO7T6fEeRe/u8yVu3ZMrxQV1vNl8cPOFWgt336n7k3ptcGUO0Lte8XguZeqDLcoe80I9NYq2/eaybvE/NMzXZOGRMEuCpMfbZSJrMZUbARmUTOVnicOpRVKBk3xTHsVwIFJF4DQ1BbodoqUTJe+HCQKCcSPw7jqaEEdB1xx1SpTHVunNDCwaB5biStNDgmQo1Opyuskjiteup0ywu3rmGtxdvg5amXcTBnH8yjE8piN4Os8NKUNF9iw4WVO/N05p+1ZuFlre2QuGQJr7Fc1gwOic3r9payLqG4Rl1lEyKI3YhNJxAyzt5HaRAFv9BLwEVeGheobb6W9UV8oos+KSpWWIe9DBWvkBs24pHo/rGibhG9+FNFJKwmnenXo+mFEW1lp6Nj2u2Xu6mWNOrPdyASMBqMPveGgN/ptOfyYjN4n7wf94a+Df+AoDa0C1HR9bFR31ro9/E6D24KNZ9MoU2lZoHR+PJtx5qkf52ZmFqUmJ4JYcEGcsmHl97PCMshFitJix32sebrDaNQfAGs4Sd1P4vjp6anP/W5fmW3cuNr4Zno1uV1MeuRC4ovGBvS/9IfDsKaVdQWXnTT/Z24vK7bDZxfrnAtJGTzSqhnBB3gcAoPk9EIOWWi980Lwg7hisFPWkWNVrbnFe5PXNS1/K9EQ5VbHsfIsyoSl76OOvcB4UFl4M2+E+m3USXvxDO1dKvcd5QHWUPbgTS+Tn8p/Wo6fgNANUJMa7JBnaDpzdRXy9pYU5xjh7IlCZwge4zRF7Tq2dCudiGt4EK6bp1GhMrIy/IkeMPwJEvgCXwij8qf3qufXK8i53Jb+SoKQlX7/AdMYobc=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,y={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/leieWorQ4D2qrs8HbfH6lBXuxRYnXRbHkwygHuJ7drO7qIo//tp7ATCQre68hTs+fF55pvPrsDxrYXkAXJeynTXS5V0RuU5GlgxUBoNd0LJaQYJbJRJ8VpIYXc33vreCrmd3S+BgeaGF+jQULAKJC8QkiboNAMGQkICmrsdMMjQpkZoCnxqZPBbKQxmkDhTIgOb7rDgkFTg9poCCulwiwYYgSm4C0sfP0Bds0NWbdRXTN0t/Xst8andD3NbZ4TcQl2vgjFa94fK9mRxGnfjSzR5xrSklflnYEB1RenImGudi9SXNf5qyaPqJhMup2zXF4IcIT4AymwpCqQuNfjUmk5DvTDUNyfQ+nTOGbEuXfjX2HJj+J6K47Cw3bRTh8X44OGzvh7+X9xfqBEDu7cOi87WWqkcuQQG+MwLTdk2PLdYM3jkeYmXKl3XL3p2IVFbiLO9Dkcy7rDnyIqQOe5Ke8keZVlQbWfjxWLyJzC4Hk9v/MdieTebha9P0+ZreruczOf3s6X/dzW+vZrc3DQ713fA4O/x/BZWdTjGKb38gtVK2lDF0WBwzqO7T6fEeRe/u8yVu3ZMrxQV1vNl8cPOFWgt336n7k3ptcGUO0Lte8XguZeqDLcoe80I9NYq2/eaybvE/NMzXZOGRMEuCpMfbZSJrMZUbARmUTOVnicOpRVKBk3xTHsVwIFJF4DQ1BbodoqUTJe+HCQKCcSPw7jqaEEdB1xx1SpTHVunNDCwaB5biStNDgmQo1Opyuskjiteup0ywu3rmGtxdvg5amXcTBnH8yjE8piN4Os8NKUNF9iw4WVO/N05p+1ZuFlre2QuGQJr7Fc1gwOic3r9payLqG4Rl1lEyKI3YhNJxAyzt5HaRAFv9BLwEVeGheobb6W9UV8oos+KSpWWIe9DBWvkBs24pHo/rGibhG9+FNFJKwmnenXo+mFEW1lp6Nj2u2Xu6mWNOrPdyASMBqMPveGgN/ptOfyYjN4n7wf94a+Df+AoDa0C1HR9bFR31ro9/E6D24KNZ9MoU2lZoHR+PJtx5qkf52ZmFqUmJ4JYcEGcsmHl97PCMshFitJix32sebrDaNQfAGs4Sd1P4vjp6anP/W5fmW3cuNr4Zno1uV1MeuRC4ovGBvS/9IfDsKaVdQWXnTT/Z24vK7bDZxfrnAtJGTzSqhnBB3gcAoPk9EIOWWi980Lwg7hisFPWkWNVrbnFe5PXNS1/K9EQ5VbHsfIsyoSl76OOvcB4UFl4M2+E+m3USXvxDO1dKvcd5QHWUPbgTS+Tn8p/Wo6fgNANUJMa7JBnaDpzdRXy9pYU5xjh7IlCZwge4zRF7Tq2dCudiGt4EK6bp1GhMrIy/IkeMPwJEvgCXwij8qf3qufXK8i53Jb+SoKQlX7/AdMYobc=",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"}},q={},D=[{value:"Request",id:"request",level:2}];function k(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)(p(),{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:!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)(p(),{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 F(e={}){const{wrapper:s}={...(0,r.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/c5b8a246.38810e05.js b/assets/js/c5b8a246.498fa6c1.js similarity index 62% rename from assets/js/c5b8a246.38810e05.js rename to assets/js/c5b8a246.498fa6c1.js index 7a79d4cdf..30964e7c9 100644 --- a/assets/js/c5b8a246.38810e05.js +++ b/assets/js/c5b8a246.498fa6c1.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5278],{38417:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>v,default:()=>L,frontMatter:()=>b,metadata:()=>q,toc:()=>M});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),m=a(41429),d=a.n(m),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:"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/RXOnpIMKcqq0xnzVMVWW814EteyLlV0gMiVhJQEGAC0rOHw3zsLgBQlsUl9soDF7sPuew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHAp5hkkoA1T5tFGLzUXu6cvixcIoWSKFWhQUbYaBCsQEiiV/Iap+Uy/QuCClpjZQwgZ6lTxktJexSn8XnGFGSRGVRiCTvdYMEhqMMcSLQbFxQ6aZu2CUZtPMjtSxHneBYEN3N0CHxlsKDQEuiQKQ4dYWeY8tXeMv2k6WfeLcpNjm8zd/PmvM5grd9/QNeeFF0h982Dlhq5GLVLUScNR25rGKL6pjPvlY5lSjLBxg4Xu154bLKbdCVv+x+n/weNAw0LQR22w6G1tpMyRCQgB31hRUrUtyzU2IbyyvMKhtjfNxQAHChUyGzgbAoqqoI49zH6fLh+JOg+zT8s/YN2EnjUDyRSqSgyAbre+bIdKnXNhuZw/BHIbZKhpai0rjAxc9qY/voFsW6kKZiCBjBmMDEU1rhXnfLULupRCu0lMxjfXxLxXyAxm5zT8EH/4OfMWPx09zwZ7KKpig6q3xYXBHar+1bgwv966a7kZlwpTC9SRIoS3KJUZ7lBEXk4RySnyetcXEhlQo24bv5Uq0CWmfMsxC7wDWBoaFJpL4ZzEEvmHZTuiXpQndyjQ7CXZVim17RS5TwLx6ySue6bTxA4USRjVa+tilcohAQo0MpV5k8RxzSqzl4qbYxOzkl/d8RlLqcyTVIblgctlASrONrmbT5vOsWLLqpxavzem1FfpntrYk3AoEEIfT6rpEF3T7E+pTUBNCpjIAkIWvOPbQCBmmL0nNTi8wSXgE64MCzlSNqq0QSMuiSFralVaubqrGjbIFKppRf1drWmbnPT55M6z1l7Ova8bcSe01qI8407DdUxeX/aoO+gsp+csHSt9gLcR96p0xtGrfNI/TMaT2+hmHE3uXsZ3ycdfktvJ6G4y+ZukxMVW9vXZH/p/MKLt8PRpHmQyrQoUxj443gJYai3AI15UJR2iqReMEwm1W/ntahIh5DxFobF3fFqydI/BZDSG0JOY6JLE8eFwGDG7O5JqF/ujOn6c388+L2YRHSHnR6Ud+o+jmxu3RgoqmOij/F96Hn4oDL6ZuMwZt8ZrMdZenSt4nUAIyflHgRfoOoQ9STlZQV1vmMalypuGlr9XqIiK65PcLLsyrun/k4VdAOoMGN49eyN/H5zXHsTcPtni2HMgCD2b+wkaUukeWUb22/H93tWNXijPKcPVt0gTtiemaYql6cXSg3Hmcv5jbOM/hrwgFDsQ+dkBEvgKXwmktNe3dmTXa8iZ2FVsR/GuLP39CwySeaI=",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:"eJyNVsFy2zYQ/RXOnpIMKcqq0xnzVMVWW814EteyLlV0gMiVhJQEGAC0rOHw3zsLgBQlsUl9soDF7sPuew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHAp5hkkoA1T5tFGLzUXu6cvixcIoWSKFWhQUbYaBCsQEiiV/Iap+Uy/QuCClpjZQwgZ6lTxktJexSn8XnGFGSRGVRiCTvdYMEhqMMcSLQbFxQ6aZu2CUZtPMjtSxHneBYEN3N0CHxlsKDQEuiQKQ4dYWeY8tXeMv2k6WfeLcpNjm8zd/PmvM5grd9/QNeeFF0h982Dlhq5GLVLUScNR25rGKL6pjPvlY5lSjLBxg4Xu154bLKbdCVv+x+n/weNAw0LQR22w6G1tpMyRCQgB31hRUrUtyzU2IbyyvMKhtjfNxQAHChUyGzgbAoqqoI49zH6fLh+JOg+zT8s/YN2EnjUDyRSqSgyAbre+bIdKnXNhuZw/BHIbZKhpai0rjAxc9qY/voFsW6kKZiCBjBmMDEU1rhXnfLULupRCu0lMxjfXxLxXyAxm5zT8EH/4OfMWPx09zwZ7KKpig6q3xYXBHar+1bgwv966a7kZlwpTC9SRIoS3KJUZ7lBEXk4RySnyetcXEhlQo24bv5Uq0CWmfMsxC7wDWBoaFJpL4ZzEEvmHZTuiXpQndyjQ7CXZVim17RS5TwLx6ySue6bTxA4USRjVa+tilcohAQo0MpV5k8RxzSqzl4qbYxOzkl/d8RlLqcyTVIblgctlASrONrmbT5vOsWLLqpxavzem1FfpntrYk3AoEEIfT6rpEF3T7E+pTUBNCpjIAkIWvOPbQCBmmL0nNTi8wSXgE64MCzlSNqq0QSMuiSFralVaubqrGjbIFKppRf1drWmbnPT55M6z1l7Ova8bcSe01qI8407DdUxeX/aoO+gsp+csHSt9gLcR96p0xtGrfNI/TMaT2+hmHE3uXsZ3ycdfktvJ6G4y+ZukxMVW9vXZH/p/MKLt8PRpHmQyrQoUxj443gJYai3AI15UJR2iqReMEwm1W/ntahIh5DxFobF3fFqydI/BZDSG0JOY6JLE8eFwGDG7O5JqF/ujOn6c388+L2YRHSHnR6Ud+o+jmxu3RgoqmOij/F96Hn4oDL6ZuMwZt8ZrMdZenSt4nUAIyflHgRfoOoQ9STlZQV1vmMalypuGlr9XqIiK65PcLLsyrun/k4VdAOoMGN49eyN/H5zXHsTcPtni2HMgCD2b+wkaUukeWUb22/H93tWNXijPKcPVt0gTtiemaYql6cXSg3Hmcv5jbOM/hrwgFDsQ+dkBEvgKXwmktNe3dmTXa8iZ2FVsR/GuLP39CwySeaI=",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"}},S={},M=[{value:"Request",id:"request",level:2}];function N(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)(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:"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)(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)(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:"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)(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)(N,{...e})}):N(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:()=>S,contentTitle:()=>v,default:()=>Q,frontMatter:()=>g,metadata:()=>q,toc:()=>N});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)),o=a.n(p),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),f=a(9472),y=a.n(f),b=(a(1176),a(12005),a(85162));const g={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/RXOnpIMKUpKmml4qmKrrWc8iWNZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi92H3vQfWYNhOQ7KCnFUi3UdMH0UapVIYJfMcFaxDkCUqZrgUdxkkoA1T5t5GLzUXu4fPiycIoWSKFWhQUbYaBCsQEiiV/I6p+US/QuCClpjZQwgZ6lTxktJexSn8UXGFGSRGVRiCTvdYMEhqMMcSLQbFxQ6aZu2CUZuPMjtSxHneBYEN3N0CHxlsKDQEuiQKQ4dYWeY8tXeMv2s6WfeLcpNjm8zd/PHLGcyVu2/omvPEC6S+ebByQ1ejFinqpOGobU1jFN9Uxv3ysUwpRti4wUL3a98ZLGbdCVv+5+n/weNAw0LQR22w6G1tpMyRCQgBX1hRUrUtyzU2ITyzvMKhtjfNxQAHChUyGzgbAoqqoI7dzv+cLe+JOrfzj8u/YN2EnjUDyRSqSgyAbrc+b4dKnXNhuby7DeQ2yFDT1FpWGBm47E1/fAPZtlIVzEACGTMYGYpqXCvO+WoXdCmFdpOYjifXxLxRyAxm5zR8E7/5NfMWvxw9zwZ7KKpig6q3xYXBHar+1bgw79+5a7kZlwpTC9SRIoSXKJUZ7lBEXk4RySnyetcXEhlQo24bv5Uq0CWmfMsxC7wDWBoaFJpL4ZzEEvmnZTuiXpQndyjQ7CXZVim17RS5TwLx8zSue6bTxA4USRjVc+tilcohAQo0MpV5k8RxzSqzl4qbYxOzkl/d8RFLqcyDVIblgctlASrONrmbT5vOsWLLqpxavzem1FfpHtrYk3AoEEIfT6rpEF3T7G+pTUBNCpjIAkIWvOLbQCBmmL0mNTi8wSXgE64MCzlSNqq0QSMuiSFralVaubqrGjbIFKpZRf1drWmbnPTx5M7z1l7Ova8bcSe01qI8407DdUxeX/aoO+gsp+csHSt9gLcR96p0xtGrfNI/TMfTd9FkHE0/PE3eJ9O3ydvxaPL75CtJiYut7OuzP/T/YETb4dnDXZDJtCpQGPvgeAtgqbUAj3hRlXSIpl4wTiTUbuWPq0mEkPMUhcbe8VnJ0j0G09EYQk9ioksSx4fDYcTs7kiqXeyP6vj+7mb+aTGP6Ag5Pyrt0P82mkzcGimoYKKP8n/pefihMPhi4jJn3BqvxVh7da7geQohJOcfBV6g6xD2JOVkBXW9YRqXKm8aWv5RoSIqrk9ys+zKuKb/TxZ2AagzYHj16I38dXBeexBz+2SLY8+BIPRs7idoSKV7ZBnZb8f3G1c3eqI8pwxX3yJN2J6YpSmWphdLD8aZy/mPsY3/GPKCUOxA5GcHSOAbfCOQ0l7f2pFdryFnYlexHcW7svT3L+v8eZc=",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:"eJyNVsFy2zYQ/RXOnpIMKUpKmml4qmKrrWc8iWNZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi92H3vQfWYNhOQ7KCnFUi3UdMH0UapVIYJfMcFaxDkCUqZrgUdxkkoA1T5t5GLzUXu4fPiycIoWSKFWhQUbYaBCsQEiiV/I6p+US/QuCClpjZQwgZ6lTxktJexSn8UXGFGSRGVRiCTvdYMEhqMMcSLQbFxQ6aZu2CUZuPMjtSxHneBYEN3N0CHxlsKDQEuiQKQ4dYWeY8tXeMv2s6WfeLcpNjm8zd/PHLGcyVu2/omvPEC6S+ebByQ1ejFinqpOGobU1jFN9Uxv3ysUwpRti4wUL3a98ZLGbdCVv+5+n/weNAw0LQR22w6G1tpMyRCQgBX1hRUrUtyzU2ITyzvMKhtjfNxQAHChUyGzgbAoqqoI7dzv+cLe+JOrfzj8u/YN2EnjUDyRSqSgyAbrc+b4dKnXNhuby7DeQ2yFDT1FpWGBm47E1/fAPZtlIVzEACGTMYGYpqXCvO+WoXdCmFdpOYjifXxLxRyAxm5zR8E7/5NfMWvxw9zwZ7KKpig6q3xYXBHar+1bgw79+5a7kZlwpTC9SRIoSXKJUZ7lBEXk4RySnyetcXEhlQo24bv5Uq0CWmfMsxC7wDWBoaFJpL4ZzEEvmnZTuiXpQndyjQ7CXZVim17RS5TwLx8zSue6bTxA4USRjVc+tilcohAQo0MpV5k8RxzSqzl4qbYxOzkl/d8RFLqcyDVIblgctlASrONrmbT5vOsWLLqpxavzem1FfpHtrYk3AoEEIfT6rpEF3T7G+pTUBNCpjIAkIWvOLbQCBmmL0mNTi8wSXgE64MCzlSNqq0QSMuiSFralVaubqrGjbIFKpZRf1drWmbnPTx5M7z1l7Ova8bcSe01qI8407DdUxeX/aoO+gsp+csHSt9gLcR96p0xtGrfNI/TMfTd9FkHE0/PE3eJ9O3ydvxaPL75CtJiYut7OuzP/T/YETb4dnDXZDJtCpQGPvgeAtgqbUAj3hRlXSIpl4wTiTUbuWPq0mEkPMUhcbe8VnJ0j0G09EYQk9ioksSx4fDYcTs7kiqXeyP6vj+7mb+aTGP6Ag5Pyrt0P82mkzcGimoYKKP8n/pefihMPhi4jJn3BqvxVh7da7geQohJOcfBV6g6xD2JOVkBXW9YRqXKm8aWv5RoSIqrk9ys+zKuKb/TxZ2AagzYHj16I38dXBeexBz+2SLY8+BIPRs7idoSKV7ZBnZb8f3G1c3eqI8pwxX3yJN2J6YpSmWphdLD8aZy/mPsY3/GPKCUOxA5GcHSOAbfCOQ0l7f2pFdryFnYlexHcW7svT3L+v8eZc=",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"}},S={},N=[{value:"Request",id:"request",level:2}];function U(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)(m(),{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)(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)(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)(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)(o(),{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:"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)(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 Q(e={}){const{wrapper:s}={...(0,r.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/ce8311e3.b186edc2.js b/assets/js/ce8311e3.e767756d.js similarity index 99% rename from assets/js/ce8311e3.b186edc2.js rename to assets/js/ce8311e3.e767756d.js index abcc1e74b..644a9e06e 100644 --- a/assets/js/ce8311e3.b186edc2.js +++ b/assets/js/ce8311e3.e767756d.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-29T09:53:45.335Z",\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-29T16:23:32.617Z",\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.e901b8d6.js b/assets/js/cf97a90f.12b4dd3c.js similarity index 99% rename from assets/js/cf97a90f.e901b8d6.js rename to assets/js/cf97a90f.12b4dd3c.js index 897dee1ea..4058d48eb 100644 --- a/assets/js/cf97a90f.e901b8d6.js +++ b/assets/js/cf97a90f.12b4dd3c.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-29T09:53:43.063Z",\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-29T09:53:43.063Z",\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-29T16:23:30.330Z",\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-29T16:23:30.330Z",\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.556034e2.js b/assets/js/da9723b1.c41a7463.js similarity index 99% rename from assets/js/da9723b1.556034e2.js rename to assets/js/da9723b1.c41a7463.js index 67557f3db..306341577 100644 --- a/assets/js/da9723b1.556034e2.js +++ b/assets/js/da9723b1.c41a7463.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-29T09:53:43.049Z",\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-29T09:53:43.049Z",\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-29T16:23:30.304Z",\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-29T16:23:30.304Z",\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.0a1ff85b.js b/assets/js/dc5e99f0.786e7f81.js similarity index 65% rename from assets/js/dc5e99f0.0a1ff85b.js rename to assets/js/dc5e99f0.786e7f81.js index 5acedfbd7..6a0b1dcd8 100644 --- a/assets/js/dc5e99f0.0a1ff85b.js +++ b/assets/js/dc5e99f0.786e7f81.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[48765],{18066:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>b,contentTitle:()=>q,default:()=>D,frontMatter:()=>v,metadata:()=>N,toc:()=>z});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)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),f=i(9472),g=i.n(f),y=(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:"eJydV9uO2zYQ/RVjnpJAtrzbpEX0VHfjoEYWu64vKFDHKGhpbDORSIUc7a5r6N+LoWSLWisXxE8yNTcezpxDHYHEzkK0AkJLfUmY9WOtyOg0RQPrAHSORpDUapJABFuppN0v0NKEMFtaqXbT5eLfKwggF0ZkSGg43BGUyBAiyI3+hDHd8b8ApOIlQXsIIEEbG5lz6As7g18KaTCBiEyBAdh4j5mA6Ah0yDmsJSPVDsoyOGeiuqhJ8s1ELbMfz7OujNHSHzo5sEU7bAXM+Anjgldmf0EADCQqYmOR56mMHY7hJ8seRz+ZpJSzvW+h62I0Fa4AVbKQDp9UFCreLwuZ8BHVteoNI8gnYfjQSKJ1qYmM3BRU/atthTHiwDgRZtYvgROPzh6uhG+H/4yHDrwCsAdLmHmvNlqnKBQEgE8iyznbVqQWywAeRFpgF+pl+ez4OhKdULl4F8BWm0wQRJAIwj6xVRmAtLbOdtqzW2hj7YwWHO/7ABekR0qkh//Y9WK/JTdCltWNcFn+E6FRIp07vFwpP3RQ40u/757Vhuy0mrPOUjZklybtfJWnxU4qN52dh11sMknvBPmvpSLcofHPQSr69TU7kIw/I02SzmhFZxGuGeROaYM12qYb7ebouoK0hqcru0Eyh+7I7tX9thsCElTYri5EVWTcUtPRfD5+BwG8H01u3cN8cT+dVk8fJvXT5G4xns2W04X7dzO6uxnf3tZv3t9DAH+PZnewZgzR0o2w2IliBVeb39yCzbWyVTtcD4eXRHb/oc1cr8JX3WR1fxKGG83T7Fhv/t0WzNBasfvKsNfznhuMBXHVjiACeOrHOsEdqn7Nwf2NTg79mvi7qLe9p4pXewxYjwcJqrFTVmpVqZVjsW/mObNURz5Whwxpr1ki88LtmrUngvDhKjx62laGnD88NipUQgAWzcNJN13zA/uQjnVaRmF4FAXttZF0KEORy4vtzTDXhqbakEh7VSxXrpFik1awn8JV570VRcrjuCfK7UW46cm2aV02hKC25947V3TZQH9qSz2GrCdU0uPKei/ktqcQE0xe9vS2V9Xbe15wU1eCmR4YZ5U7o4HU3CBrhiouqryrI2xQGDSjgqFerf3Xc27XmvQ8o3PT1RtyXe2G3BnxfQJYnmeN1I9PYtVW0nPPnMf8JHh1z5665dTe6+cwe/xQCxhcD69f96+G/eu3i+Hb6M0v0es3g6vf3v4Dnmi11aa6tpz1xQvaKSurtgY05ifqb1Z8xvc26RH90KfxxqTw4/C2n3N2VbPH0h6L+tzchKwpuXI8k7BXVc29DcX63OiFl2qrfQ7zJ+crY3Vq09F00kt0XDDQjvZqmhSVmNZcNC9yduIDyIR0QFQrv1+0cwCpjFFZ9NxHuYj32LseDM9AcqdGYfj4+DgQ7u1Am11Yu9rwdnIzvpuP++zCNyk0tqr+zeBqOLhy2q0tZUJ5aTr4sPuWRfhEYZ4KqTxdrqhtBQ9864+eXfCraJF3y14HsNeW2ON43AiLS5OWJS9/KZCPdbVuyMq1aCItPzf8/6y4szrBi1ktcC977To66z9dqdTBY3MI6kH2A/BnxU9V0fq6+IkiPP+SeXaPIuGZOdPNTZW17yanCXDxfcE7qDxGcYw5ebas6C3Fmi4XTAH1d02mE7Yy4pEnTzxCBB/hI5eo3d4dqbr1I6RC7Qon51Bl5d//ofrrJA==",sidebar_class_name:"put 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/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:"eJydV9uO2zYQ/RVjnpJAtrzbpEX0VHfjoEYWu64vKFDHKGhpbDORSIUc7a5r6N+LoWSLWisXxE8yNTcezpxDHYHEzkK0AkJLfUmY9WOtyOg0RQPrAHSORpDUapJABFuppN0v0NKEMFtaqXbT5eLfKwggF0ZkSGg43BGUyBAiyI3+hDHd8b8ApOIlQXsIIEEbG5lz6As7g18KaTCBiEyBAdh4j5mA6Ah0yDmsJSPVDsoyOGeiuqhJ8s1ELbMfz7OujNHSHzo5sEU7bAXM+Anjgldmf0EADCQqYmOR56mMHY7hJ8seRz+ZpJSzvW+h62I0Fa4AVbKQDp9UFCreLwuZ8BHVteoNI8gnYfjQSKJ1qYmM3BRU/atthTHiwDgRZtYvgROPzh6uhG+H/4yHDrwCsAdLmHmvNlqnKBQEgE8iyznbVqQWywAeRFpgF+pl+ez4OhKdULl4F8BWm0wQRJAIwj6xVRmAtLbOdtqzW2hj7YwWHO/7ABekR0qkh//Y9WK/JTdCltWNcFn+E6FRIp07vFwpP3RQ40u/757Vhuy0mrPOUjZklybtfJWnxU4qN52dh11sMknvBPmvpSLcofHPQSr69TU7kIw/I02SzmhFZxGuGeROaYM12qYb7ebouoK0hqcru0Eyh+7I7tX9thsCElTYri5EVWTcUtPRfD5+BwG8H01u3cN8cT+dVk8fJvXT5G4xns2W04X7dzO6uxnf3tZv3t9DAH+PZnewZgzR0o2w2IliBVeb39yCzbWyVTtcD4eXRHb/oc1cr8JX3WR1fxKGG83T7Fhv/t0WzNBasfvKsNfznhuMBXHVjiACeOrHOsEdqn7Nwf2NTg79mvi7qLe9p4pXewxYjwcJqrFTVmpVqZVjsW/mObNURz5Whwxpr1ki88LtmrUngvDhKjx62laGnD88NipUQgAWzcNJN13zA/uQjnVaRmF4FAXttZF0KEORy4vtzTDXhqbakEh7VSxXrpFik1awn8JV570VRcrjuCfK7UW46cm2aV02hKC25947V3TZQH9qSz2GrCdU0uPKei/ktqcQE0xe9vS2V9Xbe15wU1eCmR4YZ5U7o4HU3CBrhiouqryrI2xQGDSjgqFerf3Xc27XmvQ8o3PT1RtyXe2G3BnxfQJYnmeN1I9PYtVW0nPPnMf8JHh1z5665dTe6+cwe/xQCxhcD69f96+G/eu3i+Hb6M0v0es3g6vf3v4Dnmi11aa6tpz1xQvaKSurtgY05ifqb1Z8xvc26RH90KfxxqTw4/C2n3N2VbPH0h6L+tzchKwpuXI8k7BXVc29DcX63OiFl2qrfQ7zJ+crY3Vq09F00kt0XDDQjvZqmhSVmNZcNC9yduIDyIR0QFQrv1+0cwCpjFFZ9NxHuYj32LseDM9AcqdGYfj4+DgQ7u1Am11Yu9rwdnIzvpuP++zCNyk0tqr+zeBqOLhy2q0tZUJ5aTr4sPuWRfhEYZ4KqTxdrqhtBQ9864+eXfCraJF3y14HsNeW2ON43AiLS5OWJS9/KZCPdbVuyMq1aCItPzf8/6y4szrBi1ktcC977To66z9dqdTBY3MI6kH2A/BnxU9V0fq6+IkiPP+SeXaPIuGZOdPNTZW17yanCXDxfcE7qDxGcYw5ebas6C3Fmi4XTAH1d02mE7Yy4pEnTzxCBB/hI5eo3d4dqbr1I6RC7Qon51Bl5d//ofrrJA==",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"}},b={},z=[{value:"Request",id:"request",level:2}];function A(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:"/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)(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)(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)(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)(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)(j(),{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 D(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(A,{...e})}):A(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:()=>N,contentTitle:()=>v,default:()=>k,frontMatter:()=>y,metadata:()=>q,toc:()=>S});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),o=i(41429),p=i.n(o),h=i(5397),x=i.n(h),u=i(4667),j=i.n(u),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:"eJydV9uO2zYQ/RVjnppAtrybdIHqqe7GQY0sdl1fUKCOUdDS2GYikQo52l3X0L8XQ8kWtVYuiJ9kam48nDmHOgKJnYVoBYSW+pIw68dakdFpigbWAegcjSCp1SSBCLZSSbtfoKUJYba0Uu2my8W/VxBALozIkNBwuCMokSFEkBv9CWO6538BSMVLgvYQQII2NjLn0Bd2Br8U0mACEZkCA7DxHjMB0RHokHNYS0aqHZRlcM5EdVGT5JuJWmY/nmddGaOlP3RyYIt22AqY8TPGBa/M/oIAGEhUxMYiz1MZOxzDT5Y9jn4ySSlne99C18VoKlwBqmQhHT6pKFS8XxYy4SOqa9UbRpBPwvChkUTrUhMZuSmo+lfbCmPEgXEizKxfAicenT1cCd8O/xkPHXgFYA+WMPNebbROUSgIAJ9FlnO2rUgtlgE8irTALtTL8sXxdSQ6oXLxLoCtNpkgiCARhH1iqzIAaW2d7bRnt9DG2hktON73AS5Ij5RID/+x68V+S26ELKsb4bL8Z0KjRDp3eLlSfuigxpd+3z2rDdlpNWedpWzILk3a+SpPi51Ubjo7D7vYZJLeCfJfS0W4Q+Ofg1R085YdSMafkSZJZ7SiswjXDHKntMEabdONdnN0XUFaw9OV3SCZQ3dk9+ph2w0BCSpsVxeiKjJuqeloPh+/gwDejyZ37mG+eJhOq6cPk/ppcr8Yz2bL6cL9ux3d347v7uo37x8ggL9Hs3tYM4Zo6VZY7ESxgqvNb27B5lrZqh2uh8NLInv40Gau1+HrbrJ6OAnDreZpdqw3/24LZmit2H1l2Ot5zw3GgrhqRxABPPdjneAOVb/m4P5GJ4d+Tfxd1NveU8WrPQasx4ME1dgpK7Wq1Mqx2DfznFmqIx+rQ4a01yyReeF2zdoTQfh4FR49bStDzh8eGxUqIQCL5vGkm675gX1IxzotozA8ioL22kg6lKHI5cX2ZphrQ1NtSKS9KpYr10ixSSvYT+Gq896KIuVx3BPl9iLc9GTbtC4bQlDbc++dK7psoD+1pR5D1hMq6XFlvV/ktqcQE0xe9fS2V9Xbe1lwU1eCmR4YZ5U7o4HU3CBrhiouqryrI2xQGDSjgqFerf3Xc27XmvQ8o3PT1RtyXe2G3BnxfQJYnmeN1I9PYtVW0nPPnMf8JHh1z5665dTe65cwe/xQCxhcD6/f9q+G/evfFlc30fWb6M314O3NzT/giVZbbapry1lfvKCdsrJqa0BjfqL+ZsVnfG+THtEPfRpvTAo/Dm/7JWdXNXss7bGoz81NyJqSK8czCXtV1dzbUKzPjV54qbba5zB/cr4yVqc2HU0nvUTHBQPtaK+mSVGJac1F8yJnJz6ATEgHRLXy+0U7B5DKGJVFz32Ui3iPvevB8Awkd2oUhk9PTwPh3g602YW1qw3vJrfj+/m4zy58k0Jjq+p/HVwNB1dOu7WlTCgvTQcfdt+yCJ8pzFMhlafLFbWt4JFv/dGLC34VLfJu2esA9toSexyPG2FxadKy5OUvBfKxrtYNWbkWTaTl54b/XxR3Vif4ZVYL3Kteu47O+k9XKnXw2ByCepD9APxZ8VNVtL4ufqIIz79knt2jSHhmznRzW2Xtu8lpAlx8X/AOKo9RHGNOni0rekuxpssFU0D9XZPphK2MeOLJE08QwUf4yCVqt3dHqm79CKlQu8LJOVRZ+fc/cuPrGg==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,q={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:"eJydV9uO2zYQ/RVjnppAtrybdIHqqe7GQY0sdl1fUKCOUdDS2GYikQo52l3X0L8XQ8kWtVYuiJ9kam48nDmHOgKJnYVoBYSW+pIw68dakdFpigbWAegcjSCp1SSBCLZSSbtfoKUJYba0Uu2my8W/VxBALozIkNBwuCMokSFEkBv9CWO6538BSMVLgvYQQII2NjLn0Bd2Br8U0mACEZkCA7DxHjMB0RHokHNYS0aqHZRlcM5EdVGT5JuJWmY/nmddGaOlP3RyYIt22AqY8TPGBa/M/oIAGEhUxMYiz1MZOxzDT5Y9jn4ySSlne99C18VoKlwBqmQhHT6pKFS8XxYy4SOqa9UbRpBPwvChkUTrUhMZuSmo+lfbCmPEgXEizKxfAicenT1cCd8O/xkPHXgFYA+WMPNebbROUSgIAJ9FlnO2rUgtlgE8irTALtTL8sXxdSQ6oXLxLoCtNpkgiCARhH1iqzIAaW2d7bRnt9DG2hktON73AS5Ij5RID/+x68V+S26ELKsb4bL8Z0KjRDp3eLlSfuigxpd+3z2rDdlpNWedpWzILk3a+SpPi51Ubjo7D7vYZJLeCfJfS0W4Q+Ofg1R085YdSMafkSZJZ7SiswjXDHKntMEabdONdnN0XUFaw9OV3SCZQ3dk9+ph2w0BCSpsVxeiKjJuqeloPh+/gwDejyZ37mG+eJhOq6cPk/ppcr8Yz2bL6cL9ux3d347v7uo37x8ggL9Hs3tYM4Zo6VZY7ESxgqvNb27B5lrZqh2uh8NLInv40Gau1+HrbrJ6OAnDreZpdqw3/24LZmit2H1l2Ot5zw3GgrhqRxABPPdjneAOVb/m4P5GJ4d+Tfxd1NveU8WrPQasx4ME1dgpK7Wq1Mqx2DfznFmqIx+rQ4a01yyReeF2zdoTQfh4FR49bStDzh8eGxUqIQCL5vGkm675gX1IxzotozA8ioL22kg6lKHI5cX2ZphrQ1NtSKS9KpYr10ixSSvYT+Gq896KIuVx3BPl9iLc9GTbtC4bQlDbc++dK7psoD+1pR5D1hMq6XFlvV/ktqcQE0xe9fS2V9Xbe1lwU1eCmR4YZ5U7o4HU3CBrhiouqryrI2xQGDSjgqFerf3Xc27XmvQ8o3PT1RtyXe2G3BnxfQJYnmeN1I9PYtVW0nPPnMf8JHh1z5665dTe65cwe/xQCxhcD6/f9q+G/evfFlc30fWb6M314O3NzT/giVZbbapry1lfvKCdsrJqa0BjfqL+ZsVnfG+THtEPfRpvTAo/Dm/7JWdXNXss7bGoz81NyJqSK8czCXtV1dzbUKzPjV54qbba5zB/cr4yVqc2HU0nvUTHBQPtaK+mSVGJac1F8yJnJz6ATEgHRLXy+0U7B5DKGJVFz32Ui3iPvevB8Awkd2oUhk9PTwPh3g602YW1qw3vJrfj+/m4zy58k0Jjq+p/HVwNB1dOu7WlTCgvTQcfdt+yCJ8pzFMhlafLFbWt4JFv/dGLC34VLfJu2esA9toSexyPG2FxadKy5OUvBfKxrtYNWbkWTaTl54b/XxR3Vif4ZVYL3Kteu47O+k9XKnXw2ByCepD9APxZ8VNVtL4ufqIIz79knt2jSHhmznRzW2Xtu8lpAlx8X/AOKo9RHGNOni0rekuxpssFU0D9XZPphK2MeOLJE08QwUf4yCVqt3dHqm79CKlQu8LJOVRZ+fc/cuPrGg==",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={},S=[{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)(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)(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)(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)(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)(x(),{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)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/def3d7ec.1322b1f2.js b/assets/js/def3d7ec.fb85fb34.js similarity index 66% rename from assets/js/def3d7ec.1322b1f2.js rename to assets/js/def3d7ec.fb85fb34.js index 3fac283bb..8b606c614 100644 --- a/assets/js/def3d7ec.1322b1f2.js +++ b/assets/js/def3d7ec.fb85fb34.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:()=>w,frontMatter:()=>b,metadata:()=>f,toc:()=>k});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),x=i.n(h),u=i(4667),j=i.n(u),y=i(9472),g=i.n(y),v=(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/leieWqrQCjXntQ8HbelOtTVLgesTrotDyYZwG1ip/ZkdzmU//00TiDOkv5QeQr2eGb8zcz3JUcgsbMQ3wOhpYEkzAfCHlQySLQio7MMDaxD0AUaQVKrWQoxbKWSdr9CSzPC/M5KtZvfrSCEQhiRI6Fhl0dQIkeIoTD6MyZ0w/9CkIqXBO0hhBRtYmTBji/sDH4tpcEUYjIlhmCTPeYC4iPQoWC3loxUO6iq8ByJmpRm6XcDdcx+Ps66NkZLf+r0wBZdtzUs0ydMSl5Z/A0hMIyoiI1FUWQycShGny2fOPrBJGUc7UMHW+ejzfAeUKUr6fDJRKmS/V0pUy5Qk6veMIJcCcMlI4nWhSYyclNS/a+xFcaIA+NEmFs/BQ48OZ9wKXzf/Rc89OAVgj1Ywtzb2midoVAQAj6JvOBoW5FZrEJ4EFmJfahX1bPy9QQ6oXKxF8JWm1wQxJAKwgGxVRWCtLaJdrqzW+hi7YxW7O/HAJekJ0pkh//46MV9K26EPG8a4TL9J0KjRLZ0eLlUfqpQ08tzP6zVhuy8nrPeVDZk70zWu1Vk5U4qN529xS43uaT3gvxtqQh3aPw6SEW/v+EDJJMvSLO011vZm4RrBrlT2mCDtulHuy1dn5PO8PRFN0jm0O/Zbd1u+yEgQaXt60JUZc4tNZ8sl9P3EMKHyezaPSxXt/N5/fRx1jzNblbTxeJuvnL/riY3V9Pr62bnwy2E8M9kcQNrxhAtXQmLvSjWcHX5zS3YQitbt8N4NLokstuPXeZ6Fb3qJ6vbkyxcaZ5mx3rLH7ZgjtaK3TeGvZn3wmAiiLN2BBHC0yDRKe5QDRoOHmx0ehg0xN9Hvd071bwaMGABDxLUY6es1KpWK8di341zZqmeeKwOOdJes0AWpbs1a08M0cM4OnraVkUcPzq2KlRBCBbNw0k3XfMDnyGd6KyKo+goStprI+lQRaKQF9dbYKENzbUhkQW1L5eukWKT1bCf3NX13ooy43HcExX2wt38ZNu2LhtC2Nhz750zumygv7SlgCELhEoDzix4IbeBQkwxfRnobVDnGzxPuM0rxVwPjbMqnNFQam6QNUOVlHXc+yNsUBg0k5Khvl/zNmvrotXp6UlpujJ4Lvh5Rk9q1TTcqdSn3lw/x8gb7kZ9YDwavxm8Hg3G71ajd/Hb3+I34+G78fhf8BSnKxX1O8dZHDynvZpw3yXw1vzE2+2KT9feJT2WHvkc3JqUvh++9nPCrXP2KNajQJ9YW5cNn9YHzwzqZdUQZ8uPPrF57qXaap+A/Lb/xkycemwynwWpTkoG2nFWw3GiVsKGSJZlwYe4ALmQDoh65Y+LXgwhkwkqi97xSSGSPQbj4egMJA9MHEWPj49D4XaH2uyi5qiNrmdX05vldMBH+DUIja2zfzt8/bpeK7SlXCgvTA+Z9b8iET5RVGRCKk9Ua166h4cxhBA/ezuvvcXeK/I6hL22xCeOx42weGeyquLlryVyWe/XLdO4Fk2l5eeWvJ8ld5YWeLFo1Oll0M2jN//T+5A6eFQMYTPIvgP+JvilLDqfBr+QhHe+YpLco0h5Zs50c1VHHbjJaR1cfBzwDeoTkyTBgjxbluOO3NQfX5vmoyTXKVsZ8ciTJx4hhk/wiVPU7u5ODNz6ETKhdqXTYqij8u9/mbXVZw==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,f={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/leieWqrQCjXntQ8HbelOtTVLgesTrotDyYZwG1ip/ZkdzmU//00TiDOkv5QeQr2eGb8zcz3JUcgsbMQ3wOhpYEkzAfCHlQySLQio7MMDaxD0AUaQVKrWQoxbKWSdr9CSzPC/M5KtZvfrSCEQhiRI6Fhl0dQIkeIoTD6MyZ0w/9CkIqXBO0hhBRtYmTBji/sDH4tpcEUYjIlhmCTPeYC4iPQoWC3loxUO6iq8ByJmpRm6XcDdcx+Ps66NkZLf+r0wBZdtzUs0ydMSl5Z/A0hMIyoiI1FUWQycShGny2fOPrBJGUc7UMHW+ejzfAeUKUr6fDJRKmS/V0pUy5Qk6veMIJcCcMlI4nWhSYyclNS/a+xFcaIA+NEmFs/BQ48OZ9wKXzf/Rc89OAVgj1Ywtzb2midoVAQAj6JvOBoW5FZrEJ4EFmJfahX1bPy9QQ6oXKxF8JWm1wQxJAKwgGxVRWCtLaJdrqzW+hi7YxW7O/HAJekJ0pkh//46MV9K26EPG8a4TL9J0KjRLZ0eLlUfqpQ08tzP6zVhuy8nrPeVDZk70zWu1Vk5U4qN529xS43uaT3gvxtqQh3aPw6SEW/v+EDJJMvSLO011vZm4RrBrlT2mCDtulHuy1dn5PO8PRFN0jm0O/Zbd1u+yEgQaXt60JUZc4tNZ8sl9P3EMKHyezaPSxXt/N5/fRx1jzNblbTxeJuvnL/riY3V9Pr62bnwy2E8M9kcQNrxhAtXQmLvSjWcHX5zS3YQitbt8N4NLokstuPXeZ6Fb3qJ6vbkyxcaZ5mx3rLH7ZgjtaK3TeGvZn3wmAiiLN2BBHC0yDRKe5QDRoOHmx0ehg0xN9Hvd071bwaMGABDxLUY6es1KpWK8di341zZqmeeKwOOdJes0AWpbs1a08M0cM4OnraVkUcPzq2KlRBCBbNw0k3XfMDnyGd6KyKo+goStprI+lQRaKQF9dbYKENzbUhkQW1L5eukWKT1bCf3NX13ooy43HcExX2wt38ZNu2LhtC2Nhz750zumygv7SlgCELhEoDzix4IbeBQkwxfRnobVDnGzxPuM0rxVwPjbMqnNFQam6QNUOVlHXc+yNsUBg0k5Khvl/zNmvrotXp6UlpujJ4Lvh5Rk9q1TTcqdSn3lw/x8gb7kZ9YDwavxm8Hg3G71ajd/Hb3+I34+G78fhf8BSnKxX1O8dZHDynvZpw3yXw1vzE2+2KT9feJT2WHvkc3JqUvh++9nPCrXP2KNajQJ9YW5cNn9YHzwzqZdUQZ8uPPrF57qXaap+A/Lb/xkycemwynwWpTkoG2nFWw3GiVsKGSJZlwYe4ALmQDoh65Y+LXgwhkwkqi97xSSGSPQbj4egMJA9MHEWPj49D4XaH2uyi5qiNrmdX05vldMBH+DUIja2zfzt8/bpeK7SlXCgvTA+Z9b8iET5RVGRCKk9Ua166h4cxhBA/ezuvvcXeK/I6hL22xCeOx42weGeyquLlryVyWe/XLdO4Fk2l5eeWvJ8ld5YWeLFo1Oll0M2jN//T+5A6eFQMYTPIvgP+JvilLDqfBr+QhHe+YpLco0h5Zs50c1VHHbjJaR1cfBzwDeoTkyTBgjxbluOO3NQfX5vmoyTXKVsZ8ciTJx4hhk/wiVPU7u5ODNz6ETKhdqXTYqij8u9/mbXVZw==",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={},k=[{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:"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)(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:!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)(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)(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)(x(),{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)(Q,{...e})}):Q(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:()=>f,default:()=>I,frontMatter:()=>N,metadata:()=>v,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)),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),b=(i(1176),i(12005),i(85162));const N={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/lfQPLVVICztVXd5Om5LdairXQ5YnXSUB5MM4DaxU3uyuxTlfz+NE4izpD9UnoI9nhl/M/N9yRFI7CxEKyC01JeEWV/Yg4r7sVZkdJqigXUAOkcjSGo1TSCCrVTS7pdoaUqY3VupdrP7JQSQCyMyJDTs8ghKZAgR5EZ/wphu+V8AUvGSoD0EkKCNjczZ8YWdwS+FNJhARKbAAGy8x0xAdAQ65OzWkpFqB2UZnCNRndI0+W6gltnPx1lXxmjpL50c2KLttoJl8oRxwSvzfyAAhhEVsbHI81TGDsXwk+UTRz+YpJSjvW9h63w0Ga4AVbKUDp9UFCre3xcy4QLVueoNI8iVMFwykmhdaCIjNwVV/2pbYYw4ME6EmfVT4MDj8wmXwvfdf8ZDB14B2IMlzLytjdYpCgUB4JPIco62FanFMoAHkRbYhXpZPitfR6ATKhd7AWy1yQRBBIkg7BNblQFIa+topzu7hTbWzmjJ/n4McEF6rER6+MpHL+5bciNkWd0Il+k/ERol0oXDy6XyU4WaXJ77Ya02ZGfVnHWmsiF7b9LOrTwtdlK56ewsdrHJJL0T5G9LRbhD49dBKnr7hg+QjD8jTZNOb0VnEq4Z5E5pgzXaphvtpnRdTlrD0xXdIJlDt2e3dbfthoAEFbarC1EVGbfUbLxYTN5BAO/H0xv3sFjezWbV04dp/TS9XU7m8/vZ0v27Ht9eT25u6p33dxDAv+P5LawZQ7R0LSx2oljB1eY3t2BzrWzVDqPh8JLI7j60metV+KqbrO5OsnCteZod6y1+2IIZWit23xj2et5zg7EgztoRRABP/VgnuEPVrzm4v9HJoV8Tfxf1tu9U8WqPAevxIEE1dspKrSq1ciz23ThnluqIx+qQIe01C2ReuFuz9kQQPozCo6dtZcjxw2OjQiUEYNE8nHTTNT/wGdKxTssoDI+ioL02kg5lKHJ5cb055trQTBsSaa/y5dI1UmzSCvaTu6reW1GkPI57otxeuJudbJvWZUMIanvuvXNGlw30t7bUY8h6QiU9zqz3Qm57CjHB5GVPb3tVvr3nCTd5JZjpgXFWuTMaSM0Nsmao4qKKuzrCBoVBMy4Y6tWat1lb541OT05K05bBc8HPM3pSq7rhTqU+9eb6OUbecNfqA6Ph6E3/atgf/bG8ehuNXkevh4Or36/+A09x2lJRvXOcxcFz2qkJqzaBN+Yn3m5WfLr2Lumx9NDn4Mak8P3wtZ8TbpWzR7EeBfrE2ris+bQ6eGZQL6uaOBt+9InNcy/VVvsE5Lf9N2bi1GPj2bSX6LhgoB1n1RwnKiWsiWRR5HyIC5AJ6YCoVv686MUAUhmjsugdH+ci3mNvNBiegeSBicLw8fFxINzuQJtdWB+14c30enK7mPT5CL8GobFV9r8Nrq6qtVxbyoTywnSQWfcrEuEThXkqpPJEteKlFTyMIIDo2dt55S3yXpHXAey1JT5xPG6ExXuTliUvfymQy7paN0zjWjSRlp8b8n6W3Fla4MW8VqeXvXYenfmf3ofUwaNiCOpB9h3wN8EvZdH6NPiFJLzzJZPkHkXCM3Omm+sqat9NTuPg4uOAb1CdGMcx5uTZshy35Kb6+NrUHyWZTtjKiEeePPEIEXyEj5yidnd3YuDWj5AKtSucFkMVlX//A2Xj1Vw=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=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/lfQPLVVICztVXd5Om5LdairXQ5YnXSUB5MM4DaxU3uyuxTlfz+NE4izpD9UnoI9nhl/M/N9yRFI7CxEKyC01JeEWV/Yg4r7sVZkdJqigXUAOkcjSGo1TSCCrVTS7pdoaUqY3VupdrP7JQSQCyMyJDTs8ghKZAgR5EZ/wphu+V8AUvGSoD0EkKCNjczZ8YWdwS+FNJhARKbAAGy8x0xAdAQ65OzWkpFqB2UZnCNRndI0+W6gltnPx1lXxmjpL50c2KLttoJl8oRxwSvzfyAAhhEVsbHI81TGDsXwk+UTRz+YpJSjvW9h63w0Ga4AVbKUDp9UFCre3xcy4QLVueoNI8iVMFwykmhdaCIjNwVV/2pbYYw4ME6EmfVT4MDj8wmXwvfdf8ZDB14B2IMlzLytjdYpCgUB4JPIco62FanFMoAHkRbYhXpZPitfR6ATKhd7AWy1yQRBBIkg7BNblQFIa+topzu7hTbWzmjJ/n4McEF6rER6+MpHL+5bciNkWd0Il+k/ERol0oXDy6XyU4WaXJ77Ya02ZGfVnHWmsiF7b9LOrTwtdlK56ewsdrHJJL0T5G9LRbhD49dBKnr7hg+QjD8jTZNOb0VnEq4Z5E5pgzXaphvtpnRdTlrD0xXdIJlDt2e3dbfthoAEFbarC1EVGbfUbLxYTN5BAO/H0xv3sFjezWbV04dp/TS9XU7m8/vZ0v27Ht9eT25u6p33dxDAv+P5LawZQ7R0LSx2oljB1eY3t2BzrWzVDqPh8JLI7j60metV+KqbrO5OsnCteZod6y1+2IIZWit23xj2et5zg7EgztoRRABP/VgnuEPVrzm4v9HJoV8Tfxf1tu9U8WqPAevxIEE1dspKrSq1ciz23ThnluqIx+qQIe01C2ReuFuz9kQQPozCo6dtZcjxw2OjQiUEYNE8nHTTNT/wGdKxTssoDI+ioL02kg5lKHJ5cb055trQTBsSaa/y5dI1UmzSCvaTu6reW1GkPI57otxeuJudbJvWZUMIanvuvXNGlw30t7bUY8h6QiU9zqz3Qm57CjHB5GVPb3tVvr3nCTd5JZjpgXFWuTMaSM0Nsmao4qKKuzrCBoVBMy4Y6tWat1lb541OT05K05bBc8HPM3pSq7rhTqU+9eb6OUbecNfqA6Ph6E3/atgf/bG8ehuNXkevh4Or36/+A09x2lJRvXOcxcFz2qkJqzaBN+Yn3m5WfLr2Lumx9NDn4Mak8P3wtZ8TbpWzR7EeBfrE2ris+bQ6eGZQL6uaOBt+9InNcy/VVvsE5Lf9N2bi1GPj2bSX6LhgoB1n1RwnKiWsiWRR5HyIC5AJ6YCoVv686MUAUhmjsugdH+ci3mNvNBiegeSBicLw8fFxINzuQJtdWB+14c30enK7mPT5CL8GobFV9r8Nrq6qtVxbyoTywnSQWfcrEuEThXkqpPJEteKlFTyMIIDo2dt55S3yXpHXAey1JT5xPG6ExXuTliUvfymQy7paN0zjWjSRlp8b8n6W3Fla4MW8VqeXvXYenfmf3ofUwaNiCOpB9h3wN8EvZdH6NPiFJLzzJZPkHkXCM3Omm+sqat9NTuPg4uOAb1CdGMcx5uTZshy35Kb6+NrUHyWZTtjKiEeePPEIEXyEj5yidnd3YuDWj5AKtSucFkMVlX//A2Xj1Vw=",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 T(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)(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)(d(),{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 I(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1ab4fff.8c372e15.js b/assets/js/e1ab4fff.8c372e15.js deleted file mode 100644 index dbd4a3559..000000000 --- a/assets/js/e1ab4fff.8c372e15.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94744],{87441:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>v,metadata:()=>N,toc:()=>T});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),c=i.n(n),o=(i(82723),i(9487)),m=i.n(o),d=i(41429),p=i.n(d),h=i(5397),x=i.n(h),u=i(4667),j=i.n(u),f=i(9472),y=i.n(f),g=(i(1176),i(12005),i(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:"eJydV21v2zYQ/ivCfWoL2Uq8Blj1aa7rrga62vPLh801Blo62+wkUiGpJIah/z4cqTfbSjI0n0LqePfc8eFz5xMYttcQrsGgNj1uMO0xfRRRL5LCKJkkqGDjg8xQMcOlmMQQgjZMmdGBJ/HEYLrSXOxn08USfMiYYikaVOTzBIKlCCHtojBkCz5wYXfMAXyIUUeKZ+T40kzhfc4VxhAalaMPOjpgyiA8gTlmaEEoLvZQFH4TR8kfGJlvtHox0Jnd/4+0ccaozUcZH8ni3K+tyxK1zWH+J/hAVURhyJRlWcIjW8Tghyb7UzsUNwnFWly5aOCtIWG5iA6rnMfgu6T9Mii3/1vAG78CLreUJl2Logs0HLVFYozi29y4VWnLlGJHqprBVLcREZBhfcJCetn9v3jsKJ4P+qjpaptPWykTZAJ8wCeWZhRtxxKNhQ8PLMmx6wqKgooa4xx3nUHOLqTj+4HphWFGd8Ao/HZ9rw5fkmi1mnzy5M5zrPXcUXLiyNgRu/04Xq/7rLKeo5a5ivCCC1TmV6/6ubt4sb4KjTp2F8h+mnaXviFiR+12UqXMQAgxM9gzZFX4VnRGTOOko95Fldu1MxR5SiVYrCbLMfiwWE7nf4EPy7EVocVo/G04n0ztl/EMfPg4/jydj/8ZfR0uFs3y9/l0NWut/xgvv0w/NevKfbksvQ8/L8fz2pVb1Z7csnbklpUft7JuNoUPueD3eXfq1T20hclu6EwK7a52cHN7rUAjhcxgfK4874J33WIzFkYdyyNDUv354tXX3fU0iqJEHGOmMLII3FP24alHz3WPoldKZ28r42OvVOxrxTzPx8qhx7yImo1HdPG46w/4ZFBoLoXrNJboLwarSX8VlHQ9RXOQ1NsyqW3S1DdCCB4GwanVLoqAwgenplUVJMGoHqqWl6sEQqAzRkYyKcIgOLHcHKTi5lgELONXSc4xk8rMpDIs8Zwvi1Zxtk1c1St37sZ3LE/oLR2MyfSVu1ll2zwUMgS/tCfu1YiuKfRFauNRxTwmYo+QeW/4zhOIMcZvSfEcXu8ScIMrxlT2lbXKrFGfSyLJhkoV5S7u+gRbZArVMKdSrzftzwviqku9bVQTr0zIUtpKlDWiYQCot86bLj2uWst536spU4tK1Z5K3jZkcRTftPrOcy2h3m66jBsp2n2lsarfQLm+GJ4u8HUAKoXaxailuZVSo8gwuBm8793e9AYfljcfwrtfwvd3/dtfb/+GcxVuDpeVrsSrUauWQHOxk21BaTP5GZpXtBnOJl4sozxFYexQVGoWi6xmlbVZ5BkdIiqnjNPL0m7ntyt6+ZDwCIXG1vFhxqIDeoP+DWVgXyYxJwyCx8fHPrNf+1Ltg/KoDr5ORuNvi3GPjlCfRKUd+rv+7U3/1rZxqU3KRBvlsyrVPY4YfDJBljBue6rFdSoVZw0PA/AhvBhlnbewNSFvfDiQVIVrOJ22TONKJUVB2/c5EivWm0ZDLJ9irun/RpovwNUdA97My87z1jubyTvhV3OMOLZICn5J39Z5GtR/DsNZLX4GRMtBQfJ3QBajar2ykYvbW5KfxsPVzE45uBPDKMLMtGypy551kvIn0bb8qZDKmMwUe6RBjj1CCN/hO4GUNn0rdnb/BAkT+5ztyd6Fpb//AMoTpP4=",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/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:"eJydV21v2zYQ/ivCfWoL2Uq8Blj1aa7rrga62vPLh801Blo62+wkUiGpJIah/z4cqTfbSjI0n0LqePfc8eFz5xMYttcQrsGgNj1uMO0xfRRRL5LCKJkkqGDjg8xQMcOlmMQQgjZMmdGBJ/HEYLrSXOxn08USfMiYYikaVOTzBIKlCCHtojBkCz5wYXfMAXyIUUeKZ+T40kzhfc4VxhAalaMPOjpgyiA8gTlmaEEoLvZQFH4TR8kfGJlvtHox0Jnd/4+0ccaozUcZH8ni3K+tyxK1zWH+J/hAVURhyJRlWcIjW8Tghyb7UzsUNwnFWly5aOCtIWG5iA6rnMfgu6T9Mii3/1vAG78CLreUJl2Logs0HLVFYozi29y4VWnLlGJHqprBVLcREZBhfcJCetn9v3jsKJ4P+qjpaptPWykTZAJ8wCeWZhRtxxKNhQ8PLMmx6wqKgooa4xx3nUHOLqTj+4HphWFGd8Ao/HZ9rw5fkmi1mnzy5M5zrPXcUXLiyNgRu/04Xq/7rLKeo5a5ivCCC1TmV6/6ubt4sb4KjTp2F8h+mnaXviFiR+12UqXMQAgxM9gzZFX4VnRGTOOko95Fldu1MxR5SiVYrCbLMfiwWE7nf4EPy7EVocVo/G04n0ztl/EMfPg4/jydj/8ZfR0uFs3y9/l0NWut/xgvv0w/NevKfbksvQ8/L8fz2pVb1Z7csnbklpUft7JuNoUPueD3eXfq1T20hclu6EwK7a52cHN7rUAjhcxgfK4874J33WIzFkYdyyNDUv354tXX3fU0iqJEHGOmMLII3FP24alHz3WPoldKZ28r42OvVOxrxTzPx8qhx7yImo1HdPG46w/4ZFBoLoXrNJboLwarSX8VlHQ9RXOQ1NsyqW3S1DdCCB4GwanVLoqAwgenplUVJMGoHqqWl6sEQqAzRkYyKcIgOLHcHKTi5lgELONXSc4xk8rMpDIs8Zwvi1Zxtk1c1St37sZ3LE/oLR2MyfSVu1ll2zwUMgS/tCfu1YiuKfRFauNRxTwmYo+QeW/4zhOIMcZvSfEcXu8ScIMrxlT2lbXKrFGfSyLJhkoV5S7u+gRbZArVMKdSrzftzwviqku9bVQTr0zIUtpKlDWiYQCot86bLj2uWst536spU4tK1Z5K3jZkcRTftPrOcy2h3m66jBsp2n2lsarfQLm+GJ4u8HUAKoXaxailuZVSo8gwuBm8793e9AYfljcfwrtfwvd3/dtfb/+GcxVuDpeVrsSrUauWQHOxk21BaTP5GZpXtBnOJl4sozxFYexQVGoWi6xmlbVZ5BkdIiqnjNPL0m7ntyt6+ZDwCIXG1vFhxqIDeoP+DWVgXyYxJwyCx8fHPrNf+1Ltg/KoDr5ORuNvi3GPjlCfRKUd+rv+7U3/1rZxqU3KRBvlsyrVPY4YfDJBljBue6rFdSoVZw0PA/AhvBhlnbewNSFvfDiQVIVrOJ22TONKJUVB2/c5EivWm0ZDLJ9irun/RpovwNUdA97My87z1jubyTvhV3OMOLZICn5J39Z5GtR/DsNZLX4GRMtBQfJ3QBajar2ykYvbW5KfxsPVzE45uBPDKMLMtGypy551kvIn0bb8qZDKmMwUe6RBjj1CCN/hO4GUNn0rdnb/BAkT+5ztyd6Fpb//AMoTpP4=",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"}},q={},T=[{value:"Request",id:"request",level:2}];function E(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:"/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)(m(),{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:"startTestItemRQ"})})}),(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:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(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:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(j(),{collapsible:!1,name:"name",required:!0,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:"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)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(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:"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:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.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,a.jsx)(j(),{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)(g.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)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{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:"id",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)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1ab4fff.c3ff0f8c.js b/assets/js/e1ab4fff.c3ff0f8c.js new file mode 100644 index 000000000..ba26f5d19 --- /dev/null +++ b/assets/js/e1ab4fff.c3ff0f8c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94744],{87441:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>E,default:()=>R,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)),d=a.n(m),o=a(41429),p=a.n(o),h=a(5397),j=a.n(h),u=a(4667),x=a.n(u),y=a(9472),f=a.n(y),g=(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:"eJydV9uO2zYQ/RVhnpJAtnadNEX1VMdxGgPp2vHloXWMgpbGNlOJVEhqdw1D/14MqZtt7W6RfVpSw5kzw8Mz4xMYttcQrsGgNj1uMO0xfRRRL5LCKJkkqGDjg8xQMcOlmMQQgjZMmdGBJ/HEYLrSXOxn08USfMiYYikaVOTzBIKlCCHtojBkCz5wYXfMAXyIUUeKZ+T40kzhj5wrjCE0KkcfdHTAlEF4AnPM0IJQXOyhKPwmjpLfMTJ3tHo20Jnd/4+0ccaozQcZH8ni3K+tyxK1zWH+FXygKqIwZMqyLOGRLWLwXZP9qR2Km4RiLa5cNPDWkLBcRIdVzmPwXdJ+GZTb/y3gjV8Bl1tKk65F0QUajtoiMUbxbW7cqrRlSrEjVc1gqtuICMiwPmEhPe/+Xzx2FM8HfdR0tc2nrZQJMgE+4CNLM4q2Y4nGwod7luTYdQVFQUWNcY67ziBnF9Lx/cD0wjCjO2AUfru+V4cvSbRaTT56cuc51nruKDlxZOyI3X4cL9d9VlnPUctcRXjBBSrzi1f91F08W1+FRh27C2Q/TbtL3xCxo3Y7qVJmIISYGewZsip8KzojpnHSUe+iyu3aGYo8pRIsVpPlGHxYLKfzv8CH5diK0GI0vhvOJ1P7ZTwDHz6MP03n439GX4aLRbP8Yz5dzVrrP8fLz9OPzbpyXy5L78NPy/G8duVWtSe3rB25ZeXHraybTeFDLviPvDv16h7awmQ3dCaFdlc7uLm9VqCRQmYwPleeN8GbbrEZC6OO5ZEhqf588eLr7noaRVEijjFTGFkE7in78Nij57pH0Suls7eV8bFXKva1Yp7nY+XQY15EzcYjunjc9Qd8NCg0l8J1Gkv0Z4PVpL8KSrqeojlI6m2Z1DZp6hshBPeD4NRqF0VA4YNT06oKkmBU91XLy1UCIdAZIyOZFGEQnFhuDlJxcywClvGrJOeYSWVmUhmWeM6XRas42yau6pU7d+M7lif0lg7GZPrK3ayybR4KGYJf2hP3akTXFPostfGoYh4TsUfIvFd85wnEGOPXpHgOr3cJuMEVYyr7ylpl1qjPJZFkQ6WKchd3fYItMoVqmFOp15v25wVx1aXeNqqJVyZkKW0lyhrRMADUW+dNlx5XreW879WUqUWlak8lbxuyOIpvWn3nqZZQbzddxo0U7b7SWNVvoFxfDE8X+DoAlULtYtTS3EqpUWQY3Aze9W5veoPflrfvw8Hb8O2g/+79r3/DuQo3h8tKV+LVqFVLoLnYybagtJn8BM0r2gxnEy+WUZ6iMHYoKjWLRVazytos8owOEZVTxullabfz+xW9fEh4hEJj6/gwY9EBvUH/hjKwL5OYEwbBw8NDn9mvfan2QXlUB18mo/HdYtyjI9QnUWmH/pf+7U3/1rZxqU3KRBvlkyrVPY4YfDRBljBue6rFdSoVZw33A/AhvBhlnbewNSFvfDiQVIVrOJ22TONKJUVB2z9yJFasN42GWD7FXNP/jTRfgKs7Bryal53ntXc2k3fCr+YYcWyRFPySvq3zNKj/HIazWvwMiJaDguTvgCxG1XplIxe3tyQ/jYermZ1ycCeGUYSZadlSlz3rJOVPom35UyGVMZkp9kCDHHuAEL7BNwIpbfpW7Oz+CRIm9jnbk70LS3//AcKDpPw=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},E=void 0,b={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:"eJydV9uO2zYQ/RVhnpJAtnadNEX1VMdxGgPp2vHloXWMgpbGNlOJVEhqdw1D/14MqZtt7W6RfVpSw5kzw8Mz4xMYttcQrsGgNj1uMO0xfRRRL5LCKJkkqGDjg8xQMcOlmMQQgjZMmdGBJ/HEYLrSXOxn08USfMiYYikaVOTzBIKlCCHtojBkCz5wYXfMAXyIUUeKZ+T40kzhj5wrjCE0KkcfdHTAlEF4AnPM0IJQXOyhKPwmjpLfMTJ3tHo20Jnd/4+0ccaozQcZH8ni3K+tyxK1zWH+FXygKqIwZMqyLOGRLWLwXZP9qR2Km4RiLa5cNPDWkLBcRIdVzmPwXdJ+GZTb/y3gjV8Bl1tKk65F0QUajtoiMUbxbW7cqrRlSrEjVc1gqtuICMiwPmEhPe/+Xzx2FM8HfdR0tc2nrZQJMgE+4CNLM4q2Y4nGwod7luTYdQVFQUWNcY67ziBnF9Lx/cD0wjCjO2AUfru+V4cvSbRaTT56cuc51nruKDlxZOyI3X4cL9d9VlnPUctcRXjBBSrzi1f91F08W1+FRh27C2Q/TbtL3xCxo3Y7qVJmIISYGewZsip8KzojpnHSUe+iyu3aGYo8pRIsVpPlGHxYLKfzv8CH5diK0GI0vhvOJ1P7ZTwDHz6MP03n439GX4aLRbP8Yz5dzVrrP8fLz9OPzbpyXy5L78NPy/G8duVWtSe3rB25ZeXHraybTeFDLviPvDv16h7awmQ3dCaFdlc7uLm9VqCRQmYwPleeN8GbbrEZC6OO5ZEhqf588eLr7noaRVEijjFTGFkE7in78Nij57pH0Suls7eV8bFXKva1Yp7nY+XQY15EzcYjunjc9Qd8NCg0l8J1Gkv0Z4PVpL8KSrqeojlI6m2Z1DZp6hshBPeD4NRqF0VA4YNT06oKkmBU91XLy1UCIdAZIyOZFGEQnFhuDlJxcywClvGrJOeYSWVmUhmWeM6XRas42yau6pU7d+M7lif0lg7GZPrK3ayybR4KGYJf2hP3akTXFPostfGoYh4TsUfIvFd85wnEGOPXpHgOr3cJuMEVYyr7ylpl1qjPJZFkQ6WKchd3fYItMoVqmFOp15v25wVx1aXeNqqJVyZkKW0lyhrRMADUW+dNlx5XreW879WUqUWlak8lbxuyOIpvWn3nqZZQbzddxo0U7b7SWNVvoFxfDE8X+DoAlULtYtTS3EqpUWQY3Aze9W5veoPflrfvw8Hb8O2g/+79r3/DuQo3h8tKV+LVqFVLoLnYybagtJn8BM0r2gxnEy+WUZ6iMHYoKjWLRVazytos8owOEZVTxullabfz+xW9fEh4hEJj6/gwY9EBvUH/hjKwL5OYEwbBw8NDn9mvfan2QXlUB18mo/HdYtyjI9QnUWmH/pf+7U3/1rZxqU3KRBvlkyrVPY4YfDRBljBue6rFdSoVZw33A/AhvBhlnbewNSFvfDiQVIVrOJ22TONKJUVB2z9yJFasN42GWD7FXNP/jTRfgKs7Bryal53ntXc2k3fCr+YYcWyRFPySvq3zNKj/HIazWvwMiJaDguTvgCxG1XplIxe3tyQ/jYermZ1ycCeGUYSZadlSlz3rJOVPom35UyGVMZkp9kCDHHuAEL7BNwIpbfpW7Oz+CRIm9jnbk70LS3//AcKDpPw=",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"}},q={},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 child test item"})}),"\n",(0,i.jsx)(c(),{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)(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)(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)(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)(d(),{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)(x(),{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)(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)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1f0e952.de0e3a43.js b/assets/js/e1f0e952.ad99d270.js similarity index 98% rename from assets/js/e1f0e952.de0e3a43.js rename to assets/js/e1f0e952.ad99d270.js index 6dbf6bec6..cfa1e0b1c 100644 --- a/assets/js/e1f0e952.de0e3a43.js +++ b/assets/js/e1f0e952.ad99d270.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-29T09:53:45.210Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.210Z",\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-29T16:23:32.498Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.498Z",\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.4ee07d24.js b/assets/js/e888b9cf.4ee07d24.js new file mode 100644 index 000000000..dd2355c89 --- /dev/null +++ b/assets/js/e888b9cf.4ee07d24.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[85080],{92002:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>T,contentTitle:()=>S,default:()=>R,frontMatter:()=>v,metadata:()=>b,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),o=(a(82723),a(9487)),c=a.n(o),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 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:"eJyFV9uS2jgQ/RVXPyUpgQdyqVo/LZmQDVXZQAw87BIqJewGnLUlR5JnhqL871st+QZ4knmi5Vb36dbRac0ZDD9oCDZgUJtBYjAbRFIYJdMUFWwZyBwVN4kUsxgC0IYrE0ppZgaztU7EYTFfrr6PgEHOFc/QoKJwZxA8QwggV/IHRuYLWQwSQUvcHIFBjDpSSU6hb/wU/iwShTEERhXIQEdHzDgEZzCnHC0OlYgDlOXWOaM272V8Io/LuBbwCrUFHH4FBlQeCkOuPM/TJLLV+T80+Z+7qRKTUq7lTYgW3gZSXojouC6SGJgrmlVJE/vbAt6yGrjcUZnULkWdNQlqi8QYlewK46zKlyvFT9Q1g5nuIiIgk2aHhfTr8P/hqad5DPRJG8w6n3ZSpsgFMMAnnuWUbc9TjSWDB54W2HcEZUlNjTHEfW+SiwPp+X7kemm40T0wStbt783maxKt17MPntx7OVcojOe2UhBHxp7cXdL+vu+L2jtELQsV4RUXqM2/PernzuKX/VVo1Km/QfbTvL/1LRF7ereXKuMGAoi5wYEhr5JZHbjnGmc9/S7r2m6DoSgyasFyPVtNgcFyNQ//AQar6XJF5v30yyScze2X6QIYvJ9+nIfT7/efJ8tla/4VzteLjv33dPVp/qG16/CVWUWffFxNwyaUs5pIzmwCObOO4ywbZlsyKETys+gvvT6HrjDZBZ1Lod3Rju9Gtwp0r5AbjC+V55X/ql9spsKoU7Vlok8iCpe/vd19V6MsK8Qx5goji8BdZQZPA7quBxSDSjoHOxmfBpVi3yrmZT1WDj3uKSmNR2zx6J5YxTAodCKFGwCW57/M1XD+JifJeobmKGnm5FLbmmlsBOA/jPxzZ1qUfpVeo3qoh0+hUgiA3IyMZFoGvn/mhTlKlZhT6fM8uSkrxFwqs5DK8NRzsSxAlfBd6vpch3NnvOdFSrfnaEyub8Itat/2apAjsMqf2NYguiXNJ6mNR03yuIg9Qua9SPaeQIwxfkka5/B614BbXDFmcqisV26dhokkWmypVVHh8m7OsEOuUE0K6u5m2/28JHa60rtODdWqgiyJrShZJyDW0TQN27k8rYfJ5aRrWNLISD2QKqa2/HCk3nYmzXNDoFlu54p7RHQnSevVsL6yr54xV/h6AFXS7HI0YtwpqdVgGN+N3wxGd4PxH6vRu2D8Ong9Hr559/ZfuNTddnPV6VquWn3qSHIi9rIrIV0mP0PzmjaTxcyLZVRkKIx9BlUqxSOrUlVvlkVOm4jKGU/oZmm38ucNvRikSYRCY2f7JOfREb3x8I4qsDeTmBP4/uPj45Dbr0OpDn61VfufZ/fTL8vpgLbQZESlHfq3w9HdcGQHt9Qm46KL8jld6n9/GHwyfp7yxA5RC+tcacwGHuhBG1y9XSnalsGR5CjYwPm84xrXKi1LWv5ZINFgs21FwxIoTjT9btX3Ck4zFOBFWA2Xl95l5l7E9VtFnDq0BFYRthugJK05Io9RdSh97/IOVhSnjXDzJC5ZvWMSRZibji8NsQulpv8FgMGueolnMiY3xR/pncQfIYBv8I1ASlu+VRa7foaUi0PBD+Tv0tLf/9mRSAY=",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-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:"eJyFV9uS2jgQ/RVXPyUpgQdyqVo/LZmQDVXZQAw87BIqJewGnLUlR5JnhqL871st+QZ4knmi5Vb36dbRac0ZDD9oCDZgUJtBYjAbRFIYJdMUFWwZyBwVN4kUsxgC0IYrE0ppZgaztU7EYTFfrr6PgEHOFc/QoKJwZxA8QwggV/IHRuYLWQwSQUvcHIFBjDpSSU6hb/wU/iwShTEERhXIQEdHzDgEZzCnHC0OlYgDlOXWOaM272V8Io/LuBbwCrUFHH4FBlQeCkOuPM/TJLLV+T80+Z+7qRKTUq7lTYgW3gZSXojouC6SGJgrmlVJE/vbAt6yGrjcUZnULkWdNQlqi8QYlewK46zKlyvFT9Q1g5nuIiIgk2aHhfTr8P/hqad5DPRJG8w6n3ZSpsgFMMAnnuWUbc9TjSWDB54W2HcEZUlNjTHEfW+SiwPp+X7kemm40T0wStbt783maxKt17MPntx7OVcojOe2UhBHxp7cXdL+vu+L2jtELQsV4RUXqM2/PernzuKX/VVo1Km/QfbTvL/1LRF7ereXKuMGAoi5wYEhr5JZHbjnGmc9/S7r2m6DoSgyasFyPVtNgcFyNQ//AQar6XJF5v30yyScze2X6QIYvJ9+nIfT7/efJ8tla/4VzteLjv33dPVp/qG16/CVWUWffFxNwyaUs5pIzmwCObOO4ywbZlsyKETys+gvvT6HrjDZBZ1Lod3Rju9Gtwp0r5AbjC+V55X/ql9spsKoU7Vlok8iCpe/vd19V6MsK8Qx5goji8BdZQZPA7quBxSDSjoHOxmfBpVi3yrmZT1WDj3uKSmNR2zx6J5YxTAodCKFGwCW57/M1XD+JifJeobmKGnm5FLbmmlsBOA/jPxzZ1qUfpVeo3qoh0+hUgiA3IyMZFoGvn/mhTlKlZhT6fM8uSkrxFwqs5DK8NRzsSxAlfBd6vpch3NnvOdFSrfnaEyub8Itat/2apAjsMqf2NYguiXNJ6mNR03yuIg9Qua9SPaeQIwxfkka5/B614BbXDFmcqisV26dhokkWmypVVHh8m7OsEOuUE0K6u5m2/28JHa60rtODdWqgiyJrShZJyDW0TQN27k8rYfJ5aRrWNLISD2QKqa2/HCk3nYmzXNDoFlu54p7RHQnSevVsL6yr54xV/h6AFXS7HI0YtwpqdVgGN+N3wxGd4PxH6vRu2D8Ong9Hr559/ZfuNTddnPV6VquWn3qSHIi9rIrIV0mP0PzmjaTxcyLZVRkKIx9BlUqxSOrUlVvlkVOm4jKGU/oZmm38ucNvRikSYRCY2f7JOfREb3x8I4qsDeTmBP4/uPj45Dbr0OpDn61VfufZ/fTL8vpgLbQZESlHfq3w9HdcGQHt9Qm46KL8jld6n9/GHwyfp7yxA5RC+tcacwGHuhBG1y9XSnalsGR5CjYwPm84xrXKi1LWv5ZINFgs21FwxIoTjT9btX3Ck4zFOBFWA2Xl95l5l7E9VtFnDq0BFYRthugJK05Io9RdSh97/IOVhSnjXDzJC5ZvWMSRZibji8NsQulpv8FgMGueolnMiY3xR/pncQfIYBv8I1ASlu+VRa7foaUi0PBD+Tv0tLf/9mRSAY=",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"}},T={},E=[{value:"Request",id:"request",level:2}];function q(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)(c(),{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)(c(),{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)(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)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/e888b9cf.6ae947a9.js b/assets/js/e888b9cf.6ae947a9.js deleted file mode 100644 index 722168218..000000000 --- a/assets/js/e888b9cf.6ae947a9.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[85080],{92002:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>S,contentTitle:()=>q,default:()=>T,frontMatter:()=>f,metadata:()=>E,toc:()=>b});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),o=i.n(n),m=(i(82723),i(9487)),c=i.n(m),d=i(41429),p=i.n(d),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),v=i(9472),g=i.n(v),y=(i(1176),i(12005),i(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:"eJyFV9+P2jgQ/leieWqrQGCvq1PzdHRLr0i9wgV4uKOoMskA7iV21nZ2i1D+99PY+QVk231inPHMN+PP33jPYNhBQ7gBg9oMuMFsEEthlExTVLD1QeaomOFSzBIIQRumTCSlmRnM1pqLw2K+XH0bgw85UyxDg4rCnUGwDCGEXMnvGJsvZPnABS0xcwQfEtSx4jmFvvFT+FhwhQmERhXog46PmDEIz2BOOVociosDlOXWOaM272VyIo/LuBbwCrUFHP0NPlB5KAy5sjxPeWyrC75r8j93U3GTUq7lTYgW3gZSVoj4uC54Ar4r2q+ScvvbAt76NXC5ozKpXYo6azhqi8QYxXeFcVbly5RiJ+qawUx3ERGQSbPDQvp5+P/w1NM8H/RJG8w6n3ZSpsgE+IA/WJZTtj1LNZY+PLG0wL4jKEtqaoIR7nuTXBxIz/cj00vDjO6BUfrd/t5svibRej374Mm9lzOFwnhuKwVxZOzJ3SXtr/u+qL0j1LJQMV5xgdr8y6N+6Sx+2l+FRp36G2Q/zftb3xKxp3d7qTJmIISEGRwY8ip9qwMPTOOsp99lXdttMBRFRi1YrmerKfiwXM2jf8CH1XS5IvNh+mUSzeb2y3QBPryffpxH028PnyfLZWv+Gc3Xi47913T1af6htevwlVlFn3xcTaMmlLOaSM5sAjmzjuMsG2Zb+lAI/lj0l16fQ1eY7ILOpdDuaO9G41sFelDIDCaXyvMmeNMvNlNh1KnaMtEnEUfLX97uvqtRlhXiBHOFsUXgrrIPPwZ0XQ8oBpV0DnYyOQ0qxb5VzMt6rBx6zFNSGo/Y4tE9sYphUGguhRsAluc/zdVw/iYnyXqG5ihp5uRS25ppbIQQPI2Dc2dalEGVXqN6qodPoVIIgdyMjGVahkFwZoU5SsXNqQxYzm/KijCXyiykMiz1XCwLUHG2S12f63DujPesSOn2HI3J9U24Re3bXg1yBL/yJ7Y1iG5J80lq41GTPCYSj5B5r/jeE4gJJq9J4xxe7xpwiyvBTA6V9cqt05BLosWWWhUXLu/mDDtkCtWkoO5utt3PS2KnK73r1FCtKsiS2IqSdQJiHU3TqJ3L03qYXE66hiWNjNQDqWJqyw9H6m1n0rw0BJrldq64R0R3krReDesr++oZc4WvB1AlzS5HI8adkloNhrvR3dvBeDS4e7cavQvvfwvf3g/Hv7/7Fy51t91cdbqWq1afOpLMxV52JaTL5BdoXtNmsph5iYyLDIWxz6BKpVhsVarqzbLIaRNROWOcbpZ2K3/c0MuHlMcoNHa2T3IWH9G7G46oAnsziTlhEDw/Pw+Z/TqU6hBUW3XwefYw/bKcDmgLTUZU2qG/H45Hw7Ed3FKbjIkuypd0qf/9YfCHCfKUcTtELaxzpTEbeKIHbXj1dqVoWx+OJEfhBs7nHdO4VmlZ0vJjgUSDzbYVDUughGv63arvFZxmKMCrqBour73LzL2I67eKOHVoCX5F2G6AkrTmiCxB1aH0g8s7WFGcNsLNk7j06x2TOMbcdHxpiF0oNf0vAD7sqpd4JhNyU+yZ3knsGUL4Cl8JpLTlW2Wx62dImTgU7ED+Li39/Q/720gR",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-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:"eJyFV9+P2jgQ/leieWqrQGCvq1PzdHRLr0i9wgV4uKOoMskA7iV21nZ2i1D+99PY+QVk231inPHMN+PP33jPYNhBQ7gBg9oMuMFsEEthlExTVLD1QeaomOFSzBIIQRumTCSlmRnM1pqLw2K+XH0bgw85UyxDg4rCnUGwDCGEXMnvGJsvZPnABS0xcwQfEtSx4jmFvvFT+FhwhQmERhXog46PmDEIz2BOOVociosDlOXWOaM272VyIo/LuBbwCrUFHP0NPlB5KAy5sjxPeWyrC75r8j93U3GTUq7lTYgW3gZSVoj4uC54Ar4r2q+ScvvbAt76NXC5ozKpXYo6azhqi8QYxXeFcVbly5RiJ+qawUx3ERGQSbPDQvp5+P/w1NM8H/RJG8w6n3ZSpsgE+IA/WJZTtj1LNZY+PLG0wL4jKEtqaoIR7nuTXBxIz/cj00vDjO6BUfrd/t5svibRej374Mm9lzOFwnhuKwVxZOzJ3SXtr/u+qL0j1LJQMV5xgdr8y6N+6Sx+2l+FRp36G2Q/zftb3xKxp3d7qTJmIISEGRwY8ip9qwMPTOOsp99lXdttMBRFRi1YrmerKfiwXM2jf8CH1XS5IvNh+mUSzeb2y3QBPryffpxH028PnyfLZWv+Gc3Xi47913T1af6htevwlVlFn3xcTaMmlLOaSM5sAjmzjuMsG2Zb+lAI/lj0l16fQ1eY7ILOpdDuaO9G41sFelDIDCaXyvMmeNMvNlNh1KnaMtEnEUfLX97uvqtRlhXiBHOFsUXgrrIPPwZ0XQ8oBpV0DnYyOQ0qxb5VzMt6rBx6zFNSGo/Y4tE9sYphUGguhRsAluc/zdVw/iYnyXqG5ihp5uRS25ppbIQQPI2Dc2dalEGVXqN6qodPoVIIgdyMjGVahkFwZoU5SsXNqQxYzm/KijCXyiykMiz1XCwLUHG2S12f63DujPesSOn2HI3J9U24Re3bXg1yBL/yJ7Y1iG5J80lq41GTPCYSj5B5r/jeE4gJJq9J4xxe7xpwiyvBTA6V9cqt05BLosWWWhUXLu/mDDtkCtWkoO5utt3PS2KnK73r1FCtKsiS2IqSdQJiHU3TqJ3L03qYXE66hiWNjNQDqWJqyw9H6m1n0rw0BJrldq64R0R3krReDesr++oZc4WvB1AlzS5HI8adkloNhrvR3dvBeDS4e7cavQvvfwvf3g/Hv7/7Fy51t91cdbqWq1afOpLMxV52JaTL5BdoXtNmsph5iYyLDIWxz6BKpVhsVarqzbLIaRNROWOcbpZ2K3/c0MuHlMcoNHa2T3IWH9G7G46oAnsziTlhEDw/Pw+Z/TqU6hBUW3XwefYw/bKcDmgLTUZU2qG/H45Hw7Ed3FKbjIkuypd0qf/9YfCHCfKUcTtELaxzpTEbeKIHbXj1dqVoWx+OJEfhBs7nHdO4VmlZ0vJjgUSDzbYVDUughGv63arvFZxmKMCrqBour73LzL2I67eKOHVoCX5F2G6AkrTmiCxB1aH0g8s7WFGcNsLNk7j06x2TOMbcdHxpiF0oNf0vAD7sqpd4JhNyU+yZ3knsGUL4Cl8JpLTlW2Wx62dImTgU7ED+Li39/Q/720gR",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"}},S={},b=[{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 root test item"})}),"\n",(0,a.jsx)(o(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,a.jsx)(s.p,{children:"Start a root 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.jsx)("ul",{children:(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)(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:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(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:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!0,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:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(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:!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)(u(),{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)(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)(u(),{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)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(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/e98178f6.75f4c495.js b/assets/js/e98178f6.edbfd060.js similarity index 99% rename from assets/js/e98178f6.75f4c495.js rename to assets/js/e98178f6.edbfd060.js index 982bae91f..7c8848ddd 100644 --- a/assets/js/e98178f6.75f4c495.js +++ b/assets/js/e98178f6.edbfd060.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-29T09:53:45.234Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-29T09:53:45.234Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:45.234Z",\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-29T16:23:32.525Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-29T16:23:32.525Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:32.525Z",\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.359d4ca3.js b/assets/js/ea798e5d.5448cf0d.js similarity index 99% rename from assets/js/ea798e5d.359d4ca3.js rename to assets/js/ea798e5d.5448cf0d.js index f5a97f827..b64e39a66 100644 --- a/assets/js/ea798e5d.359d4ca3.js +++ b/assets/js/ea798e5d.5448cf0d.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-29T09:53:43.059Z",\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-29T09:53:43.059Z",\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-29T09:53:43.059Z",\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-29T16:23:30.326Z",\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-29T16:23:30.326Z",\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-29T16:23:30.326Z",\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.4577a512.js b/assets/js/ef389cd6.c7700bf3.js similarity index 98% rename from assets/js/ef389cd6.4577a512.js rename to assets/js/ef389cd6.c7700bf3.js index a21c023be..1cd45ea4e 100644 --- a/assets/js/ef389cd6.4577a512.js +++ b/assets/js/ef389cd6.c7700bf3.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-29T09:53:42.977Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.977Z",\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-29T16:23:30.232Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.232Z",\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.4d7fc361.js b/assets/js/f0f5300a.62b15b55.js similarity index 73% rename from assets/js/f0f5300a.4d7fc361.js rename to assets/js/f0f5300a.62b15b55.js index 0817f789a..a2b68a803 100644 --- a/assets/js/f0f5300a.4d7fc361.js +++ b/assets/js/f0f5300a.62b15b55.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16688],{43793:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>D,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)),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),y=a.n(g),f=(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:"eJzlV9tuGzcQ/ZXFPCXBSisrSQHvU5XYbY3m4vryUkUoqOVIYrpLbsihLxD234vhXrSy1oYN5K16kqiZ4eHMmeHhFkisHaRzyIXX2WaUGU3W5DlaWMRgSrSClNFnElIo0K7xU7BDd+2UXp9/vbz65whiKIUVBRJajrUFLQqEFEprvmNGX/hXDErzkqANxCDRZVaVHPrAzuIPryxKSMl6jMFlGywEpFug+5LDOrJKr6GqFrUxOvpg5D1b7Mf9zICjvEEcNbbRko1j4KOiJnYTZZmrLJw0+e7Yd9vfVlGObbj2/Bd/7UGdA94RannpFaE76cGIoQUAcZ2YRdyexCz53Jw/y6kmhS7AIbJq6an+1dgKawXDVoSF68M6IyxmrccFOuNtxnl8eo9/8X4gpTHciNzjULKr6kHZBpxRyytVDLjHsDK2EAQpSEE4IrZih0eStguwNCZHodm4y+NTSanXlSZco+3vqzT98g74FIHHV8HwECdqX3A5P8wuzz5CDCenp+ewYC8jn3Q4Of1tdv3pKrh8uP49+NR9MJAoR8LSS1JV53+/NcKCK412dU6mk8lhD3z9c5/qb5I3w+yuid3jT5/cSrbkjUH7YhlSuztE+E6eGe69ks9guBb5PU+QZ9SyY2DMfWrNnSoE4YmvJ1PPsAO2S6DxyzwQ7f/TUhvhLpCs2jtpr4uUfFafcLs5+mykWimUz9++QBJSUH9eD6er+tk91ZT/eYczt3rPdhfGovWPDKAXd23dF8qRyvb4ddmtPptcEleYkRtKq5BSMX9Efr7n8kK74XS9nULgKd5h5tn7Z4euuuExVI0wTgZbp+me0mImiBm6ErnDGO5GmZG4Rj1q7vsR3/ejRpIUB3f4kGRwSJFZRa7ELNB/pyGUjjJTFEZHRnPRwgXm6rTMmxHwJIRuHBxAYTlTIG0Ma63SuMABlkspJDdHybankqqkBpSEGDx+0d604svbHFJgczKZyas0SbbC08ZYRfdVIkp1cOoLLI2lc2NJ5FEdKwC1SizzupJtuIaLwudcxQ1R6Q7Cnbe2u05mQ4gbe27jDtHhlfWHcRRxsiKhZcTIoldqFWlEifI1F6bGGz0EvMMlsTBjG6zKYDRWhlmz4FRlvt53voUlCot25jnL8wX/zfLvYicqT+9EUeb4UJV1pe7av61qy9DFw6T0hlsz0WE6mb4bHU1G0+OryXH6/m36bjo+nh79DU8Io1oT76TQfLLYUzSdcKlna2+ENh3Q4ehNs8eR8IWhV6Y/vPpkeYRJbWVm52eRNJkvUJNo1DBrEZEFLdIguvQlO/GpC6GYvK5e+fWggjHkKkPtsOc+K0W2wWg6nrD8CORnmqVJcnt7Oxbh37Gx66Rxdcmns4+nXy5PR+zC9zNaV6N/Pz46qte4/wqhe9u8dDIMX+yEd5SUuVDhQglot02Xz+GGn1Lp/muojg9NjVlZbXg0pHPYbpfC4bXNq4qXf3i0TOrFrnEDT6Vy/H03IB8A67QhvLpoFN/raB/DIPZWQ+n7HvshbvqiH6Dift+gkHzjdp3zsd53FGi7i3DwFKvi1mOWZVhSz5a17N7U5PcoxLBsXoNNC1hxy3JW3EIK3+AbgzRld5WF9S3kQq+9WLN9vS1//gN4ICwD",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=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:"eJzlV9tuGzcQ/ZXFPCXBSisrSQHvU5XYbY3m4vryUkUoqOVIYrpLbsihLxD234vhXrSy1oYN5K16kqiZ4eHMmeHhFkisHaRzyIXX2WaUGU3W5DlaWMRgSrSClNFnElIo0K7xU7BDd+2UXp9/vbz65whiKIUVBRJajrUFLQqEFEprvmNGX/hXDErzkqANxCDRZVaVHPrAzuIPryxKSMl6jMFlGywEpFug+5LDOrJKr6GqFrUxOvpg5D1b7Mf9zICjvEEcNbbRko1j4KOiJnYTZZmrLJw0+e7Yd9vfVlGObbj2/Bd/7UGdA94RannpFaE76cGIoQUAcZ2YRdyexCz53Jw/y6kmhS7AIbJq6an+1dgKawXDVoSF68M6IyxmrccFOuNtxnl8eo9/8X4gpTHciNzjULKr6kHZBpxRyytVDLjHsDK2EAQpSEE4IrZih0eStguwNCZHodm4y+NTSanXlSZco+3vqzT98g74FIHHV8HwECdqX3A5P8wuzz5CDCenp+ewYC8jn3Q4Of1tdv3pKrh8uP49+NR9MJAoR8LSS1JV53+/NcKCK412dU6mk8lhD3z9c5/qb5I3w+yuid3jT5/cSrbkjUH7YhlSuztE+E6eGe69ks9guBb5PU+QZ9SyY2DMfWrNnSoE4YmvJ1PPsAO2S6DxyzwQ7f/TUhvhLpCs2jtpr4uUfFafcLs5+mykWimUz9++QBJSUH9eD6er+tk91ZT/eYczt3rPdhfGovWPDKAXd23dF8qRyvb4ddmtPptcEleYkRtKq5BSMX9Efr7n8kK74XS9nULgKd5h5tn7Z4euuuExVI0wTgZbp+me0mImiBm6ErnDGO5GmZG4Rj1q7vsR3/ejRpIUB3f4kGRwSJFZRa7ELNB/pyGUjjJTFEZHRnPRwgXm6rTMmxHwJIRuHBxAYTlTIG0Ma63SuMABlkspJDdHybankqqkBpSEGDx+0d604svbHFJgczKZyas0SbbC08ZYRfdVIkp1cOoLLI2lc2NJ5FEdKwC1SizzupJtuIaLwudcxQ1R6Q7Cnbe2u05mQ4gbe27jDtHhlfWHcRRxsiKhZcTIoldqFWlEifI1F6bGGz0EvMMlsTBjG6zKYDRWhlmz4FRlvt53voUlCot25jnL8wX/zfLvYicqT+9EUeb4UJV1pe7av61qy9DFw6T0hlsz0WE6mb4bHU1G0+OryXH6/m36bjo+nh79DU8Io1oT76TQfLLYUzSdcKlna2+ENh3Q4ehNs8eR8IWhV6Y/vPpkeYRJbWVm52eRNJkvUJNo1DBrEZEFLdIguvQlO/GpC6GYvK5e+fWggjHkKkPtsOc+K0W2wWg6nrD8CORnmqVJcnt7Oxbh37Gx66Rxdcmns4+nXy5PR+zC9zNaV6N/Pz46qte4/wqhe9u8dDIMX+yEd5SUuVDhQglot02Xz+GGn1Lp/muojg9NjVlZbXg0pHPYbpfC4bXNq4qXf3i0TOrFrnEDT6Vy/H03IB8A67QhvLpoFN/raB/DIPZWQ+n7HvshbvqiH6Dift+gkHzjdp3zsd53FGi7i3DwFKvi1mOWZVhSz5a17N7U5PcoxLBsXoNNC1hxy3JW3EIK3+AbgzRld5WF9S3kQq+9WLN9vS1//gN4ICwD",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 E(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)(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-29T09:53:43.081Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T09:53:43.081Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T09:53:43.081Z",\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)(E,{...e})}):E(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:()=>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)),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),y=a(9472),f=a.n(y),g=(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:"eJzlV9uO4zYM/RWDT7sLJ04y20Xrp2YubQfdSzqXl2aDQrGYRFtb8kr0XBD43wvKlzgTzyAD7FvzlCgkdUQeUkdbILF2EM8hFYVONoPEaLImTdHCIgSToxWkjL6UEEOGdo0fvR26W6f0evbl+uafMYSQCysyJLQcawtaZAgx5NZ8w4Q+868QlOYlQRsIQaJLrMo59IGdxe+FsighJltgCC7ZYCYg3gI95hzWkVV6DWW5qIzR0amRj2yxH/cTAw7SGnFQ2wZLNg6Bj4qa2E3keaoSf9Lom2PfbXdbRSk24ZrzX/21B3UO+ECo5XWhCN15B0YIDQAIq8QswuYkZsnn5vxZTjUpdB4OkVXLgqpfta2wVjBsRZi5LqxLwmzaeFyhM4VNOI8v7/EvPvakNIQ7kRbYl+yyfFK2HmfU8kZlPe4hrIzNBEEMUhAOiK3Y4Zmk7QIsjUlRaDZu8/hSUqp1pQnXaLv7Kk0f3gOfwvP4xhse4kRdZFzO0+n15RmEcH5xMYMFexn5osP5xW/T24833uX09nfvU/VBT6IcCUuvSVWV//3W8AsuN9pVOZmMRoc98OXPfaq/i971s7sidoc/XXIr2ZA3BF1kS5/a3SH8dyqY4UWh5BEM1yJ95AlyRC1bBobcp9Y8qEwQnhfVZOoYtsB2CTTFMvVE+/+01Ea4KySr9k7a6SIlj+oTbjdHn4xUK4Xy+O0zJCEFded1f7rKH91TdfmPO5y513u2uzAWbfHMAHp111Z9oRypZI9f1+3q0eSSuMKEXF9ahZSK+SPS2Z7LK+3603UyAc9TfMCkYO8fHbpsh0dfNfw46W2duntyi4kgZuhKpA5DeBgkRuIa9aC+7wd83w9qSZId3OF9ksEhBWYVuBwTT/+dhlA6SEyWGR0YzUXzF5ir0jKvR8CLENpxcACF5UyGtDGstXLjPAdYLsUQ3Y2jbUcllVEFKPIxePyivWvEV2FTiIHNySQmLeMo2oqCNsYqeiwjkauDU19hbizNjCWRBlUsD9QqsUyrSjbhai6KIuUqbohydxBu1tjuOpkNIaztuY1bRIdX1h/GUcDJCoSWASML3qhVoBElyrdcmApv8BTwDpfEzAytt8q90VAZZs2CU5UU1b7zLSxRWLTTgrM8X/DfLP+udqLy4kFkeYpPVVlb6rb9m6o2DF08TUpnuNUTHSajyfvBeDSY/HIz/hBPTuKT0XD88+hveEEYVZp4J4Xmo8WeommFSzVbOyO07oAWR2eaPY+ELwy9Mt3h1SXLM0xqKjOdXQbSJEWGmkSthlmLiMRrkRrRdZGzE586E4rJ66qVXw8qGEKqEtQOO+7TXCQbDCbDEcsPT36mWRxF9/f3Q+H/HRq7jmpXF328PLv4fH0xYBe+n9G6Cv1Pw/G4WuP+y4TubPPaydB/sRM+UJSnQvkLxaPd1l0+hzt+SsX7r6EqPtQ1ZmW14dEQz2G7XQqHtzYtS17+XqBlUi92jet5KpXj77sB+QRYqw3hzVWt+N4G+xh6sTcaSj922A9h3RfdACX3+waF5Bu37Zyzat+Bp+0uwsFTrAwbj2mSYE4dW9aye1OT36MQwrJ+DdYtYMU9y1lxDzF8ha8M0uTtVebXt5AKvS7Emu2rbfnzHy+YK+0=",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-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:"eJzlV9uO4zYM/RWDT7sLJ04y20Xrp2YubQfdSzqXl2aDQrGYRFtb8kr0XBD43wvKlzgTzyAD7FvzlCgkdUQeUkdbILF2EM8hFYVONoPEaLImTdHCIgSToxWkjL6UEEOGdo0fvR26W6f0evbl+uafMYSQCysyJLQcawtaZAgx5NZ8w4Q+868QlOYlQRsIQaJLrMo59IGdxe+FsighJltgCC7ZYCYg3gI95hzWkVV6DWW5qIzR0amRj2yxH/cTAw7SGnFQ2wZLNg6Bj4qa2E3keaoSf9Lom2PfbXdbRSk24ZrzX/21B3UO+ECo5XWhCN15B0YIDQAIq8QswuYkZsnn5vxZTjUpdB4OkVXLgqpfta2wVjBsRZi5LqxLwmzaeFyhM4VNOI8v7/EvPvakNIQ7kRbYl+yyfFK2HmfU8kZlPe4hrIzNBEEMUhAOiK3Y4Zmk7QIsjUlRaDZu8/hSUqp1pQnXaLv7Kk0f3gOfwvP4xhse4kRdZFzO0+n15RmEcH5xMYMFexn5osP5xW/T24833uX09nfvU/VBT6IcCUuvSVWV//3W8AsuN9pVOZmMRoc98OXPfaq/i971s7sidoc/XXIr2ZA3BF1kS5/a3SH8dyqY4UWh5BEM1yJ95AlyRC1bBobcp9Y8qEwQnhfVZOoYtsB2CTTFMvVE+/+01Ea4KySr9k7a6SIlj+oTbjdHn4xUK4Xy+O0zJCEFded1f7rKH91TdfmPO5y513u2uzAWbfHMAHp111Z9oRypZI9f1+3q0eSSuMKEXF9ahZSK+SPS2Z7LK+3603UyAc9TfMCkYO8fHbpsh0dfNfw46W2duntyi4kgZuhKpA5DeBgkRuIa9aC+7wd83w9qSZId3OF9ksEhBWYVuBwTT/+dhlA6SEyWGR0YzUXzF5ir0jKvR8CLENpxcACF5UyGtDGstXLjPAdYLsUQ3Y2jbUcllVEFKPIxePyivWvEV2FTiIHNySQmLeMo2oqCNsYqeiwjkauDU19hbizNjCWRBlUsD9QqsUyrSjbhai6KIuUqbohydxBu1tjuOpkNIaztuY1bRIdX1h/GUcDJCoSWASML3qhVoBElyrdcmApv8BTwDpfEzAytt8q90VAZZs2CU5UU1b7zLSxRWLTTgrM8X/DfLP+udqLy4kFkeYpPVVlb6rb9m6o2DF08TUpnuNUTHSajyfvBeDSY/HIz/hBPTuKT0XD88+hveEEYVZp4J4Xmo8WeommFSzVbOyO07oAWR2eaPY+ELwy9Mt3h1SXLM0xqKjOdXQbSJEWGmkSthlmLiMRrkRrRdZGzE586E4rJ66qVXw8qGEKqEtQOO+7TXCQbDCbDEcsPT36mWRxF9/f3Q+H/HRq7jmpXF328PLv4fH0xYBe+n9G6Cv1Pw/G4WuP+y4TubPPaydB/sRM+UJSnQvkLxaPd1l0+hzt+SsX7r6EqPtQ1ZmW14dEQz2G7XQqHtzYtS17+XqBlUi92jet5KpXj77sB+QRYqw3hzVWt+N4G+xh6sTcaSj922A9h3RfdACX3+waF5Bu37Zyzat+Bp+0uwsFTrAwbj2mSYE4dW9aye1OT36MQwrJ+DdYtYMU9y1lxDzF8ha8M0uTtVebXt5AKvS7Emu2rbfnzHy+YK+0=",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={},_=[{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)(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:"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)(g.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)(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.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)(g.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-29T16:23:30.347Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-29T16:23:30.347Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-29T16:23:30.347Z",\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/f58ab7d7.883c5700.js b/assets/js/f58ab7d7.1b254c68.js similarity index 99% rename from assets/js/f58ab7d7.883c5700.js rename to assets/js/f58ab7d7.1b254c68.js index b2f564ff0..e4d2e69c7 100644 --- a/assets/js/f58ab7d7.883c5700.js +++ b/assets/js/f58ab7d7.1b254c68.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-29T09:53:45.293Z",\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-29T09:53:45.293Z",\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-29T09:53:45.293Z",\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-29T16:23:32.576Z",\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-29T16:23:32.577Z",\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-29T16:23:32.577Z",\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.c6021624.js b/assets/js/f5968bd7.e05d173e.js similarity index 98% rename from assets/js/f5968bd7.c6021624.js rename to assets/js/f5968bd7.e05d173e.js index 34e7855fc..2ca318f26 100644 --- a/assets/js/f5968bd7.c6021624.js +++ b/assets/js/f5968bd7.e05d173e.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-29T09:53:42.995Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-29T09:53:42.995Z",\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-29T16:23:30.251Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-29T16:23:30.251Z",\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.7841667c.js b/assets/js/f7aeb356.2a9fcdae.js similarity index 59% rename from assets/js/f7aeb356.7841667c.js rename to assets/js/f7aeb356.2a9fcdae.js index 913226359..66292226a 100644 --- a/assets/js/f7aeb356.7841667c.js +++ b/assets/js/f7aeb356.2a9fcdae.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67689],{50760:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>S,contentTitle:()=>y,default:()=>D,frontMatter:()=>q,metadata:()=>b,toc:()=>N});var a=s(85893),n=s(11151),l=s(58219),r=s.n(l),t=(s(62316),s(51039)),c=s.n(t),p=(s(82723),s(9487)),d=s.n(p),o=s(41429),h=s.n(o),m=s(5397),u=s.n(m),x=s(4667),f=s.n(x),j=s(9472),g=s.n(j),v=(s(1176),s(12005),s(85162));const q={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/ivCfWoL2XK8dED0aV7mYEaDxLUdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/LiAGxTQr0aImTzUIViKkweMkhxi4gBQUs1uIIUeTaa7I6zFI4/eKa8whtbrCGEy2xZJBWoPdKXJorOZiA00T72MoLb9iZu/o31thjnE/HmnpwWjs7zLfEeLYb5eS2WeIgfhDYQnJlCp45uhLvhqC191I3BYU6sZ5GL9gVhHSOTnk9wgo8gUvkaoRkpMrOgrRrqk+lqNx4azVfFVZ/y9gmdZsR8xYLE037MRiOdpbuKhvu/+GuzMExWB2xmLZ2VpJWSATEAO+sFJRtDUrDDYxPLGiwnM0N82rgp0J1BJxshfDWuqSWUghZxZ7llCUmWW2MufwKKqSuJ2O5vPxHxDDzWhy6z7mi/vp1H99moSvyd1iPJs9TBfu3/Xo7np8ext2bu4hhr9GsztYNv4Yx73lFoySwngWh4PBaRPdfzpunA/Jh7d6JXTb/H9LxvOzRBZcfDu7IapyhbqzxYXFDeouw1zYXy9dxULRlMaMWTqvq3IML71M5rhB0QuT01vJfNcLA3syMMdU+BNGXhWitdSRUZjxNcc8CjPsGsuiMFwKrzeuNd+Mu2+91/FpwEu0W0n6pirHIelHCsnTRVJ3ZKNJfFJJ3UpWk3hnEINB/dSqX6ULSIFMrcxk0aRJUrPKbqXmdtckTPGTU89QSW2nUltWRN6XS1lztip8LVt3vnvWrCqoGltrlTlxN22xh04nIMQBv2xi2Gd02o5/SmMjoi1iIo8os+gdX0cCMcf8fSTXkc83ep3wIa8cS9nXDqUcqM8lNc2SqMoqH/exhhUyjXpUEeOPS9omoZwdFHfcSsixvu2Lvh/pVoZCE7blbpt7+ZqjjhYEWYHhYHjZuxj0hleLwVX68Zf0cti/Gl78DQcpaRWjobtmLbuz2a3hfxS4JWw0nUS5zKoShXXXQxh/lrnxD5MyrxQZUYol49RTxq/8dkIszXSGwmDHfKRYtsVo2B9AHHqSqp8myfPzc5+53b7UmySYmuR2cj2+m497ZEJijdr47D/2Ly78mpLGlkx0wvzYwJ7XdosvNlEF44J8uxzrMH6P8EQPi/T43vZRaL3zbAhDuIxhK40l07peMYMPumgaWv5eoaZ2Wx5GynVQzg19H5TrVZZ7RYZ3syDq76NO4LOnaO9dseuIDsShXffW9IT5qfjHhPxECl0HDSnBFllOqr+fqWsft7cgPwcPJ88ZOoO3GGUZKtvB0g12JK3ThwXEsApvqFLmhNLsmR477BlS+AJfKEfpTu8Uz63XUDCxqdiG8D4q/f4FUqKl+g==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=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/ivCfWoL2XK8dED0aV7mYEaDxLUdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLNgbSRyhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9tbB3wwXGymD4t/LiAGxTQr0aImTzUIViKkweMkhxi4gBQUs1uIIUeTaa7I6zFI4/eKa8whtbrCGEy2xZJBWoPdKXJorOZiA00T72MoLb9iZu/o31thjnE/HmnpwWjs7zLfEeLYb5eS2WeIgfhDYQnJlCp45uhLvhqC191I3BYU6sZ5GL9gVhHSOTnk9wgo8gUvkaoRkpMrOgrRrqk+lqNx4azVfFVZ/y9gmdZsR8xYLE037MRiOdpbuKhvu/+GuzMExWB2xmLZ2VpJWSATEAO+sFJRtDUrDDYxPLGiwnM0N82rgp0J1BJxshfDWuqSWUghZxZ7llCUmWW2MufwKKqSuJ2O5vPxHxDDzWhy6z7mi/vp1H99moSvyd1iPJs9TBfu3/Xo7np8ext2bu4hhr9GsztYNv4Yx73lFoySwngWh4PBaRPdfzpunA/Jh7d6JXTb/H9LxvOzRBZcfDu7IapyhbqzxYXFDeouw1zYXy9dxULRlMaMWTqvq3IML71M5rhB0QuT01vJfNcLA3syMMdU+BNGXhWitdSRUZjxNcc8CjPsGsuiMFwKrzeuNd+Mu2+91/FpwEu0W0n6pirHIelHCsnTRVJ3ZKNJfFJJ3UpWk3hnEINB/dSqX6ULSIFMrcxk0aRJUrPKbqXmdtckTPGTU89QSW2nUltWRN6XS1lztip8LVt3vnvWrCqoGltrlTlxN22xh04nIMQBv2xi2Gd02o5/SmMjoi1iIo8os+gdX0cCMcf8fSTXkc83ep3wIa8cS9nXDqUcqM8lNc2SqMoqH/exhhUyjXpUEeOPS9omoZwdFHfcSsixvu2Lvh/pVoZCE7blbpt7+ZqjjhYEWYHhYHjZuxj0hleLwVX68Zf0cti/Gl78DQcpaRWjobtmLbuz2a3hfxS4JWw0nUS5zKoShXXXQxh/lrnxD5MyrxQZUYol49RTxq/8dkIszXSGwmDHfKRYtsVo2B9AHHqSqp8myfPzc5+53b7UmySYmuR2cj2+m497ZEJijdr47D/2Ly78mpLGlkx0wvzYwJ7XdosvNlEF44J8uxzrMH6P8EQPi/T43vZRaL3zbAhDuIxhK40l07peMYMPumgaWv5eoaZ2Wx5GynVQzg19H5TrVZZ7RYZ3syDq76NO4LOnaO9dseuIDsShXffW9IT5qfjHhPxECl0HDSnBFllOqr+fqWsft7cgPwcPJ88ZOoO3GGUZKtvB0g12JK3ThwXEsApvqFLmhNLsmR477BlS+AJfKEfpTu8Uz63XUDCxqdiG8D4q/f4FUqKl+g==",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"}},S={},N=[{value:"Request",id:"request",level:2}];function L(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)(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)(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)(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 D(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67689],{50760:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>q,contentTitle:()=>g,default:()=>k,frontMatter:()=>N,metadata:()=>b,toc:()=>L});var a=s(85893),n=s(11151),l=s(58219),r=s.n(l),t=(s(62316),s(51039)),c=s.n(t),p=(s(82723),s(9487)),m=s.n(p),d=s(41429),h=s.n(d),o=s(5397),u=s.n(o),x=s(4667),f=s.n(x),j=s(9472),v=s.n(j),y=(s(1176),s(12005),s(85162));const N={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/ivCfWoL2bLdrtj0aV7mYEaDxLMdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLtgbSByhYJbJdL5PCalkUqGEVg1SomeVSTHNIYcMFN7sbB7w3XGxn98t/hhCDYpqVaFGTpxoEKxHS4HGaQwxcQAqK2R3EkKPJNFfk9RSk8VvFNeaQWl1hDCbbYckgrcHuFTk0VnOxhaaJDzGUll8ws7f077Uwp7jvj7TyYDT2N5nvCXHqt0vJ/E+IgfhDYQnJlCp45uhLvhiC191I3BYU6tp5mDxjVhHSOTnm9wAo8iUvkaoRkpNrOgrRrqk+lqNx4azVfF1Z/y9gmdZsT8xYLE037NRiOT5YuKivu/+K+wsExWD2xmLZ2VpLWSATEAM+s1JRtA0rDDYxPLKiwks0N82Lgl0I1BJxthfDRuqSWUghZxZ7llCUmWW2MpfwKKqSuJ2NF4vJ7xDD9Xh64z4Wy7vZzH99moav6e1yMp/fz5bu39X49mpycxN2ru8ghr/G81tYNf4Yp73lFoySwngWR4PBeRPdfTptnHfJu9d6JXTb4n9LxvOLRBZcfL24IapyjbqzxYXFLeouw1zYjx9cxULRlMaMWTqvq3IMz71M5rhF0QuT01vLfN8LA3s2MKdU+BNGXhWijdSRUZjxDcc8CjPsGsuiMFwKrzeuNV+Ne2i9l/FpwEu0O0n6pirHIelHCsnjMKk7stEkPqmkbiWrSbwziMGgfmzVr9IFpECmVmayaNIkqVlld1Jzu28SpvjZqeeopLYzqS0rIu/Lpaw5Wxe+lq073z0bVhVUjZ21ypy5m7XYY6cTEOKAXzUxHDI6b8c/pLER0RYxkUeUWfSGbyKBmGP+NpKbyOcbvUz4mFeOpexrh1IO1OeSmmZFVGWVj/tQwxqZRj2uiPGHFW2TUM6PijtpJeRU3w5FP4x0K0OhCdtyt829eslRRwuCrMBoMPrQGw56o1+Ww4/p6H36ftAf/jz4G45S0ipGQ3fNRnZns1vD/yhwS9h4No1ymVUlCuuuhzD+LHPjHyZlUSkyohRLxqmnjF/59YxYmukMhcGO+VixbIfRqD+AOPQkVT9Nkqenpz5zu32pt0kwNcnN9Gpyu5j0yITEGrXx2f/UHw79mpLGlkx0wnzfwF7WdovPNlEF44J8uxzrMH4P8EgPi/T03vZRaL3zbAhDuIphJ40l07peM4P3umgaWv5WoaZ2Wx1HynVQzg19H5XrRZYHRYY38yDqb6NO4IunaO9dse+IDsShXQ/W9IT5ofinhPxACl0HDSnBDllOqn+YqSsft7ckP0cPZ88ZOoO3GGcZKtvB0g12Iq2z+yXEsA5vqFLmhNLsiR477AlS+AyfKUfpTu8Uz63XUDCxrdiW8D4q/f4FKvml7w==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},g=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/ivCfWoL2bLdrtj0aV7mYEaDxLMdDFhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLtgbSByhYJbJdL5PCalkUqGEVg1SomeVSTHNIYcMFN7sbB7w3XGxn98t/hhCDYpqVaFGTpxoEKxHS4HGaQwxcQAqK2R3EkKPJNFfk9RSk8VvFNeaQWl1hDCbbYckgrcHuFTk0VnOxhaaJDzGUll8ws7f077Uwp7jvj7TyYDT2N5nvCXHqt0vJ/E+IgfhDYQnJlCp45uhLvhiC191I3BYU6tp5mDxjVhHSOTnm9wAo8iUvkaoRkpNrOgrRrqk+lqNx4azVfF1Z/y9gmdZsT8xYLE037NRiOT5YuKivu/+K+wsExWD2xmLZ2VpLWSATEAM+s1JRtA0rDDYxPLKiwks0N82Lgl0I1BJxthfDRuqSWUghZxZ7llCUmWW2MpfwKKqSuJ2NF4vJ7xDD9Xh64z4Wy7vZzH99moav6e1yMp/fz5bu39X49mpycxN2ru8ghr/G81tYNf4Yp73lFoySwngWR4PBeRPdfTptnHfJu9d6JXTb4n9LxvOLRBZcfL24IapyjbqzxYXFLeouw1zYjx9cxULRlMaMWTqvq3IMz71M5rhF0QuT01vLfN8LA3s2MKdU+BNGXhWijdSRUZjxDcc8CjPsGsuiMFwKrzeuNV+Ne2i9l/FpwEu0O0n6pirHIelHCsnjMKk7stEkPqmkbiWrSbwziMGgfmzVr9IFpECmVmayaNIkqVlld1Jzu28SpvjZqeeopLYzqS0rIu/Lpaw5Wxe+lq073z0bVhVUjZ21ypy5m7XYY6cTEOKAXzUxHDI6b8c/pLER0RYxkUeUWfSGbyKBmGP+NpKbyOcbvUz4mFeOpexrh1IO1OeSmmZFVGWVj/tQwxqZRj2uiPGHFW2TUM6PijtpJeRU3w5FP4x0K0OhCdtyt829eslRRwuCrMBoMPrQGw56o1+Ww4/p6H36ftAf/jz4G45S0ipGQ3fNRnZns1vD/yhwS9h4No1ymVUlCuuuhzD+LHPjHyZlUSkyohRLxqmnjF/59YxYmukMhcGO+VixbIfRqD+AOPQkVT9Nkqenpz5zu32pt0kwNcnN9Gpyu5j0yITEGrXx2f/UHw79mpLGlkx0wnzfwF7WdovPNlEF44J8uxzrMH4P8EgPi/T03vZRaL3zbAhDuIphJ40l07peM4P3umgaWv5WoaZ2Wx1HynVQzg19H5XrRZYHRYY38yDqb6NO4IunaO9dse+IDsShXQ/W9IT5ofinhPxACl0HDSnBDllOqn+YqSsft7ckP0cPZ88ZOoO3GGcZKtvB0g12Iq2z+yXEsA5vqFLmhNLsiR477AlS+AyfKUfpTu8Uz63XUDCxrdiW8D4q/f4FKvml7w==",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={},L=[{value:"Request",id:"request",level:2}];function D(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)(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)(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)(m(),{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)(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 k(e={}){const{wrapper:i}={...(0,n.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/fbd97956.96fccf65.js b/assets/js/fbd97956.15ba5a60.js similarity index 99% rename from assets/js/fbd97956.96fccf65.js rename to assets/js/fbd97956.15ba5a60.js index 985bd8219..b9fd45ab5 100644 --- a/assets/js/fbd97956.96fccf65.js +++ b/assets/js/fbd97956.15ba5a60.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-29T09:53:45.297Z",\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-29T09:53:45.297Z",\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-29T09:53:45.297Z",\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-29T16:23:32.580Z",\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-29T16:23:32.580Z",\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-29T16:23:32.580Z",\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.a4593ed9.js b/assets/js/fc3a4118.f1053985.js similarity index 98% rename from assets/js/fc3a4118.a4593ed9.js rename to assets/js/fc3a4118.f1053985.js index 1023cbef2..4d3fc8057 100644 --- a/assets/js/fc3a4118.a4593ed9.js +++ b/assets/js/fc3a4118.f1053985.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-29T09:53:42.975Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T09:53:42.975Z",\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-29T16:23:30.230Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-29T16:23:30.230Z",\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/runtime~main.ef1c9e1a.js b/assets/js/runtime~main.3aaa5f69.js similarity index 85% rename from assets/js/runtime~main.ef1c9e1a.js rename to assets/js/runtime~main.3aaa5f69.js index 6ccecb3ff..0928dd785 100644 --- a/assets/js/runtime~main.ef1c9e1a.js +++ b/assets/js/runtime~main.3aaa5f69.js @@ -1 +1 @@ -(()=>{"use strict";var e,f,d,b,a,c={},t={};function r(e){var f=t[e];if(void 0!==f)return f.exports;var d=t[e]={id:e,loaded:!1,exports:{}};return c[e].call(d.exports,d,d.exports,r),d.loaded=!0,d.exports}r.m=c,e=[],r.O=(f,d,b,a)=>{if(!d){var c=1/0;for(i=0;i=a)&&Object.keys(r.O).every((e=>r.O[e](d[o])))?d.splice(o--,1):(t=!1,a0&&e[i-1][2]>a;i--)e[i]=e[i-1];e[i]=[d,b,a]},r.n=e=>{var f=e&&e.__esModule?()=>e.default:()=>e;return r.d(f,{a:f}),f},d=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var a=Object.create(null);r.r(a);var c={};f=f||[null,d({}),d([]),d(d)];for(var t=2&b&&e;"object"==typeof t&&!~f.indexOf(t);t=d(t))Object.getOwnPropertyNames(t).forEach((f=>c[f]=()=>e[f]));return c.default=()=>e,r.d(a,c),a},r.d=(e,f)=>{for(var d in f)r.o(f,d)&&!r.o(e,d)&&Object.defineProperty(e,d,{enumerable:!0,get:f[d]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((f,d)=>(r.f[d](e,f),f)),[])),r.u=e=>"assets/js/"+({39:"7cd7dff4",187:"50624596",367:"74cbe0b8",548:"773c9be2",868:"0eff0a6f",1386:"4bdd7a5c",1473:"fc4f9677",1768:"892ea308",1880:"65174236",1893:"4c5e977b",1984:"9db4052c",2029:"3f68dbf9",2118:"c1f0b016",2413:"76aeaa79",2439:"5ce704b9",2510:"fd1dd87b",2740:"5ac41226",2743:"8eea8428",2813:"61d84721",2947:"bc7fa033",3066:"2355c4de",3396:"e98178f6",3703:"e4cd4c7a",3726:"253936df",3801:"73844499",3903:"6ac75deb",4073:"974240c7",4075:"f3d4cbab",4084:"f25e6f21",4135:"3b29ff56",4143:"d331ba2f",4216:"17e33bf8",4333:"1ab52cc4",4433:"f3a754c4",4485:"8dc7c7b8",4497:"dce64afb",4550:"e0542d43",4721:"158f8d96",4803:"1d49b9a7",5185:"db75d29b",5239:"c78d27fd",5278:"c5b8a246",5319:"eda4b510",5447:"addd6ba5",5607:"1c73409e",5608:"35a126af",5635:"4859ca05",6002:"b4ef590d",6204:"7781a674",6447:"40a26964",6486:"fc56fef7",6649:"cad1e5e7",6747:"a975cdb9",6754:"3c341aac",7059:"ad57971b",7061:"e9add0da",7145:"eebb9f3e",7469:"c9618959",7505:"c5e2f0b8",7968:"13097e04",8238:"d7c5d900",8274:"6d4322eb",8382:"af84de2b",8423:"728499a5",8476:"51058c35",8709:"8ec1cce8",8878:"6b8a5e04",8953:"1dad5260",9021:"1ccd3c84",9106:"5200637f",9506:"18bdeddf",9817:"14eb3368",9878:"50343655",9890:"22c2f671",9927:"517a0098",10072:"6b35904b",10089:"c0f2a38f",10795:"78dfb7e9",11087:"fbe11c2d",11413:"71498ad5",11608:"8ff8e535",11635:"a000bcb0",12042:"05eab60d",12064:"a8bc8280",12073:"8f7aa1e6",12150:"87a73dcc",12166:"d0121b59",12197:"4e8481fe",12310:"2a424e83",12427:"95f9ec4d",12700:"244d38fb",12799:"8a4e4477",13005:"4f548564",13141:"5b0ef785",13511:"04330a60",13512:"6e54351f",13776:"af69bd61",13926:"5123f067",13941:"9f1b0dd7",14099:"02365595",14130:"a1370fd9",14158:"3b1cebf6",14234:"0b8b932b",14385:"191b5491",14420:"a87b8aaa",14553:"d1c1fcdf",14571:"5a4cd927",14593:"59796031",14745:"1914b754",14833:"4da02df6",14898:"c8af2d23",14949:"7b982834",15017:"e2e84060",15415:"8140523c",15569:"71025f9d",15620:"fa9fa18e",15687:"a509edaa",15792:"bdb17ab6",15817:"9dc20e1e",15941:"c82f4a97",16055:"f4528bb6",16438:"cbbbe773",16619:"12356e50",16660:"b4589fd3",16688:"f0f5300a",16914:"750f4760",16951:"1fa24217",17213:"7236dcb4",17270:"ce5c8c24",17531:"90abdf6b",17535:"d6f5cfb9",17772:"802254bf",17817:"7b338c23",17971:"6f37af33",18467:"fd64f10f",18494:"e73dc58a",18518:"a7bd4aaa",18589:"4d028742",18778:"7dadb812",18792:"550f8adb",18911:"7c4251fd",19100:"87298834",19226:"5cf7b0e9",19272:"a6ef86a7",19295:"09e06a52",19385:"f4cba3b6",19559:"97b6d501",19589:"be166ec8",19634:"69c42b9a",19688:"57fb9f17",19725:"4ecca97f",19798:"ba202bb7",19807:"a75c3dbe",19836:"39df2a2d",20039:"6417b00a",20119:"666ab627",20281:"e600351a",20335:"4d273619",20469:"88f92607",20511:"e8be83b4",20530:"02335ff3",20627:"b4038acd",20654:"d8c91a6e",20847:"6be148ac",21006:"069ddc90",21097:"2a35639c",21320:"849f9212",21833:"da9723b1",21857:"4154c60d",22357:"99a4b5ad",22406:"e6eaa71a",22671:"477ce73e",22753:"925ba56d",22765:"1cbfa080",22977:"99e7ae84",23255:"da920113",23324:"af7c52b4",23398:"10159dbf",23923:"647f4a2b",24006:"76f78662",24015:"c0742808",24018:"a9317d44",24122:"c605d0f8",24226:"e4b8d1f7",24288:"062c085f",24434:"2c8c99fe",24472:"84982dca",24547:"1b295c6d",24553:"3a1788ea",24703:"884c007e",25090:"46ef8a18",25272:"e13968cd",25864:"db34055c",25910:"cf0d3f50",25966:"6d1ffffd",26002:"a89000ee",26166:"39c639a5",26331:"846e4211",26349:"8bc78012",26365:"47aa7b91",26451:"e772b38e",26498:"fba7bb0f",26533:"b4e65e1f",26645:"e43ee211",26780:"55962708",26834:"90eb8716",26973:"0687cea2",27034:"d771338a",27081:"06ac45ec",27318:"7bbaf234",27356:"57d216c5",27439:"e8a7e98a",27653:"b2229da9",27762:"85d780d7",27778:"50df0f53",27891:"d34be79b",27921:"b8edbb74",27941:"dbf12243",27943:"76d80f02",28149:"841f5a4e",28194:"5aa39d6f",28242:"468a76eb",28592:"05f6be15",28734:"ca07938f",28814:"e52c2c66",29112:"37a6acf4",29115:"1def0b76",29214:"9a5047d6",29417:"00685d85",29585:"11b43341",29605:"981e583b",29609:"ee9fcfd2",29661:"5e95c892",29728:"c4cc5d22",30032:"2b123ddd",30096:"189ef51f",30130:"75581c38",30362:"da07b169",30529:"a11133f1",30832:"703f23e5",30848:"9a9bd620",30953:"a76e60d3",31004:"c141421f",31065:"8a921158",31515:"2d2199e6",31714:"6ddcd9e6",31833:"32d0d625",31874:"1885d511",31903:"7e5f1599",31989:"8660488c",32147:"220207ff",32240:"75688136",32288:"0f27f1b8",32309:"c2abd45e",32728:"757f50af",32781:"6fd9a23c",32853:"b43d8a0d",33242:"8853ba72",33421:"cc67ee4e",33629:"aba21aa0",33814:"88c419bb",33849:"99e6b25e",34021:"6bc80c47",34196:"4d4a4ba7",34420:"bea80cb3",34585:"e2f45cda",34696:"806e95e3",34908:"ab9eee5d",35334:"eed39aaa",35445:"84d47c34",35618:"8f8fcdca",35692:"539d7c87",35858:"d8f7c5d2",35979:"7ddbc678",36020:"1ffa81c2",36415:"def3d7ec",36416:"77f794d9",36635:"bc0c4574",36797:"dbee08c0",37062:"b8e550c7",37064:"a88aef15",37354:"24cb5394",37754:"c4c7f502",37842:"9c665132",38094:"bc8d9490",38317:"9a13fb7d",38395:"9cc3dc60",38648:"f6b5f999",38772:"4cae6594",38834:"c8588910",38846:"a7c4da1a",38924:"a7b83fdb",39016:"c60c4f5c",39062:"eb1ed09f",39074:"6b6f3d7f",39098:"e7598b37",39750:"c9175315",39754:"1176889b",39779:"fb2c10d0",39911:"8c63d4ea",39920:"2226fe36",40441:"8b79729b",40719:"c3fd8874",40757:"9ce9f59c",41224:"4ed4ccdd",41229:"402a601e",41385:"62bbaed5",41557:"73fb3b8c",41622:"65b83197",41894:"a9d664f3",41931:"2ac62c9a",41956:"79b46cc3",41995:"0a099a4f",42190:"8b57dad7",42195:"23e3b261",42348:"75737ba1",42611:"8dd72728",42630:"1e1599cb",43540:"fb391353",43854:"ea49187a",43890:"45f9d1d8",43901:"7d52d695",44007:"5bca89a7",44116:"55f3aeca",44135:"33b6b144",44159:"f120f84a",44317:"9ef0b234",44403:"cc38c2de",44612:"bebf2496",44618:"5ecdf48a",44946:"00e97bf6",45014:"c32fb469",45047:"255e8cf3",45069:"a0d375c1",45087:"ea798e5d",45170:"be477480",45231:"6434182c",45350:"064214cc",45421:"53e81573",45871:"fd8f6816",45887:"cb3e1b57",46198:"42ef02de",46329:"c7dff32f",46527:"1b9c28ca",46601:"65f8d083",47189:"c681ba46",47437:"aa7a09d2",47678:"9b665e50",47704:"dec03848",47778:"2ffd2327",47892:"e21651f5",47918:"b90e80fa",47930:"bbcb5934",48070:"8280346e",48379:"8169b3c6",48584:"069eb6a1",48589:"5a54d93f",48729:"9521f4b3",48765:"dc5e99f0",48891:"decfbba0",48893:"fbe4c47e",48979:"33fbd6a1",49010:"cd8eed67",49455:"2c1711ce",49483:"3ebc342d",49824:"2c55f2e5",49986:"098953f3",50064:"449350f4",50085:"7937cd58",50110:"4779d29a",50150:"54146d47",50267:"c6e3ef59",50288:"7a3e07c8",50414:"306aee24",50600:"cb7c035f",50629:"ce42bfab",50735:"de37d217",51028:"ef6a085d",51335:"ea4a9d72",51392:"41a0b225",51434:"3938886d",51478:"1b3ac3cc",51743:"5e7a1239",51750:"46006f66",51844:"9fc40824",51881:"b82cae74",52002:"17fda0e6",52075:"3fc8e804",52281:"18047e7a",52290:"4bdb5884",52291:"3614178f",52483:"9c874da5",52553:"b04c64bf",52719:"98b03dc7",52821:"6fd46f6c",53082:"d26eef7b",53099:"18fa88f3",53155:"9a364eec",53443:"219e4260",53608:"8a0d7266",53688:"2159b8b3",53698:"a11b35f8",53710:"70aa9574",53761:"781adc30",53905:"8bcf2f56",53906:"756b6e7b",54022:"8f41e9a9",54131:"fbb8b522",54159:"3f8e3eb1",54390:"abed6a31",54408:"a27ff278",54931:"e962acdf",55150:"cbf45c4e",55204:"ddb5b6fd",55222:"5718d6db",55319:"263dbc6d",55326:"73bb90fb",55392:"32d685a7",55710:"f2495005",55747:"7ad27f37",55762:"e54b4d7a",55899:"e2b208a8",55957:"901254d8",56008:"52eb011d",56048:"f2c96c5d",56059:"910d5a4e",56066:"b3bfe149",56255:"882bd5c3",56361:"ce8311e3",56429:"8bb03b64",56686:"1d8506ff",56945:"a715e04b",57168:"fc0225c3",57350:"8274afaf",57434:"1f2d2cdd",57904:"e13299cf",58007:"8272edfd",58035:"ef9f26c9",58442:"2c8f08e7",58599:"27355691",58658:"58f41459",58660:"dd2c73e2",58677:"ce94b51d",58760:"c84a9109",58925:"c3c545ed",58927:"61ad0ab8",58939:"7ce8e9eb",59145:"63a8a649",59476:"2e87b851",59671:"0e384e19",59709:"223301d0",59827:"ad180f29",59873:"06eebeb7",59941:"beffaa26",60028:"5269bd21",60369:"9e8f0e1c",60444:"509d9e86",60452:"295d89fa",60561:"74f6cc54",60570:"a7f8e40f",60747:"07d78bf6",60862:"ba4cd107",61078:"c059af28",61384:"91620dbc",61385:"f37d4a2b",61485:"ce3486bd",61490:"7821a10c",61613:"6e16c901",61654:"8858ccd2",61935:"21bd6469",62023:"7805734c",62024:"ab510b4f",62039:"cdbcc403",62169:"267ccbc6",62207:"a21f6a6b",62629:"5c2df135",63079:"269e975a",63109:"f7b79a00",63128:"f58ab7d7",63342:"b0322889",63345:"0132c79f",63858:"dd9cddc7",63931:"7d141066",64186:"d46c85d9",64329:"53ae10ed",64349:"a3a026fb",64426:"06f47a0f",64463:"4af5a5a2",64540:"a7c562f4",64708:"e1bea372",65055:"98aeac89",65106:"145e5b9f",65296:"086e8e8b",65401:"69ffdf14",65542:"94ea8699",65745:"75ee4e8f",66032:"99d5b11a",66095:"819d5147",66509:"c9f82592",66664:"e512a86f",67003:"491e614f",67162:"67d29b54",67252:"85722057",67255:"fc5c2de4",67293:"ef593bfc",67467:"8f72d77c",67486:"8c292d3e",67549:"cbf7c031",67635:"5c9ef298",67642:"e654d673",67689:"f7aeb356",67979:"e9a76c81",68105:"d9fb2f5f",68125:"fa7527f5",68278:"82bdf892",68453:"b3325f50",68545:"c353607d",68592:"common",68734:"7ef0b1f8",68934:"525802b3",68943:"838a8de2",69063:"c60355ff",70160:"cf2bf76c",70195:"5aa350ff",70224:"ce4e1b4c",70325:"b7e828e9",70438:"cb6692d1",70781:"0cc29a7b",70973:"f7444008",71087:"ae4b27f5",71262:"ef0722f6",71292:"b251dac0",71300:"08fa23f5",71319:"902ce872",71627:"ef851841",71660:"ba7edf1e",71889:"c77b3eb2",72066:"661e81a0",72086:"49b90edf",72111:"cc167612",72319:"40d679e2",72387:"1d9da1f4",72470:"f73564bb",72650:"ef6e5522",72698:"4539774b",72778:"af0cfa4d",72822:"4b05701a",72971:"939d772d",73110:"43011389",73197:"befb6058",73505:"2e7c08db",73558:"b261f0c2",73580:"f5968bd7",73770:"b9a84d40",73938:"fea2b63c",74101:"a59479b4",74157:"bd7f1226",74164:"e1af0ab1",74247:"9730c5c0",74415:"dc2f4bb3",74419:"3c784d85",74439:"f7fb2d51",74599:"1e19da88",74639:"fc3a4118",74695:"855239bf",74863:"04069cf2",75261:"56b19f5d",75282:"a930ad8b",75502:"89b4dc5b",75511:"10e04114",75643:"a9b54304",75973:"027748e9",76056:"caf5215e",76141:"56a2ba07",76150:"ab49a733",76195:"5d5e5e64",76543:"d3439b27",76678:"cbdda69f",76894:"f69ed20f",77152:"bd3bf4b2",77279:"5a30cf7e",77625:"78c16d4e",77652:"f039e5ac",77692:"346c9335",77776:"93dc8e22",77810:"17cee6e7",77819:"35b6bff0",77829:"fbd97956",77977:"6998a2e0",78079:"c0485655",78115:"6d82c72f",78372:"d46a91ed",78916:"8fda0747",79046:"b2ba5311",79168:"027cf034",79303:"de8a3f80",79356:"7f5c8eef",79413:"07801322",79466:"2529997c",79762:"10394ccd",79844:"74048f5a",80102:"855c8e88",80194:"e1f0e952",80259:"061f4a01",80397:"eb421efb",80509:"3299b82b",80562:"9285eb74",80666:"e4ce6935",80720:"dffd512f",80742:"37a6abbb",80843:"9d23210d",80997:"65aa3c0f",81168:"87014e7c",81236:"c472c431",81413:"b738733a",81434:"c8402463",81510:"a74ebc46",81688:"37e2c88f",81840:"943ee7a0",81923:"b6d1a9e4",82040:"5e45289c",82059:"a50e7810",82248:"97f06d1f",82327:"f606e04f",82516:"98a1fcd9",82580:"a1e6466d",82857:"4b6bfbe5",83006:"13d70063",83020:"0a009b8e",83276:"cf97a90f",83477:"7de4166c",83552:"a78e824b",83588:"cf1f907d",83731:"d008ba81",83885:"338561f9",83897:"9bfb314f",83998:"87c982b6",84580:"3d7d2ef4",84673:"fe8decdd",84971:"c734267c",85080:"e888b9cf",85142:"c055fe35",85246:"cf8d475f",85418:"0dbcde81",85561:"5542c472",85594:"d8583e44",85853:"722d3b69",85944:"8ef1e3bb",86007:"13f43e0d",86137:"63a1965b",86143:"0f462506",86307:"2b4d3916",86369:"7403278a",86412:"84e29575",86719:"c54953e9",86724:"83fc7a70",86806:"fa1a9465",87057:"5f7bf53e",87069:"f8f4312c",87108:"a4270ee0",87260:"4656db35",87360:"84b89e63",87362:"596312fd",87393:"8dc66840",87398:"4f8ec7a6",87466:"6883f3de",87537:"01e280d4",87550:"a7576dcc",87572:"c798c0b5",87638:"8fa9f998",87741:"bffc2bf2",87759:"4301bf12",88108:"feeadb31",88225:"f6e7257d",88268:"d825baa2",88287:"d607720a",88349:"ae6e0575",88395:"4a2f39f7",88448:"69cd44f6",88456:"1b126a6f",88581:"5a8bd788",88745:"a2a7b11f",88982:"bf044f46",89016:"f6d78023",89031:"eb564df5",89081:"25628c10",89159:"3d4bcc05",89178:"064d67f5",89728:"b280ad18",89741:"60a7d27a",90026:"9bf2f1ad",90095:"ba04e5ff",90104:"527a0828",90342:"4aa16476",90376:"c9eb37d0",91091:"f14531dc",91219:"ac3f047d",91431:"936d7d86",91536:"05b7ca84",91614:"72305ffa",91693:"4e405eb7",91763:"21a63d69",92251:"e3793912",92271:"eab12d28",92508:"42117c13",92539:"5e24e3bc",92609:"8338fc75",92651:"030dac36",92871:"44a0b814",92958:"65cd3ed0",93009:"b7b0952c",93315:"0d905e60",93350:"61ef3688",93414:"a145ee74",93575:"2d3e138b",93582:"2469bf52",93633:"0e7f8e29",93785:"234b7c65",93834:"e9d600cd",93844:"1ebf5cdd",94048:"763d581e",94057:"c3ddf248",94275:"7f9bbddb",94333:"8f8e7d7f",94368:"a94703ab",94396:"ef389cd6",94674:"7d4d206b",94676:"1e7f07e5",94692:"d9085f9d",94744:"e1ab4fff",94745:"81ab4bc2",94986:"c62dfbde",95261:"da84d3ce",95400:"2baa0d2f",95449:"c7b25a99",95472:"b36e09f7",95730:"c670dcf4",95846:"7116dcd1",96226:"70837794",96427:"add02b3d",96429:"f3ef781b",96432:"19d1f479",96535:"886f6b5c",96561:"1116756a",96570:"118191b6",96602:"e4c82ea3",96639:"5d277be3",96736:"be5d9038",96834:"4b3b6417",96996:"7bfc815f",97330:"dadf679c",97370:"70037a21",97537:"a4179dd8",97727:"a194bf09",97810:"14d19b54",97850:"f882977e",97920:"1a4e3797",98015:"f06e6a07",98077:"029b57e9",98141:"00e6edd3",98211:"ee19645a",98339:"09e558b2",98655:"39155dff",98664:"7350612e",98687:"7c3d6589",98796:"2eabd8e4",98834:"289325ad",98877:"60ab5c4c",98878:"614ec589",98940:"eee1a76f",98960:"512e5a2f",99014:"7131c338",99052:"69c1213a",99069:"382a2208",99133:"00126636",99419:"2a0a1cbb",99555:"43fae343",99662:"4e66f8e1",99714:"1f98178b",99866:"2c6eda14",99883:"52b7003d",99944:"67854d34"}[e]||e)+"."+{39:"c6ede390",187:"2daedda8",367:"beb2f1bb",548:"9ca528d5",868:"3355cfb3",1386:"122b0a8f",1473:"12dccf18",1768:"98cd5dd1",1880:"0f092d3c",1893:"3008116c",1984:"8dfff69c",2029:"88825d6a",2118:"355476a0",2413:"71b2cafd",2439:"074bfbcc",2510:"b13f847a",2740:"fa232f0f",2743:"7d122262",2813:"da643d6c",2947:"ebd81d76",3066:"b0288a12",3396:"75f4c495",3703:"230b7fb1",3726:"0fbfc078",3801:"13922390",3903:"b6c7bb7f",4073:"e2b59274",4075:"d20d1012",4084:"785d1295",4135:"54366ac9",4143:"4f5192b9",4216:"2a777965",4333:"19b32927",4433:"0a45add5",4485:"937c5bf4",4497:"803c3784",4550:"618824d8",4721:"0bbb84ca",4803:"c7d2179a",5185:"37296f74",5239:"7ebff6ce",5278:"38810e05",5319:"f051e8c6",5447:"c7c91d00",5607:"007703fe",5608:"b37ac16f",5635:"7c915608",6002:"0632a57f",6204:"4892f464",6447:"27d20758",6486:"9974ff70",6649:"4d679c72",6747:"f658f352",6754:"c1c41a46",7059:"54296e01",7061:"7b98d4ea",7145:"c22bfe7d",7469:"6e7669fb",7505:"6ae7cb38",7968:"b3c21eac",8238:"4df8485b",8274:"50b9f7b9",8382:"4c40a8f3",8423:"58b5d729",8476:"16e5db96",8709:"87911c5d",8878:"7b5140bf",8953:"8be32365",9021:"8e3ba1cb",9106:"62626e85",9506:"1d9d69e8",9817:"673d2a6b",9878:"f6625bf2",9890:"7dbe5218",9927:"00f66d9f",10072:"74b7dc0f",10089:"05e4301c",10795:"92d1667f",11087:"fbb2e28e",11413:"90dce428",11608:"3dd3b9e4",11635:"6dc4b209",12042:"0ea8ddcf",12064:"f0a9a790",12073:"24e1e099",12150:"af61b186",12166:"39f6fbfe",12197:"5356066b",12310:"96cba959",12427:"673a787f",12700:"989c3d34",12799:"b6383956",13005:"66b2da5f",13141:"4cdd68db",13511:"23e2bd62",13512:"ced9f1f3",13776:"f7c990ca",13926:"13c96355",13941:"4282df51",14099:"be85c655",14130:"a6931bb5",14158:"6c08123b",14234:"32d961f9",14385:"c6229b79",14420:"b583a35a",14553:"4f4f5ce8",14571:"a738868c",14593:"1e4e7697",14745:"dba6ca3d",14833:"fb30907f",14898:"6de170cb",14949:"547ebe74",15017:"ffb6b3fc",15415:"b0d6ab2b",15569:"6ec1f282",15620:"38523385",15687:"439d34a8",15792:"09de319d",15817:"92d0123b",15941:"d6ed4650",16055:"c378abb1",16438:"28edeafc",16619:"0756c4e0",16660:"d14f1e05",16688:"4d7fc361",16914:"5a9584da",16951:"ba5e66f8",17213:"1f839f43",17270:"a79cf53b",17531:"d30ad86e",17535:"ad88ac6e",17772:"99f80bf0",17817:"ff7f4a31",17971:"5acf6845",18467:"2ef13c94",18494:"e4b17905",18518:"747eff3f",18589:"e159c0a1",18778:"40e5d5d7",18792:"343f2fe3",18894:"dedbed6c",18911:"a3e69861",19100:"e0e2746f",19226:"3a00f7af",19272:"ef1f94aa",19295:"99fa6426",19385:"dda3c8cc",19559:"25fd5703",19589:"a1027b2e",19634:"b8e23759",19688:"859cbd0b",19725:"4caaf154",19798:"fe362ef3",19807:"ab465a1a",19836:"56a0108f",20039:"1762aba1",20119:"3a44e7e0",20281:"86465252",20335:"397870bf",20469:"e21db547",20511:"f98c5368",20530:"843b12e6",20627:"dd268780",20654:"79091866",20847:"9e8ad36e",21006:"b2cd13c2",21097:"c43e7981",21320:"f05afeea",21833:"556034e2",21857:"869110a1",22357:"e0743635",22406:"5e1e1b1d",22671:"8c14d090",22753:"9c94e756",22765:"24ab3b70",22977:"fc6f59d8",23255:"4dfa9333",23324:"5f778ba1",23398:"9150190d",23923:"5bf9ee93",24006:"0698568a",24015:"bb56e9f2",24018:"f7f1ef59",24122:"54272640",24226:"a225e5b9",24288:"1f72edb8",24434:"52bd8787",24472:"317d09b9",24547:"8cce4f1c",24553:"7b4ed89f",24703:"d204ec87",25090:"93d0f1a9",25272:"3ffbd1e2",25864:"76314a02",25910:"43c12bb9",25966:"479e3e93",26002:"dcf74ebd",26166:"c720eed9",26331:"5a2713ff",26349:"c43e17e7",26365:"cd818941",26451:"920eaf27",26498:"83a941b3",26533:"32a8f4ff",26645:"d0192b74",26731:"2239d7ac",26780:"2e7f77f9",26834:"0fc72974",26973:"9ca8aac9",27034:"517e4705",27081:"7a2b4998",27318:"89c77db5",27356:"b1692af1",27439:"b32d2818",27653:"d12b0506",27762:"16fbba62",27778:"6809efe8",27891:"0fdbd9fa",27921:"3d07ae0c",27941:"fddb54f1",27943:"104be0cf",28149:"535763a9",28194:"eb2ba53c",28242:"2a9d01f2",28592:"c22a3554",28734:"253c1425",28814:"7d9c076d",29112:"2d305a82",29115:"46fdb677",29214:"005a5a7d",29417:"f36d2e1c",29585:"e68d2248",29605:"ea8b6062",29609:"3ef86220",29661:"1669fe32",29728:"4a07ab3c",30032:"846d8b19",30096:"41e06b83",30130:"b3d6d371",30362:"95080297",30529:"0e1c8d70",30832:"c6818154",30848:"e5520834",30953:"2c3e35db",31004:"25f36ec7",31065:"90353e20",31515:"743ac9a8",31714:"cecfbf53",31833:"1c2cb211",31874:"9c36642a",31903:"c3fa5c82",31989:"e823144f",32147:"48b561a8",32240:"4b775a56",32288:"264e9f2b",32309:"7ce08dd8",32728:"13df2bc6",32781:"da0a006f",32853:"8bf89d4e",33242:"5d3726d3",33421:"3b92fb1f",33629:"24e72525",33814:"6bcff44e",33849:"291d03cc",34021:"84691fcc",34196:"410b9c6f",34420:"d9bd7265",34585:"0d02465b",34696:"f09172e3",34908:"4b75ccc8",35334:"96e616e5",35445:"2be6ef48",35618:"a014a425",35692:"f4a0bb87",35858:"5dd2f687",35979:"25ea2927",36020:"d0582ad8",36415:"1322b1f2",36416:"99f09de7",36635:"5f1b20d1",36797:"0e2debc0",37062:"df843578",37064:"1eac2318",37354:"ddf64b68",37754:"a5cc999a",37842:"ace1991f",38094:"60a68db7",38317:"496c3116",38395:"ce32933b",38648:"d9ed0524",38772:"e992e8bc",38834:"648f0c84",38846:"20042485",38924:"4888bfdb",39016:"71a50d2a",39062:"57f83906",39074:"3ceaffba",39098:"928d6b85",39750:"d6c0eb72",39754:"61921bed",39779:"b75ee811",39911:"d55ee5be",39920:"9965f602",40441:"3febdca6",40719:"df666f0c",40757:"2d9b5574",41224:"4f455942",41229:"1e82ee9b",41385:"a3f66500",41557:"ba46338a",41622:"a51367a0",41894:"56b32dfc",41931:"ea85493b",41956:"dd9a14f6",41995:"928ce5fd",42190:"3143534e",42195:"189c81d7",42348:"75fc43e1",42611:"f0af7a68",42630:"b14762da",43540:"bfda1c3c",43854:"7688d8ca",43890:"cc618845",43901:"c22c4ac2",44007:"f34d384c",44116:"28314ab2",44135:"dd304a1a",44159:"0714f2bd",44317:"a3c47a75",44403:"a5e3b69b",44612:"568a0f73",44618:"b11fb8cc",44946:"c0d24fad",45014:"d5f7be60",45047:"a45721fb",45069:"7dc8e7c5",45087:"359d4ca3",45170:"e3521b6f",45231:"9f0a25dd",45350:"1d8f9676",45421:"ca09a0d3",45871:"1dee090a",45887:"1bed0ceb",46198:"514e804b",46329:"ae0d114b",46527:"d3e137ef",46601:"6ba6e088",46945:"33d3f0d3",47189:"b01c288b",47437:"e4fea5f7",47678:"2298c0c5",47704:"76de6717",47778:"365fce4a",47892:"bc82fab3",47918:"b1c751c8",47930:"36547675",48070:"d91e19bd",48379:"72ace2ba",48584:"bdca7091",48589:"df2c7e23",48729:"a42815b7",48765:"0a1ff85b",48891:"2a11dc2e",48893:"6a00c98e",48979:"e40757d8",49010:"5659c29d",49455:"8b4a20da",49483:"dacb7c94",49824:"a646117e",49986:"babe2760",50064:"087ac3ab",50085:"7a565f27",50110:"a264cdcc",50150:"79726f99",50267:"8b374059",50288:"b203dd51",50414:"fffc9914",50600:"cb308a91",50629:"0efe2fcc",50735:"1bd48d99",51028:"bb9eb008",51335:"72dd0480",51392:"af31c5be",51434:"7504afaf",51478:"9544488c",51743:"54b4f789",51750:"a174dbad",51772:"6a61e5a9",51844:"9bf189b9",51881:"bf1cad02",52002:"61da9550",52075:"146506e2",52281:"a3d35999",52290:"1e8d9625",52291:"6583fdb1",52483:"9e255228",52553:"8fc06ac2",52719:"ff54e97e",52821:"488bc872",53082:"bb8ecb6b",53099:"d0b55404",53155:"cca907a7",53443:"204655b8",53608:"d04803b9",53688:"4ec3e47d",53698:"50e11da1",53710:"59a41225",53761:"fcf21687",53905:"29e0e0f9",53906:"cb373345",54022:"cada7d82",54131:"4eedb7c9",54159:"82468f07",54390:"08b138af",54408:"79bbee7a",54931:"d85fe9a3",55150:"18278c12",55204:"d4d68e26",55222:"c238a3a4",55319:"cd84cbd6",55326:"384b4619",55392:"b391bc0b",55710:"82adb689",55747:"2efb4693",55762:"bd5cecdf",55899:"89418f7f",55957:"2af1d527",56008:"8452f3d6",56048:"e9562fb6",56059:"793a5019",56066:"5b0c4c70",56255:"8482d2ec",56361:"b186edc2",56429:"d5f47846",56686:"3bfb180e",56945:"938449b2",57168:"1c26f78a",57350:"3d89dc2e",57434:"bca75bdd",57904:"64b74491",58007:"5b8433a7",58035:"3522d8d2",58442:"91985000",58599:"fcf31950",58658:"e0a9c3f7",58660:"72fc95a3",58677:"ef016d5d",58760:"14935ccf",58925:"7503f10f",58927:"ce3932f2",58939:"a92a053c",59145:"94ffc452",59476:"48077f02",59671:"8f9b0dec",59709:"f4e38c43",59827:"cf6f919a",59873:"180b33ab",59941:"c9f0ea20",60028:"12ce7004",60369:"09cda467",60444:"d477aaa9",60452:"69755d36",60561:"584c78f0",60570:"bd96bb19",60747:"ad768a5a",60862:"0d5d7b7f",61078:"4a58fe34",61384:"bc4656b7",61385:"f68e91d2",61485:"38c99e5a",61490:"dc1ddc5a",61613:"ee8e5351",61654:"ef81b156",61935:"a295a149",62023:"aaaab968",62024:"6aa8fb8a",62039:"2d2f076d",62169:"cb5109a5",62207:"67fdb958",62629:"b5ad8f47",63079:"8b504c85",63109:"8b251621",63128:"883c5700",63342:"7a5a93f7",63345:"7f57fa29",63858:"6af484f2",63931:"6dafe521",64186:"82811667",64329:"9cba6e34",64349:"7c3f6f37",64426:"13292e16",64463:"20ffb527",64540:"9d073420",64708:"f148f40c",65055:"b6b7b645",65106:"860831dd",65296:"4ea7b7a7",65401:"f05c9b3d",65542:"9a0a4643",65745:"3ee05f0c",66032:"266e9757",66095:"7bbcac09",66509:"3135be95",66664:"60d7e15e",67003:"68b66905",67162:"bdbe344a",67252:"46d35efa",67255:"b105b87d",67293:"48458f15",67467:"7c2e42ac",67486:"0b398b15",67549:"7b4d9f27",67635:"cce3c3d5",67642:"2846e52d",67689:"7841667c",67979:"5f2ce41a",68105:"162f5468",68125:"3ae6040d",68278:"85f54fa5",68453:"4419d01e",68545:"e6d38ac9",68592:"bea9ac94",68734:"958099dd",68934:"e99d8683",68943:"5a6974fe",69063:"7f7de03b",70160:"d61c1d30",70195:"749e4a1d",70224:"af88798f",70325:"ab2c6be0",70438:"07125b33",70781:"74213e6b",70973:"11fa4415",71087:"bf68779d",71262:"5309791e",71292:"d792fbcf",71300:"2fc735e5",71319:"b73bc279",71627:"7bea5cca",71660:"0dda55d5",71889:"64c80da3",72066:"9dae01e1",72086:"d6eae7b8",72111:"0b9eab58",72319:"d920e2ff",72387:"ed0f0cf2",72470:"41191abd",72650:"3cd904d3",72698:"7998b026",72778:"b0066607",72822:"1d0fc362",72971:"d40fb104",73110:"8c15c8d1",73197:"f6d14008",73505:"baac1952",73558:"57e6d6dd",73580:"c6021624",73770:"2716cb72",73938:"7541c7dc",74101:"811bce1a",74157:"2b528422",74164:"53798865",74247:"f39e54eb",74415:"730f4ea0",74419:"85e3d66d",74439:"0964045e",74599:"8c68bd2a",74639:"a4593ed9",74695:"c52f9be5",74863:"843de086",75261:"e7f47056",75282:"d7ac1598",75502:"a431453d",75511:"81864818",75643:"c17e1cf0",75973:"59cf9b6c",76056:"2237193a",76141:"ac5b3502",76150:"109534ea",76195:"6e7a8acb",76543:"8322d4de",76678:"98823559",76894:"96c82c5f",77152:"6b873efe",77279:"aacb39a6",77625:"3baa0c5f",77652:"50e24d03",77692:"716c8564",77776:"28c60892",77810:"50bf5bba",77819:"78e4fdc9",77829:"96fccf65",77977:"7710f521",78079:"3d7f19f4",78115:"b44f6ab7",78372:"b10c3c0d",78916:"c4d4d9d6",79046:"2173398a",79168:"0cde610f",79303:"985d3b61",79356:"c8029294",79413:"64d0c17f",79466:"8e7e68fb",79762:"12090055",79844:"0130eed7",80102:"ac3deba2",80194:"de0e3a43",80259:"f09d567d",80397:"8c2f4b29",80509:"76e13902",80562:"41d96173",80666:"e3299cb5",80720:"fbe54db2",80742:"111c8e09",80843:"7e501812",80997:"1e2da670",81168:"16dfc56b",81236:"ca555a04",81413:"edb95d31",81434:"117f6171",81510:"618cfe52",81688:"1f6bf260",81840:"52b0a2eb",81923:"99f444ec",82040:"c443de86",82059:"e69ea0cb",82248:"634ae2c5",82327:"4effd029",82516:"6416521a",82580:"ffde4f76",82857:"b4e29d2f",83006:"24216d78",83020:"d19f74f1",83276:"e901b8d6",83477:"ac341f31",83552:"3768a480",83588:"9b50c49e",83731:"ad38c2ba",83885:"e9bc0646",83897:"73aacd4e",83998:"61614808",84483:"39eb7900",84580:"423e15da",84673:"3ab5e6f9",84971:"e7327924",85080:"6ae947a9",85142:"b402ea73",85246:"d4f2cd7c",85418:"13cae21f",85561:"cf54a76b",85594:"1f1490e4",85853:"80bd0908",85944:"88f3ea47",86007:"8a2381ad",86137:"58cd2fab",86143:"5e5e0e23",86307:"7adcfb46",86369:"b457abac",86412:"a08bac7c",86719:"cd62e6db",86724:"778ca7c1",86806:"9c70b73b",87057:"5158ccf5",87069:"0d5cb0d7",87108:"24feefb0",87260:"0d3a8e04",87360:"ba1ec998",87362:"bf92b87b",87393:"0dc01a83",87398:"0f626286",87466:"ca5acca9",87537:"9b9368df",87550:"d61fee78",87572:"41e350ff",87638:"d3931ad4",87741:"11e2b77a",87759:"c36b88f7",88108:"11509d98",88225:"f697110f",88268:"7e2ac2a5",88287:"471bc0d3",88349:"366733eb",88395:"f3cf8fac",88448:"47a9943e",88456:"df8b1484",88581:"4d492986",88745:"f4591614",88982:"737ce7af",89016:"590da8e8",89031:"2864dbf7",89081:"65f36509",89159:"1e56bade",89178:"57f0ad30",89728:"dadc31e9",89741:"f5306a20",90026:"7dbc6ca8",90095:"fc95c6a7",90104:"0ae9949e",90342:"9b4e9542",90376:"ea1b602f",91091:"9765a5b2",91219:"0c687dd0",91431:"043e6a2a",91536:"b92c79dc",91614:"8bab85f1",91693:"d8e06c4e",91763:"a93efd9d",92251:"2bc1cca1",92271:"f8a74a44",92508:"8afd49b5",92539:"679728cf",92609:"97bfa297",92651:"8ac044ac",92871:"6ad351b9",92958:"36bb5ad7",93009:"c8b197fc",93315:"d2a2b1c6",93350:"fa31c0c4",93414:"5adf9e78",93575:"d34fd2d0",93582:"2d6c6d60",93633:"3d1bc1a1",93785:"f98aa261",93834:"2772b7ef",93844:"86fa5806",94048:"bd6b7a00",94057:"ac0680dd",94275:"7dd3c19a",94333:"9c3ef7d5",94368:"884d948f",94396:"4577a512",94674:"fd8676c1",94676:"ba9acc83",94692:"d75f061f",94744:"8c372e15",94745:"2ff31065",94986:"a5444415",95261:"219bfd0f",95400:"83493f02",95449:"bad7ce32",95472:"adb05d92",95730:"e9e3121e",95846:"7f981662",96226:"d49c4e8b",96427:"363415a2",96429:"b094c512",96432:"969e77db",96535:"5e6cc700",96561:"5fc6b094",96570:"ca4d5be6",96602:"0e60177f",96639:"7468f6f4",96736:"637e5051",96834:"27db39e9",96996:"fac261d5",97330:"f2bc75f3",97370:"cbbd3581",97537:"d2b7cdf5",97727:"b39daf5e",97810:"f0a0ec75",97850:"c7118b15",97920:"b2e6489f",98015:"88a7639d",98077:"8120c9da",98141:"65e600f7",98211:"7ca4d7bb",98339:"776f6d24",98655:"a14e5761",98664:"14c44db3",98687:"c53eb600",98796:"0ef43b4d",98834:"cbcc6dcd",98877:"fa9d1899",98878:"3657e8c8",98940:"e86942e4",98960:"47718b62",99014:"ddb274b1",99052:"93f5769c",99069:"a6449a2e",99133:"2a12e46d",99419:"01f5f95e",99516:"3d4f62cc",99555:"98474d8f",99662:"e4d272be",99714:"264229a1",99866:"12c2423d",99883:"99e8a633",99944:"21be681b"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),b={},a="documentation:",r.l=(e,f,d,c)=>{if(b[e])b[e].push(f);else{var t,o;if(void 0!==d)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var a=b[e];if(delete b[e],t.parentNode&&t.parentNode.removeChild(t),a&&a.forEach((e=>e(d))),f)return f(d)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="/docs/",r.gca=function(e){return e={27355691:"58599",43011389:"73110",50343655:"9878",50624596:"187",55962708:"26780",59796031:"14593",65174236:"1880",70837794:"96226",73844499:"3801",75688136:"32240",85722057:"67252",87298834:"19100","7cd7dff4":"39","74cbe0b8":"367","773c9be2":"548","0eff0a6f":"868","4bdd7a5c":"1386",fc4f9677:"1473","892ea308":"1768","4c5e977b":"1893","9db4052c":"1984","3f68dbf9":"2029",c1f0b016:"2118","76aeaa79":"2413","5ce704b9":"2439",fd1dd87b:"2510","5ac41226":"2740","8eea8428":"2743","61d84721":"2813",bc7fa033:"2947","2355c4de":"3066",e98178f6:"3396",e4cd4c7a:"3703","253936df":"3726","6ac75deb":"3903","974240c7":"4073",f3d4cbab:"4075",f25e6f21:"4084","3b29ff56":"4135",d331ba2f:"4143","17e33bf8":"4216","1ab52cc4":"4333",f3a754c4:"4433","8dc7c7b8":"4485",dce64afb:"4497",e0542d43:"4550","158f8d96":"4721","1d49b9a7":"4803",db75d29b:"5185",c78d27fd:"5239",c5b8a246:"5278",eda4b510:"5319",addd6ba5:"5447","1c73409e":"5607","35a126af":"5608","4859ca05":"5635",b4ef590d:"6002","7781a674":"6204","40a26964":"6447",fc56fef7:"6486",cad1e5e7:"6649",a975cdb9:"6747","3c341aac":"6754",ad57971b:"7059",e9add0da:"7061",eebb9f3e:"7145",c9618959:"7469",c5e2f0b8:"7505","13097e04":"7968",d7c5d900:"8238","6d4322eb":"8274",af84de2b:"8382","728499a5":"8423","51058c35":"8476","8ec1cce8":"8709","6b8a5e04":"8878","1dad5260":"8953","1ccd3c84":"9021","5200637f":"9106","18bdeddf":"9506","14eb3368":"9817","22c2f671":"9890","517a0098":"9927","6b35904b":"10072",c0f2a38f:"10089","78dfb7e9":"10795",fbe11c2d:"11087","71498ad5":"11413","8ff8e535":"11608",a000bcb0:"11635","05eab60d":"12042",a8bc8280:"12064","8f7aa1e6":"12073","87a73dcc":"12150",d0121b59:"12166","4e8481fe":"12197","2a424e83":"12310","95f9ec4d":"12427","244d38fb":"12700","8a4e4477":"12799","4f548564":"13005","5b0ef785":"13141","04330a60":"13511","6e54351f":"13512",af69bd61:"13776","5123f067":"13926","9f1b0dd7":"13941","02365595":"14099",a1370fd9:"14130","3b1cebf6":"14158","0b8b932b":"14234","191b5491":"14385",a87b8aaa:"14420",d1c1fcdf:"14553","5a4cd927":"14571","1914b754":"14745","4da02df6":"14833",c8af2d23:"14898","7b982834":"14949",e2e84060:"15017","8140523c":"15415","71025f9d":"15569",fa9fa18e:"15620",a509edaa:"15687",bdb17ab6:"15792","9dc20e1e":"15817",c82f4a97:"15941",f4528bb6:"16055",cbbbe773:"16438","12356e50":"16619",b4589fd3:"16660",f0f5300a:"16688","750f4760":"16914","1fa24217":"16951","7236dcb4":"17213",ce5c8c24:"17270","90abdf6b":"17531",d6f5cfb9:"17535","802254bf":"17772","7b338c23":"17817","6f37af33":"17971",fd64f10f:"18467",e73dc58a:"18494",a7bd4aaa:"18518","4d028742":"18589","7dadb812":"18778","550f8adb":"18792","7c4251fd":"18911","5cf7b0e9":"19226",a6ef86a7:"19272","09e06a52":"19295",f4cba3b6:"19385","97b6d501":"19559",be166ec8:"19589","69c42b9a":"19634","57fb9f17":"19688","4ecca97f":"19725",ba202bb7:"19798",a75c3dbe:"19807","39df2a2d":"19836","6417b00a":"20039","666ab627":"20119",e600351a:"20281","4d273619":"20335","88f92607":"20469",e8be83b4:"20511","02335ff3":"20530",b4038acd:"20627",d8c91a6e:"20654","6be148ac":"20847","069ddc90":"21006","2a35639c":"21097","849f9212":"21320",da9723b1:"21833","4154c60d":"21857","99a4b5ad":"22357",e6eaa71a:"22406","477ce73e":"22671","925ba56d":"22753","1cbfa080":"22765","99e7ae84":"22977",da920113:"23255",af7c52b4:"23324","10159dbf":"23398","647f4a2b":"23923","76f78662":"24006",c0742808:"24015",a9317d44:"24018",c605d0f8:"24122",e4b8d1f7:"24226","062c085f":"24288","2c8c99fe":"24434","84982dca":"24472","1b295c6d":"24547","3a1788ea":"24553","884c007e":"24703","46ef8a18":"25090",e13968cd:"25272",db34055c:"25864",cf0d3f50:"25910","6d1ffffd":"25966",a89000ee:"26002","39c639a5":"26166","846e4211":"26331","8bc78012":"26349","47aa7b91":"26365",e772b38e:"26451",fba7bb0f:"26498",b4e65e1f:"26533",e43ee211:"26645","90eb8716":"26834","0687cea2":"26973",d771338a:"27034","06ac45ec":"27081","7bbaf234":"27318","57d216c5":"27356",e8a7e98a:"27439",b2229da9:"27653","85d780d7":"27762","50df0f53":"27778",d34be79b:"27891",b8edbb74:"27921",dbf12243:"27941","76d80f02":"27943","841f5a4e":"28149","5aa39d6f":"28194","468a76eb":"28242","05f6be15":"28592",ca07938f:"28734",e52c2c66:"28814","37a6acf4":"29112","1def0b76":"29115","9a5047d6":"29214","00685d85":"29417","11b43341":"29585","981e583b":"29605",ee9fcfd2:"29609","5e95c892":"29661",c4cc5d22:"29728","2b123ddd":"30032","189ef51f":"30096","75581c38":"30130",da07b169:"30362",a11133f1:"30529","703f23e5":"30832","9a9bd620":"30848",a76e60d3:"30953",c141421f:"31004","8a921158":"31065","2d2199e6":"31515","6ddcd9e6":"31714","32d0d625":"31833","1885d511":"31874","7e5f1599":"31903","8660488c":"31989","220207ff":"32147","0f27f1b8":"32288",c2abd45e:"32309","757f50af":"32728","6fd9a23c":"32781",b43d8a0d:"32853","8853ba72":"33242",cc67ee4e:"33421",aba21aa0:"33629","88c419bb":"33814","99e6b25e":"33849","6bc80c47":"34021","4d4a4ba7":"34196",bea80cb3:"34420",e2f45cda:"34585","806e95e3":"34696",ab9eee5d:"34908",eed39aaa:"35334","84d47c34":"35445","8f8fcdca":"35618","539d7c87":"35692",d8f7c5d2:"35858","7ddbc678":"35979","1ffa81c2":"36020",def3d7ec:"36415","77f794d9":"36416",bc0c4574:"36635",dbee08c0:"36797",b8e550c7:"37062",a88aef15:"37064","24cb5394":"37354",c4c7f502:"37754","9c665132":"37842",bc8d9490:"38094","9a13fb7d":"38317","9cc3dc60":"38395",f6b5f999:"38648","4cae6594":"38772",c8588910:"38834",a7c4da1a:"38846",a7b83fdb:"38924",c60c4f5c:"39016",eb1ed09f:"39062","6b6f3d7f":"39074",e7598b37:"39098",c9175315:"39750","1176889b":"39754",fb2c10d0:"39779","8c63d4ea":"39911","2226fe36":"39920","8b79729b":"40441",c3fd8874:"40719","9ce9f59c":"40757","4ed4ccdd":"41224","402a601e":"41229","62bbaed5":"41385","73fb3b8c":"41557","65b83197":"41622",a9d664f3:"41894","2ac62c9a":"41931","79b46cc3":"41956","0a099a4f":"41995","8b57dad7":"42190","23e3b261":"42195","75737ba1":"42348","8dd72728":"42611","1e1599cb":"42630",fb391353:"43540",ea49187a:"43854","45f9d1d8":"43890","7d52d695":"43901","5bca89a7":"44007","55f3aeca":"44116","33b6b144":"44135",f120f84a:"44159","9ef0b234":"44317",cc38c2de:"44403",bebf2496:"44612","5ecdf48a":"44618","00e97bf6":"44946",c32fb469:"45014","255e8cf3":"45047",a0d375c1:"45069",ea798e5d:"45087",be477480:"45170","6434182c":"45231","064214cc":"45350","53e81573":"45421",fd8f6816:"45871",cb3e1b57:"45887","42ef02de":"46198",c7dff32f:"46329","1b9c28ca":"46527","65f8d083":"46601",c681ba46:"47189",aa7a09d2:"47437","9b665e50":"47678",dec03848:"47704","2ffd2327":"47778",e21651f5:"47892",b90e80fa:"47918",bbcb5934:"47930","8280346e":"48070","8169b3c6":"48379","069eb6a1":"48584","5a54d93f":"48589","9521f4b3":"48729",dc5e99f0:"48765",decfbba0:"48891",fbe4c47e:"48893","33fbd6a1":"48979",cd8eed67:"49010","2c1711ce":"49455","3ebc342d":"49483","2c55f2e5":"49824","098953f3":"49986","449350f4":"50064","7937cd58":"50085","4779d29a":"50110","54146d47":"50150",c6e3ef59:"50267","7a3e07c8":"50288","306aee24":"50414",cb7c035f:"50600",ce42bfab:"50629",de37d217:"50735",ef6a085d:"51028",ea4a9d72:"51335","41a0b225":"51392","3938886d":"51434","1b3ac3cc":"51478","5e7a1239":"51743","46006f66":"51750","9fc40824":"51844",b82cae74:"51881","17fda0e6":"52002","3fc8e804":"52075","18047e7a":"52281","4bdb5884":"52290","3614178f":"52291","9c874da5":"52483",b04c64bf:"52553","98b03dc7":"52719","6fd46f6c":"52821",d26eef7b:"53082","18fa88f3":"53099","9a364eec":"53155","219e4260":"53443","8a0d7266":"53608","2159b8b3":"53688",a11b35f8:"53698","70aa9574":"53710","781adc30":"53761","8bcf2f56":"53905","756b6e7b":"53906","8f41e9a9":"54022",fbb8b522:"54131","3f8e3eb1":"54159",abed6a31:"54390",a27ff278:"54408",e962acdf:"54931",cbf45c4e:"55150",ddb5b6fd:"55204","5718d6db":"55222","263dbc6d":"55319","73bb90fb":"55326","32d685a7":"55392",f2495005:"55710","7ad27f37":"55747",e54b4d7a:"55762",e2b208a8:"55899","901254d8":"55957","52eb011d":"56008",f2c96c5d:"56048","910d5a4e":"56059",b3bfe149:"56066","882bd5c3":"56255",ce8311e3:"56361","8bb03b64":"56429","1d8506ff":"56686",a715e04b:"56945",fc0225c3:"57168","8274afaf":"57350","1f2d2cdd":"57434",e13299cf:"57904","8272edfd":"58007",ef9f26c9:"58035","2c8f08e7":"58442","58f41459":"58658",dd2c73e2:"58660",ce94b51d:"58677",c84a9109:"58760",c3c545ed:"58925","61ad0ab8":"58927","7ce8e9eb":"58939","63a8a649":"59145","2e87b851":"59476","0e384e19":"59671","223301d0":"59709",ad180f29:"59827","06eebeb7":"59873",beffaa26:"59941","5269bd21":"60028","9e8f0e1c":"60369","509d9e86":"60444","295d89fa":"60452","74f6cc54":"60561",a7f8e40f:"60570","07d78bf6":"60747",ba4cd107:"60862",c059af28:"61078","91620dbc":"61384",f37d4a2b:"61385",ce3486bd:"61485","7821a10c":"61490","6e16c901":"61613","8858ccd2":"61654","21bd6469":"61935","7805734c":"62023",ab510b4f:"62024",cdbcc403:"62039","267ccbc6":"62169",a21f6a6b:"62207","5c2df135":"62629","269e975a":"63079",f7b79a00:"63109",f58ab7d7:"63128",b0322889:"63342","0132c79f":"63345",dd9cddc7:"63858","7d141066":"63931",d46c85d9:"64186","53ae10ed":"64329",a3a026fb:"64349","06f47a0f":"64426","4af5a5a2":"64463",a7c562f4:"64540",e1bea372:"64708","98aeac89":"65055","145e5b9f":"65106","086e8e8b":"65296","69ffdf14":"65401","94ea8699":"65542","75ee4e8f":"65745","99d5b11a":"66032","819d5147":"66095",c9f82592:"66509",e512a86f:"66664","491e614f":"67003","67d29b54":"67162",fc5c2de4:"67255",ef593bfc:"67293","8f72d77c":"67467","8c292d3e":"67486",cbf7c031:"67549","5c9ef298":"67635",e654d673:"67642",f7aeb356:"67689",e9a76c81:"67979",d9fb2f5f:"68105",fa7527f5:"68125","82bdf892":"68278",b3325f50:"68453",c353607d:"68545",common:"68592","7ef0b1f8":"68734","525802b3":"68934","838a8de2":"68943",c60355ff:"69063",cf2bf76c:"70160","5aa350ff":"70195",ce4e1b4c:"70224",b7e828e9:"70325",cb6692d1:"70438","0cc29a7b":"70781",f7444008:"70973",ae4b27f5:"71087",ef0722f6:"71262",b251dac0:"71292","08fa23f5":"71300","902ce872":"71319",ef851841:"71627",ba7edf1e:"71660",c77b3eb2:"71889","661e81a0":"72066","49b90edf":"72086",cc167612:"72111","40d679e2":"72319","1d9da1f4":"72387",f73564bb:"72470",ef6e5522:"72650","4539774b":"72698",af0cfa4d:"72778","4b05701a":"72822","939d772d":"72971",befb6058:"73197","2e7c08db":"73505",b261f0c2:"73558",f5968bd7:"73580",b9a84d40:"73770",fea2b63c:"73938",a59479b4:"74101",bd7f1226:"74157",e1af0ab1:"74164","9730c5c0":"74247",dc2f4bb3:"74415","3c784d85":"74419",f7fb2d51:"74439","1e19da88":"74599",fc3a4118:"74639","855239bf":"74695","04069cf2":"74863","56b19f5d":"75261",a930ad8b:"75282","89b4dc5b":"75502","10e04114":"75511",a9b54304:"75643","027748e9":"75973",caf5215e:"76056","56a2ba07":"76141",ab49a733:"76150","5d5e5e64":"76195",d3439b27:"76543",cbdda69f:"76678",f69ed20f:"76894",bd3bf4b2:"77152","5a30cf7e":"77279","78c16d4e":"77625",f039e5ac:"77652","346c9335":"77692","93dc8e22":"77776","17cee6e7":"77810","35b6bff0":"77819",fbd97956:"77829","6998a2e0":"77977",c0485655:"78079","6d82c72f":"78115",d46a91ed:"78372","8fda0747":"78916",b2ba5311:"79046","027cf034":"79168",de8a3f80:"79303","7f5c8eef":"79356","07801322":"79413","2529997c":"79466","10394ccd":"79762","74048f5a":"79844","855c8e88":"80102",e1f0e952:"80194","061f4a01":"80259",eb421efb:"80397","3299b82b":"80509","9285eb74":"80562",e4ce6935:"80666",dffd512f:"80720","37a6abbb":"80742","9d23210d":"80843","65aa3c0f":"80997","87014e7c":"81168",c472c431:"81236",b738733a:"81413",c8402463:"81434",a74ebc46:"81510","37e2c88f":"81688","943ee7a0":"81840",b6d1a9e4:"81923","5e45289c":"82040",a50e7810:"82059","97f06d1f":"82248",f606e04f:"82327","98a1fcd9":"82516",a1e6466d:"82580","4b6bfbe5":"82857","13d70063":"83006","0a009b8e":"83020",cf97a90f:"83276","7de4166c":"83477",a78e824b:"83552",cf1f907d:"83588",d008ba81:"83731","338561f9":"83885","9bfb314f":"83897","87c982b6":"83998","3d7d2ef4":"84580",fe8decdd:"84673",c734267c:"84971",e888b9cf:"85080",c055fe35:"85142",cf8d475f:"85246","0dbcde81":"85418","5542c472":"85561",d8583e44:"85594","722d3b69":"85853","8ef1e3bb":"85944","13f43e0d":"86007","63a1965b":"86137","0f462506":"86143","2b4d3916":"86307","7403278a":"86369","84e29575":"86412",c54953e9:"86719","83fc7a70":"86724",fa1a9465:"86806","5f7bf53e":"87057",f8f4312c:"87069",a4270ee0:"87108","4656db35":"87260","84b89e63":"87360","596312fd":"87362","8dc66840":"87393","4f8ec7a6":"87398","6883f3de":"87466","01e280d4":"87537",a7576dcc:"87550",c798c0b5:"87572","8fa9f998":"87638",bffc2bf2:"87741","4301bf12":"87759",feeadb31:"88108",f6e7257d:"88225",d825baa2:"88268",d607720a:"88287",ae6e0575:"88349","4a2f39f7":"88395","69cd44f6":"88448","1b126a6f":"88456","5a8bd788":"88581",a2a7b11f:"88745",bf044f46:"88982",f6d78023:"89016",eb564df5:"89031","25628c10":"89081","3d4bcc05":"89159","064d67f5":"89178",b280ad18:"89728","60a7d27a":"89741","9bf2f1ad":"90026",ba04e5ff:"90095","527a0828":"90104","4aa16476":"90342",c9eb37d0:"90376",f14531dc:"91091",ac3f047d:"91219","936d7d86":"91431","05b7ca84":"91536","72305ffa":"91614","4e405eb7":"91693","21a63d69":"91763",e3793912:"92251",eab12d28:"92271","42117c13":"92508","5e24e3bc":"92539","8338fc75":"92609","030dac36":"92651","44a0b814":"92871","65cd3ed0":"92958",b7b0952c:"93009","0d905e60":"93315","61ef3688":"93350",a145ee74:"93414","2d3e138b":"93575","2469bf52":"93582","0e7f8e29":"93633","234b7c65":"93785",e9d600cd:"93834","1ebf5cdd":"93844","763d581e":"94048",c3ddf248:"94057","7f9bbddb":"94275","8f8e7d7f":"94333",a94703ab:"94368",ef389cd6:"94396","7d4d206b":"94674","1e7f07e5":"94676",d9085f9d:"94692",e1ab4fff:"94744","81ab4bc2":"94745",c62dfbde:"94986",da84d3ce:"95261","2baa0d2f":"95400",c7b25a99:"95449",b36e09f7:"95472",c670dcf4:"95730","7116dcd1":"95846",add02b3d:"96427",f3ef781b:"96429","19d1f479":"96432","886f6b5c":"96535","1116756a":"96561","118191b6":"96570",e4c82ea3:"96602","5d277be3":"96639",be5d9038:"96736","4b3b6417":"96834","7bfc815f":"96996",dadf679c:"97330","70037a21":"97370",a4179dd8:"97537",a194bf09:"97727","14d19b54":"97810",f882977e:"97850","1a4e3797":"97920",f06e6a07:"98015","029b57e9":"98077","00e6edd3":"98141",ee19645a:"98211","09e558b2":"98339","39155dff":"98655","7350612e":"98664","7c3d6589":"98687","2eabd8e4":"98796","289325ad":"98834","60ab5c4c":"98877","614ec589":"98878",eee1a76f:"98940","512e5a2f":"98960","7131c338":"99014","69c1213a":"99052","382a2208":"99069","00126636":"99133","2a0a1cbb":"99419","43fae343":"99555","4e66f8e1":"99662","1f98178b":"99714","2c6eda14":"99866","52b7003d":"99883","67854d34":"99944"}[e]||e,r.p+r.u(e)},(()=>{var e={51303:0,40532:0};r.f.j=(f,d)=>{var b=r.o(e,f)?e[f]:void 0;if(0!==b)if(b)d.push(b[2]);else if(/^(40532|51303)$/.test(f))e[f]=0;else{var a=new Promise(((d,a)=>b=e[f]=[d,a]));d.push(b[2]=a);var c=r.p+r.u(f),t=new Error;r.l(c,(d=>{if(r.o(e,f)&&(0!==(b=e[f])&&(e[f]=void 0),b)){var a=d&&("load"===d.type?"missing":d.type),c=d&&d.target&&d.target.src;t.message="Loading chunk "+f+" failed.\n("+a+": "+c+")",t.name="ChunkLoadError",t.type=a,t.request=c,b[1](t)}}),"chunk-"+f,f)}},r.O.j=f=>0===e[f];var f=(f,d)=>{var b,a,c=d[0],t=d[1],o=d[2],n=0;if(c.some((f=>0!==e[f]))){for(b in t)r.o(t,b)&&(r.m[b]=t[b]);if(o)var i=o(r)}for(f&&f(d);n{"use strict";var e,f,d,a,b,c={},t={};function r(e){var f=t[e];if(void 0!==f)return f.exports;var d=t[e]={id:e,loaded:!1,exports:{}};return c[e].call(d.exports,d,d.exports,r),d.loaded=!0,d.exports}r.m=c,e=[],r.O=(f,d,a,b)=>{if(!d){var c=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](d[o])))?d.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[d,a,b]},r.n=e=>{var f=e&&e.__esModule?()=>e.default:()=>e;return r.d(f,{a:f}),f},d=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var c={};f=f||[null,d({}),d([]),d(d)];for(var t=2&a&&e;"object"==typeof t&&!~f.indexOf(t);t=d(t))Object.getOwnPropertyNames(t).forEach((f=>c[f]=()=>e[f]));return c.default=()=>e,r.d(b,c),b},r.d=(e,f)=>{for(var d in f)r.o(f,d)&&!r.o(e,d)&&Object.defineProperty(e,d,{enumerable:!0,get:f[d]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((f,d)=>(r.f[d](e,f),f)),[])),r.u=e=>"assets/js/"+({39:"7cd7dff4",187:"50624596",367:"74cbe0b8",548:"773c9be2",868:"0eff0a6f",1386:"4bdd7a5c",1473:"fc4f9677",1768:"892ea308",1880:"65174236",1893:"4c5e977b",1984:"9db4052c",2029:"3f68dbf9",2118:"c1f0b016",2413:"76aeaa79",2439:"5ce704b9",2510:"fd1dd87b",2740:"5ac41226",2743:"8eea8428",2813:"61d84721",2947:"bc7fa033",3066:"2355c4de",3396:"e98178f6",3703:"e4cd4c7a",3726:"253936df",3801:"73844499",3903:"6ac75deb",4073:"974240c7",4075:"f3d4cbab",4084:"f25e6f21",4135:"3b29ff56",4143:"d331ba2f",4216:"17e33bf8",4333:"1ab52cc4",4433:"f3a754c4",4485:"8dc7c7b8",4497:"dce64afb",4550:"e0542d43",4721:"158f8d96",4803:"1d49b9a7",5185:"db75d29b",5239:"c78d27fd",5278:"c5b8a246",5319:"eda4b510",5447:"addd6ba5",5607:"1c73409e",5608:"35a126af",5635:"4859ca05",6002:"b4ef590d",6204:"7781a674",6447:"40a26964",6486:"fc56fef7",6649:"cad1e5e7",6747:"a975cdb9",6754:"3c341aac",7059:"ad57971b",7061:"e9add0da",7145:"eebb9f3e",7469:"c9618959",7505:"c5e2f0b8",7968:"13097e04",8238:"d7c5d900",8274:"6d4322eb",8382:"af84de2b",8423:"728499a5",8476:"51058c35",8709:"8ec1cce8",8878:"6b8a5e04",8953:"1dad5260",9021:"1ccd3c84",9106:"5200637f",9506:"18bdeddf",9817:"14eb3368",9878:"50343655",9890:"22c2f671",9927:"517a0098",10072:"6b35904b",10089:"c0f2a38f",10795:"78dfb7e9",11087:"fbe11c2d",11413:"71498ad5",11608:"8ff8e535",11635:"a000bcb0",12042:"05eab60d",12064:"a8bc8280",12073:"8f7aa1e6",12150:"87a73dcc",12166:"d0121b59",12197:"4e8481fe",12310:"2a424e83",12427:"95f9ec4d",12700:"244d38fb",12799:"8a4e4477",13005:"4f548564",13141:"5b0ef785",13511:"04330a60",13512:"6e54351f",13776:"af69bd61",13926:"5123f067",13941:"9f1b0dd7",14099:"02365595",14130:"a1370fd9",14158:"3b1cebf6",14234:"0b8b932b",14385:"191b5491",14420:"a87b8aaa",14553:"d1c1fcdf",14571:"5a4cd927",14593:"59796031",14745:"1914b754",14833:"4da02df6",14898:"c8af2d23",14949:"7b982834",15017:"e2e84060",15415:"8140523c",15569:"71025f9d",15620:"fa9fa18e",15687:"a509edaa",15792:"bdb17ab6",15817:"9dc20e1e",15941:"c82f4a97",16055:"f4528bb6",16438:"cbbbe773",16619:"12356e50",16660:"b4589fd3",16688:"f0f5300a",16914:"750f4760",16951:"1fa24217",17213:"7236dcb4",17270:"ce5c8c24",17531:"90abdf6b",17535:"d6f5cfb9",17772:"802254bf",17817:"7b338c23",17971:"6f37af33",18467:"fd64f10f",18494:"e73dc58a",18518:"a7bd4aaa",18589:"4d028742",18778:"7dadb812",18792:"550f8adb",18911:"7c4251fd",19100:"87298834",19226:"5cf7b0e9",19272:"a6ef86a7",19295:"09e06a52",19385:"f4cba3b6",19559:"97b6d501",19589:"be166ec8",19634:"69c42b9a",19688:"57fb9f17",19725:"4ecca97f",19798:"ba202bb7",19807:"a75c3dbe",19836:"39df2a2d",20039:"6417b00a",20119:"666ab627",20281:"e600351a",20335:"4d273619",20469:"88f92607",20511:"e8be83b4",20530:"02335ff3",20627:"b4038acd",20654:"d8c91a6e",20847:"6be148ac",21006:"069ddc90",21097:"2a35639c",21320:"849f9212",21833:"da9723b1",21857:"4154c60d",22357:"99a4b5ad",22406:"e6eaa71a",22671:"477ce73e",22753:"925ba56d",22765:"1cbfa080",22977:"99e7ae84",23255:"da920113",23324:"af7c52b4",23398:"10159dbf",23923:"647f4a2b",24006:"76f78662",24015:"c0742808",24018:"a9317d44",24122:"c605d0f8",24226:"e4b8d1f7",24288:"062c085f",24434:"2c8c99fe",24472:"84982dca",24547:"1b295c6d",24553:"3a1788ea",24703:"884c007e",25090:"46ef8a18",25272:"e13968cd",25864:"db34055c",25910:"cf0d3f50",25966:"6d1ffffd",26002:"a89000ee",26166:"39c639a5",26331:"846e4211",26349:"8bc78012",26365:"47aa7b91",26451:"e772b38e",26498:"fba7bb0f",26533:"b4e65e1f",26645:"e43ee211",26780:"55962708",26834:"90eb8716",26973:"0687cea2",27034:"d771338a",27081:"06ac45ec",27318:"7bbaf234",27356:"57d216c5",27439:"e8a7e98a",27653:"b2229da9",27762:"85d780d7",27778:"50df0f53",27891:"d34be79b",27921:"b8edbb74",27941:"dbf12243",27943:"76d80f02",28149:"841f5a4e",28194:"5aa39d6f",28242:"468a76eb",28592:"05f6be15",28734:"ca07938f",28814:"e52c2c66",29112:"37a6acf4",29115:"1def0b76",29214:"9a5047d6",29417:"00685d85",29585:"11b43341",29605:"981e583b",29609:"ee9fcfd2",29661:"5e95c892",29728:"c4cc5d22",30032:"2b123ddd",30096:"189ef51f",30130:"75581c38",30362:"da07b169",30529:"a11133f1",30832:"703f23e5",30848:"9a9bd620",30953:"a76e60d3",31004:"c141421f",31065:"8a921158",31515:"2d2199e6",31714:"6ddcd9e6",31833:"32d0d625",31874:"1885d511",31903:"7e5f1599",31989:"8660488c",32147:"220207ff",32240:"75688136",32288:"0f27f1b8",32309:"c2abd45e",32728:"757f50af",32781:"6fd9a23c",32853:"b43d8a0d",33242:"8853ba72",33421:"cc67ee4e",33629:"aba21aa0",33814:"88c419bb",33849:"99e6b25e",34021:"6bc80c47",34196:"4d4a4ba7",34420:"bea80cb3",34585:"e2f45cda",34696:"806e95e3",34908:"ab9eee5d",35334:"eed39aaa",35445:"84d47c34",35618:"8f8fcdca",35692:"539d7c87",35858:"d8f7c5d2",35979:"7ddbc678",36020:"1ffa81c2",36415:"def3d7ec",36416:"77f794d9",36635:"bc0c4574",36797:"dbee08c0",37062:"b8e550c7",37064:"a88aef15",37354:"24cb5394",37754:"c4c7f502",37842:"9c665132",38094:"bc8d9490",38317:"9a13fb7d",38395:"9cc3dc60",38648:"f6b5f999",38772:"4cae6594",38834:"c8588910",38846:"a7c4da1a",38924:"a7b83fdb",39016:"c60c4f5c",39062:"eb1ed09f",39074:"6b6f3d7f",39098:"e7598b37",39750:"c9175315",39754:"1176889b",39779:"fb2c10d0",39911:"8c63d4ea",39920:"2226fe36",40441:"8b79729b",40719:"c3fd8874",40757:"9ce9f59c",41224:"4ed4ccdd",41229:"402a601e",41385:"62bbaed5",41557:"73fb3b8c",41622:"65b83197",41894:"a9d664f3",41931:"2ac62c9a",41956:"79b46cc3",41995:"0a099a4f",42190:"8b57dad7",42195:"23e3b261",42348:"75737ba1",42611:"8dd72728",42630:"1e1599cb",43540:"fb391353",43854:"ea49187a",43890:"45f9d1d8",43901:"7d52d695",44007:"5bca89a7",44116:"55f3aeca",44135:"33b6b144",44159:"f120f84a",44317:"9ef0b234",44403:"cc38c2de",44612:"bebf2496",44618:"5ecdf48a",44946:"00e97bf6",45014:"c32fb469",45047:"255e8cf3",45069:"a0d375c1",45087:"ea798e5d",45170:"be477480",45231:"6434182c",45350:"064214cc",45421:"53e81573",45871:"fd8f6816",45887:"cb3e1b57",46198:"42ef02de",46329:"c7dff32f",46527:"1b9c28ca",46601:"65f8d083",47189:"c681ba46",47437:"aa7a09d2",47678:"9b665e50",47704:"dec03848",47778:"2ffd2327",47892:"e21651f5",47918:"b90e80fa",47930:"bbcb5934",48070:"8280346e",48379:"8169b3c6",48584:"069eb6a1",48589:"5a54d93f",48729:"9521f4b3",48765:"dc5e99f0",48891:"decfbba0",48893:"fbe4c47e",48979:"33fbd6a1",49010:"cd8eed67",49455:"2c1711ce",49483:"3ebc342d",49824:"2c55f2e5",49986:"098953f3",50064:"449350f4",50085:"7937cd58",50110:"4779d29a",50150:"54146d47",50267:"c6e3ef59",50288:"7a3e07c8",50414:"306aee24",50600:"cb7c035f",50629:"ce42bfab",50735:"de37d217",51028:"ef6a085d",51335:"ea4a9d72",51392:"41a0b225",51434:"3938886d",51478:"1b3ac3cc",51743:"5e7a1239",51750:"46006f66",51844:"9fc40824",51881:"b82cae74",52002:"17fda0e6",52075:"3fc8e804",52281:"18047e7a",52290:"4bdb5884",52291:"3614178f",52483:"9c874da5",52553:"b04c64bf",52719:"98b03dc7",52821:"6fd46f6c",53082:"d26eef7b",53099:"18fa88f3",53155:"9a364eec",53443:"219e4260",53608:"8a0d7266",53688:"2159b8b3",53698:"a11b35f8",53710:"70aa9574",53761:"781adc30",53905:"8bcf2f56",53906:"756b6e7b",54022:"8f41e9a9",54131:"fbb8b522",54159:"3f8e3eb1",54390:"abed6a31",54408:"a27ff278",54931:"e962acdf",55150:"cbf45c4e",55204:"ddb5b6fd",55222:"5718d6db",55319:"263dbc6d",55326:"73bb90fb",55392:"32d685a7",55710:"f2495005",55747:"7ad27f37",55762:"e54b4d7a",55899:"e2b208a8",55957:"901254d8",56008:"52eb011d",56048:"f2c96c5d",56059:"910d5a4e",56066:"b3bfe149",56255:"882bd5c3",56361:"ce8311e3",56429:"8bb03b64",56686:"1d8506ff",56945:"a715e04b",57168:"fc0225c3",57350:"8274afaf",57434:"1f2d2cdd",57904:"e13299cf",58007:"8272edfd",58035:"ef9f26c9",58442:"2c8f08e7",58599:"27355691",58658:"58f41459",58660:"dd2c73e2",58677:"ce94b51d",58760:"c84a9109",58925:"c3c545ed",58927:"61ad0ab8",58939:"7ce8e9eb",59145:"63a8a649",59476:"2e87b851",59671:"0e384e19",59709:"223301d0",59827:"ad180f29",59873:"06eebeb7",59941:"beffaa26",60028:"5269bd21",60369:"9e8f0e1c",60444:"509d9e86",60452:"295d89fa",60561:"74f6cc54",60570:"a7f8e40f",60747:"07d78bf6",60862:"ba4cd107",61078:"c059af28",61384:"91620dbc",61385:"f37d4a2b",61485:"ce3486bd",61490:"7821a10c",61613:"6e16c901",61654:"8858ccd2",61935:"21bd6469",62023:"7805734c",62024:"ab510b4f",62039:"cdbcc403",62169:"267ccbc6",62207:"a21f6a6b",62629:"5c2df135",63079:"269e975a",63109:"f7b79a00",63128:"f58ab7d7",63342:"b0322889",63345:"0132c79f",63858:"dd9cddc7",63931:"7d141066",64186:"d46c85d9",64329:"53ae10ed",64349:"a3a026fb",64426:"06f47a0f",64463:"4af5a5a2",64540:"a7c562f4",64708:"e1bea372",65055:"98aeac89",65106:"145e5b9f",65296:"086e8e8b",65401:"69ffdf14",65542:"94ea8699",65745:"75ee4e8f",66032:"99d5b11a",66095:"819d5147",66509:"c9f82592",66664:"e512a86f",67003:"491e614f",67162:"67d29b54",67252:"85722057",67255:"fc5c2de4",67293:"ef593bfc",67467:"8f72d77c",67486:"8c292d3e",67549:"cbf7c031",67635:"5c9ef298",67642:"e654d673",67689:"f7aeb356",67979:"e9a76c81",68105:"d9fb2f5f",68125:"fa7527f5",68278:"82bdf892",68453:"b3325f50",68545:"c353607d",68592:"common",68734:"7ef0b1f8",68934:"525802b3",68943:"838a8de2",69063:"c60355ff",70160:"cf2bf76c",70195:"5aa350ff",70224:"ce4e1b4c",70325:"b7e828e9",70438:"cb6692d1",70781:"0cc29a7b",70973:"f7444008",71087:"ae4b27f5",71262:"ef0722f6",71292:"b251dac0",71300:"08fa23f5",71319:"902ce872",71627:"ef851841",71660:"ba7edf1e",71889:"c77b3eb2",72066:"661e81a0",72086:"49b90edf",72111:"cc167612",72319:"40d679e2",72387:"1d9da1f4",72470:"f73564bb",72650:"ef6e5522",72698:"4539774b",72778:"af0cfa4d",72822:"4b05701a",72971:"939d772d",73110:"43011389",73197:"befb6058",73505:"2e7c08db",73558:"b261f0c2",73580:"f5968bd7",73770:"b9a84d40",73938:"fea2b63c",74101:"a59479b4",74157:"bd7f1226",74164:"e1af0ab1",74247:"9730c5c0",74415:"dc2f4bb3",74419:"3c784d85",74439:"f7fb2d51",74599:"1e19da88",74639:"fc3a4118",74695:"855239bf",74863:"04069cf2",75261:"56b19f5d",75282:"a930ad8b",75502:"89b4dc5b",75511:"10e04114",75643:"a9b54304",75973:"027748e9",76056:"caf5215e",76141:"56a2ba07",76150:"ab49a733",76195:"5d5e5e64",76543:"d3439b27",76678:"cbdda69f",76894:"f69ed20f",77152:"bd3bf4b2",77279:"5a30cf7e",77625:"78c16d4e",77652:"f039e5ac",77692:"346c9335",77776:"93dc8e22",77810:"17cee6e7",77819:"35b6bff0",77829:"fbd97956",77977:"6998a2e0",78079:"c0485655",78115:"6d82c72f",78372:"d46a91ed",78916:"8fda0747",79046:"b2ba5311",79168:"027cf034",79303:"de8a3f80",79356:"7f5c8eef",79413:"07801322",79466:"2529997c",79762:"10394ccd",79844:"74048f5a",80102:"855c8e88",80194:"e1f0e952",80259:"061f4a01",80397:"eb421efb",80509:"3299b82b",80562:"9285eb74",80666:"e4ce6935",80720:"dffd512f",80742:"37a6abbb",80843:"9d23210d",80997:"65aa3c0f",81168:"87014e7c",81236:"c472c431",81413:"b738733a",81434:"c8402463",81510:"a74ebc46",81688:"37e2c88f",81840:"943ee7a0",81923:"b6d1a9e4",82040:"5e45289c",82059:"a50e7810",82248:"97f06d1f",82327:"f606e04f",82516:"98a1fcd9",82580:"a1e6466d",82857:"4b6bfbe5",83006:"13d70063",83020:"0a009b8e",83276:"cf97a90f",83477:"7de4166c",83552:"a78e824b",83588:"cf1f907d",83731:"d008ba81",83885:"338561f9",83897:"9bfb314f",83998:"87c982b6",84580:"3d7d2ef4",84673:"fe8decdd",84971:"c734267c",85080:"e888b9cf",85142:"c055fe35",85246:"cf8d475f",85418:"0dbcde81",85561:"5542c472",85594:"d8583e44",85853:"722d3b69",85944:"8ef1e3bb",86007:"13f43e0d",86137:"63a1965b",86143:"0f462506",86307:"2b4d3916",86369:"7403278a",86412:"84e29575",86719:"c54953e9",86724:"83fc7a70",86806:"fa1a9465",87057:"5f7bf53e",87069:"f8f4312c",87108:"a4270ee0",87260:"4656db35",87360:"84b89e63",87362:"596312fd",87393:"8dc66840",87398:"4f8ec7a6",87466:"6883f3de",87537:"01e280d4",87550:"a7576dcc",87572:"c798c0b5",87638:"8fa9f998",87741:"bffc2bf2",87759:"4301bf12",88108:"feeadb31",88225:"f6e7257d",88268:"d825baa2",88287:"d607720a",88349:"ae6e0575",88395:"4a2f39f7",88448:"69cd44f6",88456:"1b126a6f",88581:"5a8bd788",88745:"a2a7b11f",88982:"bf044f46",89016:"f6d78023",89031:"eb564df5",89081:"25628c10",89159:"3d4bcc05",89178:"064d67f5",89728:"b280ad18",89741:"60a7d27a",90026:"9bf2f1ad",90095:"ba04e5ff",90104:"527a0828",90342:"4aa16476",90376:"c9eb37d0",91091:"f14531dc",91219:"ac3f047d",91431:"936d7d86",91536:"05b7ca84",91614:"72305ffa",91693:"4e405eb7",91763:"21a63d69",92251:"e3793912",92271:"eab12d28",92508:"42117c13",92539:"5e24e3bc",92609:"8338fc75",92651:"030dac36",92871:"44a0b814",92958:"65cd3ed0",93009:"b7b0952c",93315:"0d905e60",93350:"61ef3688",93414:"a145ee74",93575:"2d3e138b",93582:"2469bf52",93633:"0e7f8e29",93785:"234b7c65",93834:"e9d600cd",93844:"1ebf5cdd",94048:"763d581e",94057:"c3ddf248",94275:"7f9bbddb",94333:"8f8e7d7f",94368:"a94703ab",94396:"ef389cd6",94674:"7d4d206b",94676:"1e7f07e5",94692:"d9085f9d",94744:"e1ab4fff",94745:"81ab4bc2",94986:"c62dfbde",95261:"da84d3ce",95400:"2baa0d2f",95449:"c7b25a99",95472:"b36e09f7",95730:"c670dcf4",95846:"7116dcd1",96226:"70837794",96427:"add02b3d",96429:"f3ef781b",96432:"19d1f479",96535:"886f6b5c",96561:"1116756a",96570:"118191b6",96602:"e4c82ea3",96639:"5d277be3",96736:"be5d9038",96834:"4b3b6417",96996:"7bfc815f",97330:"dadf679c",97370:"70037a21",97537:"a4179dd8",97727:"a194bf09",97810:"14d19b54",97850:"f882977e",97920:"1a4e3797",98015:"f06e6a07",98077:"029b57e9",98141:"00e6edd3",98211:"ee19645a",98339:"09e558b2",98655:"39155dff",98664:"7350612e",98687:"7c3d6589",98796:"2eabd8e4",98834:"289325ad",98877:"60ab5c4c",98878:"614ec589",98940:"eee1a76f",98960:"512e5a2f",99014:"7131c338",99052:"69c1213a",99069:"382a2208",99133:"00126636",99419:"2a0a1cbb",99555:"43fae343",99662:"4e66f8e1",99714:"1f98178b",99866:"2c6eda14",99883:"52b7003d",99944:"67854d34"}[e]||e)+"."+{39:"c6ede390",187:"2daedda8",367:"beb2f1bb",548:"9ca528d5",868:"3355cfb3",1386:"122b0a8f",1473:"12dccf18",1768:"98cd5dd1",1880:"0f092d3c",1893:"3008116c",1984:"8dfff69c",2029:"88825d6a",2118:"355476a0",2413:"71b2cafd",2439:"074bfbcc",2510:"b13f847a",2740:"fa232f0f",2743:"7d122262",2813:"da643d6c",2947:"ebd81d76",3066:"b0288a12",3396:"edbfd060",3703:"230b7fb1",3726:"0fbfc078",3801:"13922390",3903:"b6c7bb7f",4073:"3c539b6e",4075:"d20d1012",4084:"785d1295",4135:"54366ac9",4143:"4f5192b9",4216:"2a777965",4333:"19b32927",4433:"0a45add5",4485:"937c5bf4",4497:"803c3784",4550:"618824d8",4721:"0bbb84ca",4803:"c7d2179a",5185:"37296f74",5239:"7ebff6ce",5278:"498fa6c1",5319:"f051e8c6",5447:"c1a49e04",5607:"007703fe",5608:"b37ac16f",5635:"7c915608",6002:"0632a57f",6204:"4892f464",6447:"27d20758",6486:"9974ff70",6649:"4d679c72",6747:"f658f352",6754:"c1c41a46",7059:"54296e01",7061:"7b98d4ea",7145:"c22bfe7d",7469:"6e7669fb",7505:"6ae7cb38",7968:"b3c21eac",8238:"4df8485b",8274:"50b9f7b9",8382:"4c40a8f3",8423:"58b5d729",8476:"16e5db96",8709:"87911c5d",8878:"7b5140bf",8953:"8be32365",9021:"36a799d3",9106:"62626e85",9506:"1d9d69e8",9817:"673d2a6b",9878:"f6625bf2",9890:"3e3ac4f5",9927:"00f66d9f",10072:"74b7dc0f",10089:"05e4301c",10795:"92d1667f",11087:"fbb2e28e",11413:"90dce428",11608:"3dd3b9e4",11635:"6dc4b209",12042:"0ea8ddcf",12064:"f0a9a790",12073:"24e1e099",12150:"af61b186",12166:"39f6fbfe",12197:"5356066b",12310:"96cba959",12427:"673a787f",12700:"989c3d34",12799:"b6383956",13005:"66b2da5f",13141:"4cdd68db",13511:"5379b0e9",13512:"ced9f1f3",13776:"0efa44af",13926:"13c96355",13941:"4282df51",14099:"ae2f5161",14130:"a6931bb5",14158:"6c08123b",14234:"32d961f9",14385:"c6229b79",14420:"b583a35a",14553:"4f4f5ce8",14571:"a738868c",14593:"1e4e7697",14745:"dba6ca3d",14833:"fb30907f",14898:"6de170cb",14949:"547ebe74",15017:"ffb6b3fc",15415:"b0d6ab2b",15569:"6ec1f282",15620:"38523385",15687:"439d34a8",15792:"09de319d",15817:"92d0123b",15941:"d6ed4650",16055:"c378abb1",16438:"28edeafc",16619:"b0c4409b",16660:"d14f1e05",16688:"62b15b55",16914:"5a9584da",16951:"ba5e66f8",17213:"1f839f43",17270:"a79cf53b",17531:"d30ad86e",17535:"ad88ac6e",17772:"99f80bf0",17817:"ff7f4a31",17971:"5acf6845",18467:"2ef13c94",18494:"e4b17905",18518:"747eff3f",18589:"e159c0a1",18778:"40e5d5d7",18792:"343f2fe3",18894:"dedbed6c",18911:"a3e69861",19100:"e0e2746f",19226:"3a00f7af",19272:"ef1f94aa",19295:"99fa6426",19385:"dda3c8cc",19559:"25fd5703",19589:"2212d287",19634:"b8e23759",19688:"3847a4ce",19725:"4caaf154",19798:"fe362ef3",19807:"ab465a1a",19836:"56a0108f",20039:"1762aba1",20119:"3a44e7e0",20281:"86465252",20335:"397870bf",20469:"a310a555",20511:"f98c5368",20530:"843b12e6",20627:"dd268780",20654:"79091866",20847:"9e8ad36e",21006:"b2cd13c2",21097:"c43e7981",21320:"f05afeea",21833:"c41a7463",21857:"869110a1",22357:"e0743635",22406:"5e1e1b1d",22671:"8c14d090",22753:"9c94e756",22765:"24ab3b70",22977:"fc6f59d8",23255:"4dfa9333",23324:"5f778ba1",23398:"9150190d",23923:"5ff1ad8c",24006:"0698568a",24015:"bb56e9f2",24018:"f7f1ef59",24122:"54272640",24226:"a225e5b9",24288:"1f72edb8",24434:"52bd8787",24472:"317d09b9",24547:"8cce4f1c",24553:"7b4ed89f",24703:"d204ec87",25090:"93d0f1a9",25272:"3ffbd1e2",25864:"76314a02",25910:"43c12bb9",25966:"266af4ff",26002:"dcf74ebd",26166:"c720eed9",26331:"5a2713ff",26349:"c43e17e7",26365:"cd818941",26451:"920eaf27",26498:"83a941b3",26533:"32a8f4ff",26645:"d0192b74",26731:"2239d7ac",26780:"1be07464",26834:"0fc72974",26973:"9ca8aac9",27034:"517e4705",27081:"7a2b4998",27318:"89c77db5",27356:"b1692af1",27439:"b32d2818",27653:"6b907743",27762:"16fbba62",27778:"6809efe8",27891:"0fdbd9fa",27921:"3d07ae0c",27941:"fddb54f1",27943:"7801c6a7",28149:"535763a9",28194:"eb2ba53c",28242:"2a9d01f2",28592:"c22a3554",28734:"253c1425",28814:"7d9c076d",29112:"2d305a82",29115:"46fdb677",29214:"005a5a7d",29417:"f36d2e1c",29585:"e68d2248",29605:"ea8b6062",29609:"3ef86220",29661:"1669fe32",29728:"f3c293ca",30032:"846d8b19",30096:"8323498d",30130:"b3d6d371",30362:"95080297",30529:"0e1c8d70",30832:"c6818154",30848:"e5520834",30953:"2c3e35db",31004:"25f36ec7",31065:"90353e20",31515:"743ac9a8",31714:"cecfbf53",31833:"1c2cb211",31874:"9c36642a",31903:"c3fa5c82",31989:"e823144f",32147:"48b561a8",32240:"4b775a56",32288:"264e9f2b",32309:"7ce08dd8",32728:"13df2bc6",32781:"da0a006f",32853:"8bf89d4e",33242:"5d3726d3",33421:"3b92fb1f",33629:"24e72525",33814:"6bcff44e",33849:"291d03cc",34021:"84691fcc",34196:"6a3eb480",34420:"6d6749bb",34585:"0d02465b",34696:"f09172e3",34908:"a7c12eb2",35334:"96e616e5",35445:"2be6ef48",35618:"a014a425",35692:"f4a0bb87",35858:"5dd2f687",35979:"0ae08ee7",36020:"d0582ad8",36415:"fb85fb34",36416:"0783397e",36635:"5f1b20d1",36797:"0e2debc0",37062:"df843578",37064:"1eac2318",37354:"3337d123",37754:"a5cc999a",37842:"ace1991f",38094:"60a68db7",38317:"4bca74f0",38395:"2bee08e2",38648:"d9ed0524",38772:"e992e8bc",38834:"648f0c84",38846:"20042485",38924:"4888bfdb",39016:"71a50d2a",39062:"57f83906",39074:"3ceaffba",39098:"928d6b85",39750:"d6c0eb72",39754:"61921bed",39779:"b75ee811",39911:"d55ee5be",39920:"9965f602",40441:"3febdca6",40719:"df666f0c",40757:"2d9b5574",41224:"4f455942",41229:"1e82ee9b",41385:"a3f66500",41557:"ba46338a",41622:"a51367a0",41894:"56b32dfc",41931:"418de69d",41956:"dd9a14f6",41995:"928ce5fd",42190:"3143534e",42195:"189c81d7",42348:"75fc43e1",42611:"f0af7a68",42630:"b14762da",43540:"bfda1c3c",43854:"7688d8ca",43890:"cc618845",43901:"c22c4ac2",44007:"f34d384c",44116:"28314ab2",44135:"dd304a1a",44159:"0714f2bd",44317:"a3c47a75",44403:"a5e3b69b",44612:"568a0f73",44618:"b11fb8cc",44946:"c0d24fad",45014:"d5f7be60",45047:"a45721fb",45069:"7dc8e7c5",45087:"5448cf0d",45170:"e3521b6f",45231:"9f0a25dd",45350:"1d8f9676",45421:"ca09a0d3",45871:"1dee090a",45887:"1bed0ceb",46198:"514e804b",46329:"ae0d114b",46527:"d3e137ef",46601:"250c28bf",46945:"33d3f0d3",47189:"b01c288b",47437:"e4fea5f7",47678:"40b36186",47704:"76de6717",47778:"365fce4a",47892:"bc82fab3",47918:"b1c751c8",47930:"36547675",48070:"d91e19bd",48379:"72ace2ba",48584:"bdca7091",48589:"df2c7e23",48729:"a42815b7",48765:"786e7f81",48891:"2a11dc2e",48893:"6a00c98e",48979:"e40757d8",49010:"5659c29d",49455:"8b4a20da",49483:"dacb7c94",49824:"a646117e",49986:"babe2760",50064:"087ac3ab",50085:"7a565f27",50110:"a264cdcc",50150:"79726f99",50267:"8b374059",50288:"b203dd51",50414:"fffc9914",50600:"cb308a91",50629:"0efe2fcc",50735:"1bd48d99",51028:"bb9eb008",51335:"72dd0480",51392:"af31c5be",51434:"7504afaf",51478:"9544488c",51743:"54b4f789",51750:"a174dbad",51772:"6a61e5a9",51844:"9bf189b9",51881:"bf1cad02",52002:"61da9550",52075:"146506e2",52281:"a3d35999",52290:"1e8d9625",52291:"6583fdb1",52483:"9e255228",52553:"8fc06ac2",52719:"ff54e97e",52821:"488bc872",53082:"bb8ecb6b",53099:"d0b55404",53155:"cca907a7",53443:"04f57aa0",53608:"d04803b9",53688:"4ec3e47d",53698:"c8dd2c87",53710:"59a41225",53761:"fcf21687",53905:"967e9bca",53906:"cb373345",54022:"cada7d82",54131:"4eedb7c9",54159:"82468f07",54390:"08b138af",54408:"79bbee7a",54931:"d85fe9a3",55150:"18278c12",55204:"d4d68e26",55222:"c238a3a4",55319:"cd84cbd6",55326:"384b4619",55392:"b391bc0b",55710:"82adb689",55747:"2efb4693",55762:"bd5cecdf",55899:"89418f7f",55957:"2af1d527",56008:"8452f3d6",56048:"e9562fb6",56059:"793a5019",56066:"5b0c4c70",56255:"8482d2ec",56361:"e767756d",56429:"d5f47846",56686:"3bfb180e",56945:"938449b2",57168:"1c26f78a",57350:"3d89dc2e",57434:"bca75bdd",57904:"64b74491",58007:"5b8433a7",58035:"3522d8d2",58442:"91985000",58599:"607139ce",58658:"e0a9c3f7",58660:"72fc95a3",58677:"ef016d5d",58760:"14935ccf",58925:"7503f10f",58927:"ce3932f2",58939:"a92a053c",59145:"94ffc452",59476:"48077f02",59671:"8f9b0dec",59709:"f4e38c43",59827:"cf6f919a",59873:"180b33ab",59941:"4215e2cd",60028:"12ce7004",60369:"750f7592",60444:"d477aaa9",60452:"69755d36",60561:"584c78f0",60570:"bd96bb19",60747:"ad768a5a",60862:"0d5d7b7f",61078:"4a58fe34",61384:"bc4656b7",61385:"f68e91d2",61485:"38c99e5a",61490:"dc1ddc5a",61613:"ee8e5351",61654:"b2215ee1",61935:"a295a149",62023:"aaaab968",62024:"6aa8fb8a",62039:"2d2f076d",62169:"cb5109a5",62207:"67fdb958",62629:"b5ad8f47",63079:"8b504c85",63109:"8b251621",63128:"1b254c68",63342:"7a5a93f7",63345:"19cf31cb",63858:"6af484f2",63931:"6dafe521",64186:"82811667",64329:"9cba6e34",64349:"7c3f6f37",64426:"13292e16",64463:"dd2aecea",64540:"9d073420",64708:"f148f40c",65055:"460acc5f",65106:"860831dd",65296:"4ea7b7a7",65401:"f05c9b3d",65542:"9a0a4643",65745:"3ee05f0c",66032:"266e9757",66095:"7bbcac09",66509:"3135be95",66664:"60d7e15e",67003:"68b66905",67162:"bdbe344a",67252:"46d35efa",67255:"b105b87d",67293:"48458f15",67467:"7c2e42ac",67486:"0b398b15",67549:"7b4d9f27",67635:"cce3c3d5",67642:"2846e52d",67689:"2a9fcdae",67979:"5f2ce41a",68105:"162f5468",68125:"3ae6040d",68278:"85f54fa5",68453:"4419d01e",68545:"e6d38ac9",68592:"bea9ac94",68734:"958099dd",68934:"e99d8683",68943:"5a6974fe",69063:"7f7de03b",70160:"d61c1d30",70195:"749e4a1d",70224:"af88798f",70325:"ab2c6be0",70438:"07125b33",70781:"74213e6b",70973:"11fa4415",71087:"14f150b0",71262:"5309791e",71292:"d792fbcf",71300:"2fc735e5",71319:"b73bc279",71627:"7bea5cca",71660:"0dda55d5",71889:"64c80da3",72066:"9dae01e1",72086:"d6eae7b8",72111:"0b9eab58",72319:"d920e2ff",72387:"ed0f0cf2",72470:"41191abd",72650:"3cd904d3",72698:"f6ab87b1",72778:"b0066607",72822:"1d0fc362",72971:"d40fb104",73110:"8c15c8d1",73197:"f6d14008",73505:"baac1952",73558:"57e6d6dd",73580:"e05d173e",73770:"2716cb72",73938:"7541c7dc",74101:"98f228bc",74157:"2b528422",74164:"53798865",74247:"f39e54eb",74415:"730f4ea0",74419:"85e3d66d",74439:"0964045e",74599:"8c68bd2a",74639:"f1053985",74695:"c52f9be5",74863:"843de086",75261:"e7f47056",75282:"d7ac1598",75502:"a431453d",75511:"81864818",75643:"c17e1cf0",75973:"59cf9b6c",76056:"2237193a",76141:"ac5b3502",76150:"109534ea",76195:"6e7a8acb",76543:"8322d4de",76678:"98823559",76894:"96c82c5f",77152:"6b873efe",77279:"c9db8fa7",77625:"3baa0c5f",77652:"50e24d03",77692:"716c8564",77776:"28c60892",77810:"50bf5bba",77819:"78e4fdc9",77829:"15ba5a60",77977:"7710f521",78079:"3d7f19f4",78115:"b44f6ab7",78372:"b10c3c0d",78916:"c4d4d9d6",79046:"2173398a",79168:"0cde610f",79303:"985d3b61",79356:"62d54654",79413:"64d0c17f",79466:"cc33cd3b",79762:"12090055",79844:"0130eed7",80102:"ac3deba2",80194:"ad99d270",80259:"f09d567d",80397:"8c2f4b29",80509:"11e9b771",80562:"41d96173",80666:"e3299cb5",80720:"fbe54db2",80742:"111c8e09",80843:"7e501812",80997:"1e2da670",81168:"16dfc56b",81236:"ca555a04",81413:"edb95d31",81434:"117f6171",81510:"618cfe52",81688:"1f6bf260",81840:"52b0a2eb",81923:"99f444ec",82040:"7cf829e6",82059:"e69ea0cb",82248:"634ae2c5",82327:"4effd029",82516:"6416521a",82580:"ffde4f76",82857:"b4e29d2f",83006:"24216d78",83020:"d19f74f1",83276:"12b4dd3c",83477:"ac341f31",83552:"3768a480",83588:"9b50c49e",83731:"ad38c2ba",83885:"e9bc0646",83897:"73aacd4e",83998:"61614808",84483:"39eb7900",84580:"423e15da",84673:"3ab5e6f9",84971:"e7327924",85080:"4ee07d24",85142:"b402ea73",85246:"d4f2cd7c",85418:"13cae21f",85561:"cf54a76b",85594:"1f1490e4",85853:"80bd0908",85944:"88f3ea47",86007:"8a2381ad",86137:"9ab50559",86143:"5e5e0e23",86307:"7adcfb46",86369:"b457abac",86412:"a08bac7c",86719:"1295f54d",86724:"778ca7c1",86806:"9c70b73b",87057:"5158ccf5",87069:"0d5cb0d7",87108:"24feefb0",87260:"0d3a8e04",87360:"ba1ec998",87362:"bf92b87b",87393:"2659ab8c",87398:"0f626286",87466:"ca5acca9",87537:"9b9368df",87550:"d61fee78",87572:"41e350ff",87638:"d3931ad4",87741:"11e2b77a",87759:"c36b88f7",88108:"11509d98",88225:"f697110f",88268:"7e2ac2a5",88287:"471bc0d3",88349:"366733eb",88395:"f3cf8fac",88448:"47a9943e",88456:"df8b1484",88581:"4d492986",88745:"f4591614",88982:"737ce7af",89016:"590da8e8",89031:"2864dbf7",89081:"65f36509",89159:"1e56bade",89178:"57f0ad30",89728:"dadc31e9",89741:"f5306a20",90026:"7dbc6ca8",90095:"44874540",90104:"0ae9949e",90342:"9b4e9542",90376:"ea1b602f",91091:"9765a5b2",91219:"0c687dd0",91431:"043e6a2a",91536:"b92c79dc",91614:"8bab85f1",91693:"d8e06c4e",91763:"a93efd9d",92251:"2bc1cca1",92271:"f8a74a44",92508:"8afd49b5",92539:"679728cf",92609:"97bfa297",92651:"8ac044ac",92871:"6ad351b9",92958:"36bb5ad7",93009:"c8b197fc",93315:"155c1360",93350:"fa31c0c4",93414:"5adf9e78",93575:"d34fd2d0",93582:"2d6c6d60",93633:"3d1bc1a1",93785:"f98aa261",93834:"2772b7ef",93844:"86fa5806",94048:"bd6b7a00",94057:"ac0680dd",94275:"7dd3c19a",94333:"9c3ef7d5",94368:"884d948f",94396:"c7700bf3",94674:"fd8676c1",94676:"ba9acc83",94692:"d75f061f",94744:"c3ff0f8c",94745:"2ff31065",94986:"a5444415",95261:"219bfd0f",95400:"83493f02",95449:"bad7ce32",95472:"adb05d92",95730:"e9e3121e",95846:"7f981662",96226:"d49c4e8b",96427:"363415a2",96429:"b094c512",96432:"969e77db",96535:"5e6cc700",96561:"5fc6b094",96570:"ca4d5be6",96602:"0e60177f",96639:"7468f6f4",96736:"637e5051",96834:"27db39e9",96996:"fac261d5",97330:"f2bc75f3",97370:"cbbd3581",97537:"d2b7cdf5",97727:"b39daf5e",97810:"116d5e7c",97850:"c7118b15",97920:"b2e6489f",98015:"88a7639d",98077:"8120c9da",98141:"65e600f7",98211:"7ca4d7bb",98339:"776f6d24",98655:"a14e5761",98664:"14c44db3",98687:"c53eb600",98796:"2d9baa96",98834:"cbcc6dcd",98877:"fa9d1899",98878:"3657e8c8",98940:"e86942e4",98960:"47718b62",99014:"ddb274b1",99052:"93f5769c",99069:"a6449a2e",99133:"2a12e46d",99419:"01f5f95e",99516:"3d4f62cc",99555:"98474d8f",99662:"bf39667c",99714:"264229a1",99866:"12c2423d",99883:"99e8a633",99944:"21be681b"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),a={},b="documentation:",r.l=(e,f,d,c)=>{if(a[e])a[e].push(f);else{var t,o;if(void 0!==d)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=a[e];if(delete a[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(d))),f)return f(d)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="/docs/",r.gca=function(e){return e={27355691:"58599",43011389:"73110",50343655:"9878",50624596:"187",55962708:"26780",59796031:"14593",65174236:"1880",70837794:"96226",73844499:"3801",75688136:"32240",85722057:"67252",87298834:"19100","7cd7dff4":"39","74cbe0b8":"367","773c9be2":"548","0eff0a6f":"868","4bdd7a5c":"1386",fc4f9677:"1473","892ea308":"1768","4c5e977b":"1893","9db4052c":"1984","3f68dbf9":"2029",c1f0b016:"2118","76aeaa79":"2413","5ce704b9":"2439",fd1dd87b:"2510","5ac41226":"2740","8eea8428":"2743","61d84721":"2813",bc7fa033:"2947","2355c4de":"3066",e98178f6:"3396",e4cd4c7a:"3703","253936df":"3726","6ac75deb":"3903","974240c7":"4073",f3d4cbab:"4075",f25e6f21:"4084","3b29ff56":"4135",d331ba2f:"4143","17e33bf8":"4216","1ab52cc4":"4333",f3a754c4:"4433","8dc7c7b8":"4485",dce64afb:"4497",e0542d43:"4550","158f8d96":"4721","1d49b9a7":"4803",db75d29b:"5185",c78d27fd:"5239",c5b8a246:"5278",eda4b510:"5319",addd6ba5:"5447","1c73409e":"5607","35a126af":"5608","4859ca05":"5635",b4ef590d:"6002","7781a674":"6204","40a26964":"6447",fc56fef7:"6486",cad1e5e7:"6649",a975cdb9:"6747","3c341aac":"6754",ad57971b:"7059",e9add0da:"7061",eebb9f3e:"7145",c9618959:"7469",c5e2f0b8:"7505","13097e04":"7968",d7c5d900:"8238","6d4322eb":"8274",af84de2b:"8382","728499a5":"8423","51058c35":"8476","8ec1cce8":"8709","6b8a5e04":"8878","1dad5260":"8953","1ccd3c84":"9021","5200637f":"9106","18bdeddf":"9506","14eb3368":"9817","22c2f671":"9890","517a0098":"9927","6b35904b":"10072",c0f2a38f:"10089","78dfb7e9":"10795",fbe11c2d:"11087","71498ad5":"11413","8ff8e535":"11608",a000bcb0:"11635","05eab60d":"12042",a8bc8280:"12064","8f7aa1e6":"12073","87a73dcc":"12150",d0121b59:"12166","4e8481fe":"12197","2a424e83":"12310","95f9ec4d":"12427","244d38fb":"12700","8a4e4477":"12799","4f548564":"13005","5b0ef785":"13141","04330a60":"13511","6e54351f":"13512",af69bd61:"13776","5123f067":"13926","9f1b0dd7":"13941","02365595":"14099",a1370fd9:"14130","3b1cebf6":"14158","0b8b932b":"14234","191b5491":"14385",a87b8aaa:"14420",d1c1fcdf:"14553","5a4cd927":"14571","1914b754":"14745","4da02df6":"14833",c8af2d23:"14898","7b982834":"14949",e2e84060:"15017","8140523c":"15415","71025f9d":"15569",fa9fa18e:"15620",a509edaa:"15687",bdb17ab6:"15792","9dc20e1e":"15817",c82f4a97:"15941",f4528bb6:"16055",cbbbe773:"16438","12356e50":"16619",b4589fd3:"16660",f0f5300a:"16688","750f4760":"16914","1fa24217":"16951","7236dcb4":"17213",ce5c8c24:"17270","90abdf6b":"17531",d6f5cfb9:"17535","802254bf":"17772","7b338c23":"17817","6f37af33":"17971",fd64f10f:"18467",e73dc58a:"18494",a7bd4aaa:"18518","4d028742":"18589","7dadb812":"18778","550f8adb":"18792","7c4251fd":"18911","5cf7b0e9":"19226",a6ef86a7:"19272","09e06a52":"19295",f4cba3b6:"19385","97b6d501":"19559",be166ec8:"19589","69c42b9a":"19634","57fb9f17":"19688","4ecca97f":"19725",ba202bb7:"19798",a75c3dbe:"19807","39df2a2d":"19836","6417b00a":"20039","666ab627":"20119",e600351a:"20281","4d273619":"20335","88f92607":"20469",e8be83b4:"20511","02335ff3":"20530",b4038acd:"20627",d8c91a6e:"20654","6be148ac":"20847","069ddc90":"21006","2a35639c":"21097","849f9212":"21320",da9723b1:"21833","4154c60d":"21857","99a4b5ad":"22357",e6eaa71a:"22406","477ce73e":"22671","925ba56d":"22753","1cbfa080":"22765","99e7ae84":"22977",da920113:"23255",af7c52b4:"23324","10159dbf":"23398","647f4a2b":"23923","76f78662":"24006",c0742808:"24015",a9317d44:"24018",c605d0f8:"24122",e4b8d1f7:"24226","062c085f":"24288","2c8c99fe":"24434","84982dca":"24472","1b295c6d":"24547","3a1788ea":"24553","884c007e":"24703","46ef8a18":"25090",e13968cd:"25272",db34055c:"25864",cf0d3f50:"25910","6d1ffffd":"25966",a89000ee:"26002","39c639a5":"26166","846e4211":"26331","8bc78012":"26349","47aa7b91":"26365",e772b38e:"26451",fba7bb0f:"26498",b4e65e1f:"26533",e43ee211:"26645","90eb8716":"26834","0687cea2":"26973",d771338a:"27034","06ac45ec":"27081","7bbaf234":"27318","57d216c5":"27356",e8a7e98a:"27439",b2229da9:"27653","85d780d7":"27762","50df0f53":"27778",d34be79b:"27891",b8edbb74:"27921",dbf12243:"27941","76d80f02":"27943","841f5a4e":"28149","5aa39d6f":"28194","468a76eb":"28242","05f6be15":"28592",ca07938f:"28734",e52c2c66:"28814","37a6acf4":"29112","1def0b76":"29115","9a5047d6":"29214","00685d85":"29417","11b43341":"29585","981e583b":"29605",ee9fcfd2:"29609","5e95c892":"29661",c4cc5d22:"29728","2b123ddd":"30032","189ef51f":"30096","75581c38":"30130",da07b169:"30362",a11133f1:"30529","703f23e5":"30832","9a9bd620":"30848",a76e60d3:"30953",c141421f:"31004","8a921158":"31065","2d2199e6":"31515","6ddcd9e6":"31714","32d0d625":"31833","1885d511":"31874","7e5f1599":"31903","8660488c":"31989","220207ff":"32147","0f27f1b8":"32288",c2abd45e:"32309","757f50af":"32728","6fd9a23c":"32781",b43d8a0d:"32853","8853ba72":"33242",cc67ee4e:"33421",aba21aa0:"33629","88c419bb":"33814","99e6b25e":"33849","6bc80c47":"34021","4d4a4ba7":"34196",bea80cb3:"34420",e2f45cda:"34585","806e95e3":"34696",ab9eee5d:"34908",eed39aaa:"35334","84d47c34":"35445","8f8fcdca":"35618","539d7c87":"35692",d8f7c5d2:"35858","7ddbc678":"35979","1ffa81c2":"36020",def3d7ec:"36415","77f794d9":"36416",bc0c4574:"36635",dbee08c0:"36797",b8e550c7:"37062",a88aef15:"37064","24cb5394":"37354",c4c7f502:"37754","9c665132":"37842",bc8d9490:"38094","9a13fb7d":"38317","9cc3dc60":"38395",f6b5f999:"38648","4cae6594":"38772",c8588910:"38834",a7c4da1a:"38846",a7b83fdb:"38924",c60c4f5c:"39016",eb1ed09f:"39062","6b6f3d7f":"39074",e7598b37:"39098",c9175315:"39750","1176889b":"39754",fb2c10d0:"39779","8c63d4ea":"39911","2226fe36":"39920","8b79729b":"40441",c3fd8874:"40719","9ce9f59c":"40757","4ed4ccdd":"41224","402a601e":"41229","62bbaed5":"41385","73fb3b8c":"41557","65b83197":"41622",a9d664f3:"41894","2ac62c9a":"41931","79b46cc3":"41956","0a099a4f":"41995","8b57dad7":"42190","23e3b261":"42195","75737ba1":"42348","8dd72728":"42611","1e1599cb":"42630",fb391353:"43540",ea49187a:"43854","45f9d1d8":"43890","7d52d695":"43901","5bca89a7":"44007","55f3aeca":"44116","33b6b144":"44135",f120f84a:"44159","9ef0b234":"44317",cc38c2de:"44403",bebf2496:"44612","5ecdf48a":"44618","00e97bf6":"44946",c32fb469:"45014","255e8cf3":"45047",a0d375c1:"45069",ea798e5d:"45087",be477480:"45170","6434182c":"45231","064214cc":"45350","53e81573":"45421",fd8f6816:"45871",cb3e1b57:"45887","42ef02de":"46198",c7dff32f:"46329","1b9c28ca":"46527","65f8d083":"46601",c681ba46:"47189",aa7a09d2:"47437","9b665e50":"47678",dec03848:"47704","2ffd2327":"47778",e21651f5:"47892",b90e80fa:"47918",bbcb5934:"47930","8280346e":"48070","8169b3c6":"48379","069eb6a1":"48584","5a54d93f":"48589","9521f4b3":"48729",dc5e99f0:"48765",decfbba0:"48891",fbe4c47e:"48893","33fbd6a1":"48979",cd8eed67:"49010","2c1711ce":"49455","3ebc342d":"49483","2c55f2e5":"49824","098953f3":"49986","449350f4":"50064","7937cd58":"50085","4779d29a":"50110","54146d47":"50150",c6e3ef59:"50267","7a3e07c8":"50288","306aee24":"50414",cb7c035f:"50600",ce42bfab:"50629",de37d217:"50735",ef6a085d:"51028",ea4a9d72:"51335","41a0b225":"51392","3938886d":"51434","1b3ac3cc":"51478","5e7a1239":"51743","46006f66":"51750","9fc40824":"51844",b82cae74:"51881","17fda0e6":"52002","3fc8e804":"52075","18047e7a":"52281","4bdb5884":"52290","3614178f":"52291","9c874da5":"52483",b04c64bf:"52553","98b03dc7":"52719","6fd46f6c":"52821",d26eef7b:"53082","18fa88f3":"53099","9a364eec":"53155","219e4260":"53443","8a0d7266":"53608","2159b8b3":"53688",a11b35f8:"53698","70aa9574":"53710","781adc30":"53761","8bcf2f56":"53905","756b6e7b":"53906","8f41e9a9":"54022",fbb8b522:"54131","3f8e3eb1":"54159",abed6a31:"54390",a27ff278:"54408",e962acdf:"54931",cbf45c4e:"55150",ddb5b6fd:"55204","5718d6db":"55222","263dbc6d":"55319","73bb90fb":"55326","32d685a7":"55392",f2495005:"55710","7ad27f37":"55747",e54b4d7a:"55762",e2b208a8:"55899","901254d8":"55957","52eb011d":"56008",f2c96c5d:"56048","910d5a4e":"56059",b3bfe149:"56066","882bd5c3":"56255",ce8311e3:"56361","8bb03b64":"56429","1d8506ff":"56686",a715e04b:"56945",fc0225c3:"57168","8274afaf":"57350","1f2d2cdd":"57434",e13299cf:"57904","8272edfd":"58007",ef9f26c9:"58035","2c8f08e7":"58442","58f41459":"58658",dd2c73e2:"58660",ce94b51d:"58677",c84a9109:"58760",c3c545ed:"58925","61ad0ab8":"58927","7ce8e9eb":"58939","63a8a649":"59145","2e87b851":"59476","0e384e19":"59671","223301d0":"59709",ad180f29:"59827","06eebeb7":"59873",beffaa26:"59941","5269bd21":"60028","9e8f0e1c":"60369","509d9e86":"60444","295d89fa":"60452","74f6cc54":"60561",a7f8e40f:"60570","07d78bf6":"60747",ba4cd107:"60862",c059af28:"61078","91620dbc":"61384",f37d4a2b:"61385",ce3486bd:"61485","7821a10c":"61490","6e16c901":"61613","8858ccd2":"61654","21bd6469":"61935","7805734c":"62023",ab510b4f:"62024",cdbcc403:"62039","267ccbc6":"62169",a21f6a6b:"62207","5c2df135":"62629","269e975a":"63079",f7b79a00:"63109",f58ab7d7:"63128",b0322889:"63342","0132c79f":"63345",dd9cddc7:"63858","7d141066":"63931",d46c85d9:"64186","53ae10ed":"64329",a3a026fb:"64349","06f47a0f":"64426","4af5a5a2":"64463",a7c562f4:"64540",e1bea372:"64708","98aeac89":"65055","145e5b9f":"65106","086e8e8b":"65296","69ffdf14":"65401","94ea8699":"65542","75ee4e8f":"65745","99d5b11a":"66032","819d5147":"66095",c9f82592:"66509",e512a86f:"66664","491e614f":"67003","67d29b54":"67162",fc5c2de4:"67255",ef593bfc:"67293","8f72d77c":"67467","8c292d3e":"67486",cbf7c031:"67549","5c9ef298":"67635",e654d673:"67642",f7aeb356:"67689",e9a76c81:"67979",d9fb2f5f:"68105",fa7527f5:"68125","82bdf892":"68278",b3325f50:"68453",c353607d:"68545",common:"68592","7ef0b1f8":"68734","525802b3":"68934","838a8de2":"68943",c60355ff:"69063",cf2bf76c:"70160","5aa350ff":"70195",ce4e1b4c:"70224",b7e828e9:"70325",cb6692d1:"70438","0cc29a7b":"70781",f7444008:"70973",ae4b27f5:"71087",ef0722f6:"71262",b251dac0:"71292","08fa23f5":"71300","902ce872":"71319",ef851841:"71627",ba7edf1e:"71660",c77b3eb2:"71889","661e81a0":"72066","49b90edf":"72086",cc167612:"72111","40d679e2":"72319","1d9da1f4":"72387",f73564bb:"72470",ef6e5522:"72650","4539774b":"72698",af0cfa4d:"72778","4b05701a":"72822","939d772d":"72971",befb6058:"73197","2e7c08db":"73505",b261f0c2:"73558",f5968bd7:"73580",b9a84d40:"73770",fea2b63c:"73938",a59479b4:"74101",bd7f1226:"74157",e1af0ab1:"74164","9730c5c0":"74247",dc2f4bb3:"74415","3c784d85":"74419",f7fb2d51:"74439","1e19da88":"74599",fc3a4118:"74639","855239bf":"74695","04069cf2":"74863","56b19f5d":"75261",a930ad8b:"75282","89b4dc5b":"75502","10e04114":"75511",a9b54304:"75643","027748e9":"75973",caf5215e:"76056","56a2ba07":"76141",ab49a733:"76150","5d5e5e64":"76195",d3439b27:"76543",cbdda69f:"76678",f69ed20f:"76894",bd3bf4b2:"77152","5a30cf7e":"77279","78c16d4e":"77625",f039e5ac:"77652","346c9335":"77692","93dc8e22":"77776","17cee6e7":"77810","35b6bff0":"77819",fbd97956:"77829","6998a2e0":"77977",c0485655:"78079","6d82c72f":"78115",d46a91ed:"78372","8fda0747":"78916",b2ba5311:"79046","027cf034":"79168",de8a3f80:"79303","7f5c8eef":"79356","07801322":"79413","2529997c":"79466","10394ccd":"79762","74048f5a":"79844","855c8e88":"80102",e1f0e952:"80194","061f4a01":"80259",eb421efb:"80397","3299b82b":"80509","9285eb74":"80562",e4ce6935:"80666",dffd512f:"80720","37a6abbb":"80742","9d23210d":"80843","65aa3c0f":"80997","87014e7c":"81168",c472c431:"81236",b738733a:"81413",c8402463:"81434",a74ebc46:"81510","37e2c88f":"81688","943ee7a0":"81840",b6d1a9e4:"81923","5e45289c":"82040",a50e7810:"82059","97f06d1f":"82248",f606e04f:"82327","98a1fcd9":"82516",a1e6466d:"82580","4b6bfbe5":"82857","13d70063":"83006","0a009b8e":"83020",cf97a90f:"83276","7de4166c":"83477",a78e824b:"83552",cf1f907d:"83588",d008ba81:"83731","338561f9":"83885","9bfb314f":"83897","87c982b6":"83998","3d7d2ef4":"84580",fe8decdd:"84673",c734267c:"84971",e888b9cf:"85080",c055fe35:"85142",cf8d475f:"85246","0dbcde81":"85418","5542c472":"85561",d8583e44:"85594","722d3b69":"85853","8ef1e3bb":"85944","13f43e0d":"86007","63a1965b":"86137","0f462506":"86143","2b4d3916":"86307","7403278a":"86369","84e29575":"86412",c54953e9:"86719","83fc7a70":"86724",fa1a9465:"86806","5f7bf53e":"87057",f8f4312c:"87069",a4270ee0:"87108","4656db35":"87260","84b89e63":"87360","596312fd":"87362","8dc66840":"87393","4f8ec7a6":"87398","6883f3de":"87466","01e280d4":"87537",a7576dcc:"87550",c798c0b5:"87572","8fa9f998":"87638",bffc2bf2:"87741","4301bf12":"87759",feeadb31:"88108",f6e7257d:"88225",d825baa2:"88268",d607720a:"88287",ae6e0575:"88349","4a2f39f7":"88395","69cd44f6":"88448","1b126a6f":"88456","5a8bd788":"88581",a2a7b11f:"88745",bf044f46:"88982",f6d78023:"89016",eb564df5:"89031","25628c10":"89081","3d4bcc05":"89159","064d67f5":"89178",b280ad18:"89728","60a7d27a":"89741","9bf2f1ad":"90026",ba04e5ff:"90095","527a0828":"90104","4aa16476":"90342",c9eb37d0:"90376",f14531dc:"91091",ac3f047d:"91219","936d7d86":"91431","05b7ca84":"91536","72305ffa":"91614","4e405eb7":"91693","21a63d69":"91763",e3793912:"92251",eab12d28:"92271","42117c13":"92508","5e24e3bc":"92539","8338fc75":"92609","030dac36":"92651","44a0b814":"92871","65cd3ed0":"92958",b7b0952c:"93009","0d905e60":"93315","61ef3688":"93350",a145ee74:"93414","2d3e138b":"93575","2469bf52":"93582","0e7f8e29":"93633","234b7c65":"93785",e9d600cd:"93834","1ebf5cdd":"93844","763d581e":"94048",c3ddf248:"94057","7f9bbddb":"94275","8f8e7d7f":"94333",a94703ab:"94368",ef389cd6:"94396","7d4d206b":"94674","1e7f07e5":"94676",d9085f9d:"94692",e1ab4fff:"94744","81ab4bc2":"94745",c62dfbde:"94986",da84d3ce:"95261","2baa0d2f":"95400",c7b25a99:"95449",b36e09f7:"95472",c670dcf4:"95730","7116dcd1":"95846",add02b3d:"96427",f3ef781b:"96429","19d1f479":"96432","886f6b5c":"96535","1116756a":"96561","118191b6":"96570",e4c82ea3:"96602","5d277be3":"96639",be5d9038:"96736","4b3b6417":"96834","7bfc815f":"96996",dadf679c:"97330","70037a21":"97370",a4179dd8:"97537",a194bf09:"97727","14d19b54":"97810",f882977e:"97850","1a4e3797":"97920",f06e6a07:"98015","029b57e9":"98077","00e6edd3":"98141",ee19645a:"98211","09e558b2":"98339","39155dff":"98655","7350612e":"98664","7c3d6589":"98687","2eabd8e4":"98796","289325ad":"98834","60ab5c4c":"98877","614ec589":"98878",eee1a76f:"98940","512e5a2f":"98960","7131c338":"99014","69c1213a":"99052","382a2208":"99069","00126636":"99133","2a0a1cbb":"99419","43fae343":"99555","4e66f8e1":"99662","1f98178b":"99714","2c6eda14":"99866","52b7003d":"99883","67854d34":"99944"}[e]||e,r.p+r.u(e)},(()=>{var e={51303:0,40532:0};r.f.j=(f,d)=>{var a=r.o(e,f)?e[f]:void 0;if(0!==a)if(a)d.push(a[2]);else if(/^(40532|51303)$/.test(f))e[f]=0;else{var b=new Promise(((d,b)=>a=e[f]=[d,b]));d.push(a[2]=b);var c=r.p+r.u(f),t=new Error;r.l(c,(d=>{if(r.o(e,f)&&(0!==(a=e[f])&&(e[f]=void 0),a)){var b=d&&("load"===d.type?"missing":d.type),c=d&&d.target&&d.target.src;t.message="Loading chunk "+f+" failed.\n("+b+": "+c+")",t.name="ChunkLoadError",t.type=b,t.request=c,a[1](t)}}),"chunk-"+f,f)}},r.O.j=f=>0===e[f];var f=(f,d)=>{var a,b,c=d[0],t=d[1],o=d[2],n=0;if(c.some((f=>0!==e[f]))){for(a in t)r.o(t,a)&&(r.m[a]=t[a]);if(o)var i=o(r)}for(f&&f(d);n