gooddata 1.1.0-java → 1.2.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.document +0 -0
- data/.flayignore +2 -0
- data/.travis.yml +24 -7
- data/.yardopts +0 -0
- data/CHANGELOG.md +144 -0
- data/CLI.md +0 -0
- data/Dockerfile.jruby +7 -2
- data/Dockerfile.ruby +1 -1
- data/Gemfile +0 -0
- data/Guardfile +0 -0
- data/Rakefile +23 -9
- data/TODO.md +0 -0
- data/bin/gitflow-init.sh +8 -0
- data/ci.rake +3 -3
- data/data/2008.crt +39 -0
- data/data/new_ca.cer +22 -0
- data/dependency_decisions.yml +0 -0
- data/docker-compose.lcm.yml +31 -0
- data/docker-compose.yml +4 -2
- data/gooddata.gemspec +3 -3
- data/lcm.rake +288 -0
- data/lib/gooddata.rb +1 -0
- data/lib/gooddata/bricks/base_downloader.rb +1 -1
- data/lib/gooddata/bricks/brick.rb +0 -1
- data/lib/gooddata/bricks/middleware/aws_middleware.rb +1 -1
- data/lib/gooddata/bricks/middleware/logger_middleware.rb +1 -1
- data/lib/gooddata/bricks/pipeline.rb +67 -0
- data/lib/gooddata/bricks/provisioning_brick.rb +18 -0
- data/lib/gooddata/bricks/release_brick.rb +18 -0
- data/lib/gooddata/bricks/rollout_brick.rb +14 -0
- data/lib/gooddata/bricks/user_filters_brick.rb +13 -0
- data/lib/gooddata/bricks/users_brick.rb +13 -0
- data/lib/gooddata/core/logging.rb +1 -1
- data/lib/gooddata/exceptions/maql_execution.rb +1 -1
- data/lib/gooddata/extensions/string.rb +0 -0
- data/lib/gooddata/lcm/actions/associate_clients.rb +34 -8
- data/lib/gooddata/lcm/actions/collect_data_product.rb +8 -1
- data/lib/gooddata/lcm/actions/collect_segment_clients.rb +13 -23
- data/lib/gooddata/lcm/actions/collect_segments.rb +10 -0
- data/lib/gooddata/lcm/actions/synchronize_clients.rb +3 -1
- data/lib/gooddata/lcm/actions/synchronize_ldm.rb +61 -34
- data/lib/gooddata/lcm/actions/synchronize_user_filters.rb +6 -4
- data/lib/gooddata/lcm/actions/update_release_table.rb +4 -12
- data/lib/gooddata/lcm/dsl/params_dsl.rb +0 -4
- data/lib/gooddata/lcm/dsl/type_dsl.rb +0 -4
- data/lib/gooddata/lcm/helpers/check_helper.rb +1 -1
- data/lib/gooddata/lcm/lcm2.rb +0 -2
- data/lib/gooddata/lcm/types/special/enum.rb +6 -0
- data/lib/gooddata/lcm/types/special/enum/synchronize_ldm.rb +20 -0
- data/lib/gooddata/lcm/types/special/types.rb +1 -1
- data/lib/gooddata/mixins/is_folder.rb +0 -0
- data/lib/gooddata/mixins/to_json.rb +0 -0
- data/lib/gooddata/mixins/uri_getter.rb +0 -0
- data/lib/gooddata/models/project_creator.rb +38 -30
- data/lib/gooddata/models/user_filters/user_filter_builder.rb +1 -0
- data/lib/gooddata/rest/README.md +0 -0
- data/lib/gooddata/version.rb +1 -1
- data/lib/templates/bricks/brick.rb.erb +0 -0
- data/lib/templates/bricks/main.rb.erb +0 -0
- data/lib/templates/project/Goodfile.erb +0 -0
- data/lib/templates/project/data/commits.csv +0 -0
- data/lib/templates/project/data/devs.csv +0 -0
- data/lib/templates/project/data/repos.csv +0 -0
- data/lib/templates/project/model/model.rb.erb +0 -0
- metadata +23 -452
- data/lib/gooddata/lcm/actions/ensure_data_product.rb +0 -63
- data/spec/.rubocop.yml +0 -16
- data/spec/bricks/bricks_spec.rb +0 -110
- data/spec/bricks/default-config.json +0 -8
- data/spec/data/.gooddata +0 -4
- data/spec/data/blueprints/additional_dataset_module.json +0 -32
- data/spec/data/blueprints/attribute_sort_order_blueprint.json +0 -72
- data/spec/data/blueprints/big_blueprint_not_pruned.json +0 -2079
- data/spec/data/blueprints/invalid_blueprint.json +0 -103
- data/spec/data/blueprints/m_n_model.json +0 -104
- data/spec/data/blueprints/model_module.json +0 -25
- data/spec/data/blueprints/test_blueprint.json +0 -39
- data/spec/data/blueprints/test_project_model_spec.json +0 -106
- data/spec/data/cc/data/source/commits.csv +0 -4
- data/spec/data/cc/data/source/devs.csv +0 -4
- data/spec/data/cc/data/source/repos.csv +0 -3
- data/spec/data/cc/devel.prm +0 -0
- data/spec/data/cc/graph/graph.grf +0 -11
- data/spec/data/cc/workspace.prm +0 -19
- data/spec/data/column_based_permissions.csv +0 -7
- data/spec/data/column_based_permissions2.csv +0 -6
- data/spec/data/dynamic_schedule_params_table.csv +0 -7
- data/spec/data/gd_gse_data_blueprint.json +0 -1371
- data/spec/data/gd_gse_data_manifest.json +0 -1424
- data/spec/data/gd_gse_data_model.json +0 -1772
- data/spec/data/gooddata_version_process/gooddata_version.rb +0 -9
- data/spec/data/gooddata_version_process/gooddata_version.zip +0 -0
- data/spec/data/hello_world_process/hello_world.rb +0 -9
- data/spec/data/hello_world_process/hello_world.zip +0 -0
- data/spec/data/integration_model.json +0 -252
- data/spec/data/integration_policies.csv +0 -9134
- data/spec/data/line_based_permissions.csv +0 -3
- data/spec/data/manifests/test_blueprint.json +0 -32
- data/spec/data/manifests/test_project.json +0 -107
- data/spec/data/reports/left_attr_report.json +0 -108
- data/spec/data/reports/metric_only_one_line.json +0 -83
- data/spec/data/reports/report_1.json +0 -197
- data/spec/data/reports/top_attr_report.json +0 -108
- data/spec/data/ruby_params_process/ruby_params.rb +0 -9
- data/spec/data/ruby_process/deep_files/deep_stuff.txt +0 -1
- data/spec/data/ruby_process/process.rb +0 -8
- data/spec/data/ruby_process/stuff.txt +0 -1
- data/spec/data/superfluous_titles_view.json +0 -81
- data/spec/data/test-ci-data.csv +0 -2
- data/spec/data/user_filters.csv +0 -2
- data/spec/data/users.csv +0 -12
- data/spec/data/wire_models/attribute_sort_by_model.json +0 -73
- data/spec/data/wire_models/model_view.json +0 -1775
- data/spec/data/wire_models/nu_model.json +0 -3046
- data/spec/data/wire_models/test_blueprint.json +0 -66
- data/spec/data/wire_test_project.json +0 -150
- data/spec/data/workspace_table.csv +0 -3
- data/spec/environment/default.rb +0 -43
- data/spec/environment/development.rb +0 -32
- data/spec/environment/environment.rb +0 -38
- data/spec/environment/production.rb +0 -27
- data/spec/environment/staging.rb +0 -32
- data/spec/environment/testing.rb +0 -32
- data/spec/helpers/appstore_project_helper.rb +0 -221
- data/spec/helpers/blueprint_helper.rb +0 -27
- data/spec/helpers/cli_helper.rb +0 -38
- data/spec/helpers/connection_helper.rb +0 -43
- data/spec/helpers/constants.rb +0 -32
- data/spec/helpers/crypto_helper.rb +0 -19
- data/spec/helpers/csv_helper.rb +0 -20
- data/spec/helpers/process_helper.rb +0 -35
- data/spec/helpers/project_helper.rb +0 -74
- data/spec/helpers/schedule_helper.rb +0 -33
- data/spec/helpers/spec_helper.rb +0 -17
- data/spec/integration/ads_output_stage_spec.rb +0 -45
- data/spec/integration/blueprint_updates_spec.rb +0 -107
- data/spec/integration/blueprint_with_ca_spec.rb +0 -56
- data/spec/integration/blueprint_with_grain_spec.rb +0 -74
- data/spec/integration/channel_configuration_spec.rb +0 -67
- data/spec/integration/clients_spec.rb +0 -164
- data/spec/integration/command_datawarehouse_spec.rb +0 -45
- data/spec/integration/command_projects_spec.rb +0 -32
- data/spec/integration/commands/command_projects_spec.rb +0 -22
- data/spec/integration/connection_spec.rb +0 -37
- data/spec/integration/core/connection_spec.rb +0 -56
- data/spec/integration/core/logging_spec.rb +0 -132
- data/spec/integration/core/project_spec.rb +0 -54
- data/spec/integration/create_from_template_spec.rb +0 -29
- data/spec/integration/create_project_spec.rb +0 -27
- data/spec/integration/date_dim_switch_spec.rb +0 -154
- data/spec/integration/deprecated_load_spec.rb +0 -60
- data/spec/integration/full_process_schedule_spec.rb +0 -367
- data/spec/integration/full_project_spec.rb +0 -592
- data/spec/integration/helpers_spec.rb +0 -16
- data/spec/integration/lcm_spec.rb +0 -54
- data/spec/integration/mandatory_user_filter_spec.rb +0 -53
- data/spec/integration/mixins/id_to_uri_spec.rb +0 -56
- data/spec/integration/models/data_product_spec.rb +0 -71
- data/spec/integration/models/domain_spec.rb +0 -162
- data/spec/integration/models/invitation_spec.rb +0 -17
- data/spec/integration/models/label_spec.rb +0 -49
- data/spec/integration/models/membership_spec.rb +0 -127
- data/spec/integration/models/metadata/report_spec.rb +0 -54
- data/spec/integration/models/metric_spec.rb +0 -24
- data/spec/integration/models/params_spec.rb +0 -118
- data/spec/integration/models/process_spec.rb +0 -35
- data/spec/integration/models/profile_spec.rb +0 -210
- data/spec/integration/models/project_role_spec.rb +0 -94
- data/spec/integration/models/project_spec.rb +0 -225
- data/spec/integration/models/schedule_spec.rb +0 -477
- data/spec/integration/models/unit_project_spec.rb +0 -130
- data/spec/integration/over_to_user_filters_spec.rb +0 -98
- data/spec/integration/partial_md_export_import_spec.rb +0 -41
- data/spec/integration/project_spec.rb +0 -381
- data/spec/integration/rest_spec.rb +0 -214
- data/spec/integration/schedule_spec.rb +0 -611
- data/spec/integration/segments_spec.rb +0 -100
- data/spec/integration/subscription_spec.rb +0 -88
- data/spec/integration/urn_date_dim_spec.rb +0 -53
- data/spec/integration/user_filters_spec.rb +0 -310
- data/spec/integration/user_group_spec.rb +0 -147
- data/spec/integration/variables_spec.rb +0 -189
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/can_assign_a_custom_logger.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/client_logs_when_given_custom_message.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/has_the_request_id_logged_when_I_passed_it.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logging_off/Disables_logging.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logging_on/Enables_logging.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project/Returns_project_assigned.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_nil.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_directly.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_using_project_ID.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_using_project_URL.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_with_project/Uses_project_specified.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_Metric/all.yml +0 -2065
- data/spec/integration/vcr_cassettes/GoodData_Metric/should_be_able_to_update_folders.yml +0 -119
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/all.yml +0 -9812
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_get_json_containing_correct_id.yml +0 -174
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_return_nil_for_unknown_id.yml +0 -58
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_throw_BadRequest_for_-1.yml +0 -63
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_connect/Connects_using_username_and_password.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_disconnect/Connects_using_username_and_password.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_generate_request_id/Generates_a_non-empty_string.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_/Should_list_user_groups_as_Array.yml +0 -56
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_add_members/Should_add_member.yml +0 -315
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_members/Should_return_members_as_array.yml +0 -54
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_remove_members/Should_remove_existing_members.yml +0 -258
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_save/updates_existing_group.yml +0 -159
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_set_members/Should_set_new_members.yml +0 -158
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/all.yml +0 -809
- data/spec/logging_in_logging_out_spec.rb +0 -91
- data/spec/spec_helper.rb +0 -110
- data/spec/unit/actions/associate_clients_spec.rb +0 -48
- data/spec/unit/actions/collect_client_projects_spec.rb +0 -47
- data/spec/unit/actions/collect_clients_spec.rb +0 -65
- data/spec/unit/actions/collect_data_product_spec.rb +0 -58
- data/spec/unit/actions/collect_dynamic_schedule_params_spec.rb +0 -56
- data/spec/unit/actions/collect_meta_spec.rb +0 -88
- data/spec/unit/actions/collect_segment_clients_spec.rb +0 -82
- data/spec/unit/actions/collect_tagged_objects_spec.rb +0 -126
- data/spec/unit/actions/collect_users_brick_users_spec.rb +0 -36
- data/spec/unit/actions/create_segment_masters_spec.rb +0 -65
- data/spec/unit/actions/ensure_data_product_spec.rb +0 -39
- data/spec/unit/actions/ensure_technical_users_domain_spec.rb +0 -53
- data/spec/unit/actions/ensure_technical_users_project_spec.rb +0 -76
- data/spec/unit/actions/execute_schedules_spec.rb +0 -94
- data/spec/unit/actions/provision_clients_spec.rb +0 -46
- data/spec/unit/actions/purge_clients_spec.rb +0 -47
- data/spec/unit/actions/rename_existing_client_projects_spec.rb +0 -54
- data/spec/unit/actions/segments_filter_spec.rb +0 -46
- data/spec/unit/actions/shared_examples_for_user_actions.rb +0 -43
- data/spec/unit/actions/synchronize_cas_spec.rb +0 -58
- data/spec/unit/actions/synchronize_clients_spec.rb +0 -71
- data/spec/unit/actions/synchronize_etls_in_segment_spec.rb +0 -206
- data/spec/unit/actions/synchronize_ldm_spec.rb +0 -70
- data/spec/unit/actions/synchronize_user_filters_spec.rb +0 -208
- data/spec/unit/actions/synchronize_user_groups_spec.rb +0 -49
- data/spec/unit/actions/synchronize_users_spec.rb +0 -180
- data/spec/unit/bricks/bricks_spec.rb +0 -34
- data/spec/unit/bricks/middleware/aws_middelware_spec.rb +0 -98
- data/spec/unit/bricks/middleware/bench_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/bulk_salesforce_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/gooddata_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/logger_middleware_spec.rb +0 -30
- data/spec/unit/bricks/middleware/restforce_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/stdout_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/twitter_middleware_spec.rb +0 -15
- data/spec/unit/cli/cli_spec.rb +0 -17
- data/spec/unit/cli/commands/cmd_auth_spec.rb +0 -17
- data/spec/unit/core/nil_logger_spec.rb +0 -13
- data/spec/unit/extensions/hash_spec.rb +0 -22
- data/spec/unit/godzilla/goodzilla_spec.rb +0 -74
- data/spec/unit/helpers/check_helper_production_spec.rb +0 -34
- data/spec/unit/helpers/check_helper_spec.rb +0 -134
- data/spec/unit/helpers/csv_helper_spec.rb +0 -22
- data/spec/unit/helpers/data_helper_spec.rb +0 -67
- data/spec/unit/helpers/global_helpers_spec.rb +0 -264
- data/spec/unit/helpers_spec.rb +0 -254
- data/spec/unit/lcm/lcm2_spec.rb +0 -100
- data/spec/unit/lcm/user_bricks_helper_spec.rb +0 -58
- data/spec/unit/models/blueprint/attribute_sort_by_spec.rb +0 -20
- data/spec/unit/models/blueprint/attributes_spec.rb +0 -28
- data/spec/unit/models/blueprint/dataset_spec.rb +0 -120
- data/spec/unit/models/blueprint/label_blueprint_field_spec.rb +0 -43
- data/spec/unit/models/blueprint/project_blueprint_spec.rb +0 -642
- data/spec/unit/models/blueprint/reference_spec.rb +0 -28
- data/spec/unit/models/blueprint/schema_builder_spec.rb +0 -36
- data/spec/unit/models/blueprint/to_wire_spec.rb +0 -196
- data/spec/unit/models/dataset_blueprint.rb +0 -14
- data/spec/unit/models/execution_spec.rb +0 -109
- data/spec/unit/models/from_wire_spec.rb +0 -321
- data/spec/unit/models/metadata_spec.rb +0 -140
- data/spec/unit/models/metric_spec.rb +0 -129
- data/spec/unit/models/model_spec.rb +0 -87
- data/spec/unit/models/project_creator_spec.rb +0 -90
- data/spec/unit/models/project_spec.rb +0 -94
- data/spec/unit/models/report_result_data_spec.rb +0 -194
- data/spec/unit/models/to_manifest_spec.rb +0 -165
- data/spec/unit/models/user_filters/user_filter_builder_spec.rb +0 -149
- data/spec/unit/models/user_filters_spec.rb +0 -95
- data/spec/unit/models/variable_spec.rb +0 -280
- data/spec/unit/rest/phmap_spec.rb +0 -117
- data/spec/unit/rest/polling_spec.rb +0 -101
- data/spec/unit/rest/resource_spec.rb +0 -10
- data/spec/vcr_configurer.rb +0 -63
@@ -1,159 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: put
|
5
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"userGroup":{"content":{"name":"This is new name","id":"b68p3VCYfyYX-67OyFGKy8w","description":"This
|
9
|
-
is new description","domain":null,"project":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"}}}'
|
10
|
-
headers:
|
11
|
-
Accept:
|
12
|
-
- application/json, application/zip
|
13
|
-
Accept-Encoding:
|
14
|
-
- gzip, deflate
|
15
|
-
User-Agent:
|
16
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
17
|
-
Content-Type:
|
18
|
-
- application/json
|
19
|
-
X-Gdc-Authtt:
|
20
|
-
- "<X_GDC_AUTHTT>"
|
21
|
-
X-Gdc-Request:
|
22
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:gXwxaul2zF3Vqo2ZzW7k-Q
|
23
|
-
Content-Length:
|
24
|
-
- '197'
|
25
|
-
Host:
|
26
|
-
- staging2-lcm-prod.intgdc.com
|
27
|
-
response:
|
28
|
-
status:
|
29
|
-
code: 204
|
30
|
-
message: No Content
|
31
|
-
headers:
|
32
|
-
X-Gdc-Log-Header:
|
33
|
-
- ''
|
34
|
-
Cache-Control:
|
35
|
-
- no-cache, no-store, must-revalidate
|
36
|
-
Date:
|
37
|
-
- Mon, 28 May 2018 15:38:36 GMT
|
38
|
-
Server:
|
39
|
-
- GoodData WebApp
|
40
|
-
X-Gdc-Request-Time:
|
41
|
-
- '16'
|
42
|
-
X-Gdc-Request:
|
43
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:gXwxaul2zF3Vqo2ZzW7k-Q:Kdq3uYRf5k7xcO37
|
44
|
-
Vary:
|
45
|
-
- origin
|
46
|
-
Strict-Transport-Security:
|
47
|
-
- max-age=10886400; includeSubDomains; preload;
|
48
|
-
body:
|
49
|
-
encoding: UTF-8
|
50
|
-
string: ''
|
51
|
-
http_version:
|
52
|
-
recorded_at: Mon, 28 May 2018 15:38:37 GMT
|
53
|
-
- request:
|
54
|
-
method: get
|
55
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w
|
56
|
-
body:
|
57
|
-
encoding: US-ASCII
|
58
|
-
string: ''
|
59
|
-
headers:
|
60
|
-
Accept:
|
61
|
-
- application/json, application/zip
|
62
|
-
Accept-Encoding:
|
63
|
-
- gzip, deflate
|
64
|
-
User-Agent:
|
65
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
66
|
-
Content-Type:
|
67
|
-
- application/json
|
68
|
-
X-Gdc-Authtt:
|
69
|
-
- "<X_GDC_AUTHTT>"
|
70
|
-
X-Gdc-Request:
|
71
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:cUmuvU_uiQuNJfiGxQ3j6A
|
72
|
-
Host:
|
73
|
-
- staging2-lcm-prod.intgdc.com
|
74
|
-
response:
|
75
|
-
status:
|
76
|
-
code: 200
|
77
|
-
message: OK
|
78
|
-
headers:
|
79
|
-
X-Gdc-Log-Header:
|
80
|
-
- ''
|
81
|
-
Cache-Control:
|
82
|
-
- no-cache, no-store, must-revalidate
|
83
|
-
Content-Type:
|
84
|
-
- application/json;charset=UTF-8
|
85
|
-
Date:
|
86
|
-
- Mon, 28 May 2018 15:38:37 GMT
|
87
|
-
Server:
|
88
|
-
- GoodData WebApp
|
89
|
-
X-Gdc-Request:
|
90
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:cUmuvU_uiQuNJfiGxQ3j6A:ucsRgxrkOYm73G80
|
91
|
-
Vary:
|
92
|
-
- origin
|
93
|
-
X-Gdc-Request-Time:
|
94
|
-
- '10'
|
95
|
-
Transfer-Encoding:
|
96
|
-
- chunked
|
97
|
-
Strict-Transport-Security:
|
98
|
-
- max-age=10886400; includeSubDomains; preload;
|
99
|
-
body:
|
100
|
-
encoding: ASCII-8BIT
|
101
|
-
string: '{"userGroup":{"content":{"name":"This is new name","id":"b68p3VCYfyYX-67OyFGKy8w","description":"This
|
102
|
-
is new description","domain":null,"project":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"},"meta":{"created":"2018-05-28
|
103
|
-
17:38:27","updated":"2018-05-28 17:38:37"},"links":{"self":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w","members":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/members","modifyMembers":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/modifyMembers"}}}'
|
104
|
-
http_version:
|
105
|
-
recorded_at: Mon, 28 May 2018 15:38:38 GMT
|
106
|
-
- request:
|
107
|
-
method: get
|
108
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups?project=ob2pjaipm62wfmv0qzxo0z5kx3hat47q
|
109
|
-
body:
|
110
|
-
encoding: US-ASCII
|
111
|
-
string: ''
|
112
|
-
headers:
|
113
|
-
Accept:
|
114
|
-
- application/json, application/zip
|
115
|
-
Accept-Encoding:
|
116
|
-
- gzip, deflate
|
117
|
-
User-Agent:
|
118
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
119
|
-
Content-Type:
|
120
|
-
- application/json
|
121
|
-
X-Gdc-Authtt:
|
122
|
-
- "<X_GDC_AUTHTT>"
|
123
|
-
X-Gdc-Request:
|
124
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:C7boEd9EoBpiEBHb5GyEPg
|
125
|
-
Host:
|
126
|
-
- staging2-lcm-prod.intgdc.com
|
127
|
-
response:
|
128
|
-
status:
|
129
|
-
code: 200
|
130
|
-
message: OK
|
131
|
-
headers:
|
132
|
-
X-Gdc-Log-Header:
|
133
|
-
- ''
|
134
|
-
Cache-Control:
|
135
|
-
- no-cache, no-store, must-revalidate
|
136
|
-
Content-Type:
|
137
|
-
- application/json;charset=UTF-8
|
138
|
-
Date:
|
139
|
-
- Mon, 28 May 2018 15:38:38 GMT
|
140
|
-
Server:
|
141
|
-
- GoodData WebApp
|
142
|
-
X-Gdc-Request:
|
143
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:C7boEd9EoBpiEBHb5GyEPg:Fd6lsP02iOZYcRRX
|
144
|
-
Vary:
|
145
|
-
- origin
|
146
|
-
X-Gdc-Request-Time:
|
147
|
-
- '20'
|
148
|
-
Transfer-Encoding:
|
149
|
-
- chunked
|
150
|
-
Strict-Transport-Security:
|
151
|
-
- max-age=10886400; includeSubDomains; preload;
|
152
|
-
body:
|
153
|
-
encoding: ASCII-8BIT
|
154
|
-
string: '{"userGroups":{"paging":{"offset":null,"limit":1000,"next":null},"items":[{"userGroup":{"content":{"name":"This
|
155
|
-
is new name","id":"b68p3VCYfyYX-67OyFGKy8w","description":"This is new description","domain":null,"project":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"},"meta":{"created":"2018-05-28
|
156
|
-
17:38:27","updated":"2018-05-28 17:38:37"},"links":{"self":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w","members":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/members","modifyMembers":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/modifyMembers"}}}]}}'
|
157
|
-
http_version:
|
158
|
-
recorded_at: Mon, 28 May 2018 15:38:38 GMT
|
159
|
-
recorded_with: VCR 4.0.0
|
data/spec/integration/vcr_cassettes/GoodData_UserGroup/_set_members/Should_set_new_members.yml
DELETED
@@ -1,158 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/modifyMembers
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"modifyMembers":{"operation":"SET","items":["/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"]}}'
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json, application/zip
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
User-Agent:
|
15
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
X-Gdc-Authtt:
|
19
|
-
- "<X_GDC_AUTHTT>"
|
20
|
-
X-Gdc-Request:
|
21
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:-8UeoD2_pRiBG4RDmF2yJQ
|
22
|
-
Content-Length:
|
23
|
-
- '103'
|
24
|
-
Host:
|
25
|
-
- staging2-lcm-prod.intgdc.com
|
26
|
-
response:
|
27
|
-
status:
|
28
|
-
code: 204
|
29
|
-
message: No Content
|
30
|
-
headers:
|
31
|
-
X-Gdc-Log-Header:
|
32
|
-
- ''
|
33
|
-
Cache-Control:
|
34
|
-
- no-cache, no-store, must-revalidate
|
35
|
-
Date:
|
36
|
-
- Mon, 28 May 2018 15:38:32 GMT
|
37
|
-
Server:
|
38
|
-
- GoodData WebApp
|
39
|
-
X-Gdc-Request-Time:
|
40
|
-
- '12'
|
41
|
-
X-Gdc-Request:
|
42
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:-8UeoD2_pRiBG4RDmF2yJQ:TPsZoaXDi91NNpZT
|
43
|
-
Vary:
|
44
|
-
- origin
|
45
|
-
Strict-Transport-Security:
|
46
|
-
- max-age=10886400; includeSubDomains; preload;
|
47
|
-
body:
|
48
|
-
encoding: UTF-8
|
49
|
-
string: ''
|
50
|
-
http_version:
|
51
|
-
recorded_at: Mon, 28 May 2018 15:38:32 GMT
|
52
|
-
- request:
|
53
|
-
method: get
|
54
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/members
|
55
|
-
body:
|
56
|
-
encoding: US-ASCII
|
57
|
-
string: ''
|
58
|
-
headers:
|
59
|
-
Accept:
|
60
|
-
- application/json, application/zip
|
61
|
-
Accept-Encoding:
|
62
|
-
- gzip, deflate
|
63
|
-
User-Agent:
|
64
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
65
|
-
Content-Type:
|
66
|
-
- application/json
|
67
|
-
X-Gdc-Authtt:
|
68
|
-
- "<X_GDC_AUTHTT>"
|
69
|
-
X-Gdc-Request:
|
70
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:2YAADIj7ZEzZ7uJE37GkhA
|
71
|
-
Host:
|
72
|
-
- staging2-lcm-prod.intgdc.com
|
73
|
-
response:
|
74
|
-
status:
|
75
|
-
code: 200
|
76
|
-
message: OK
|
77
|
-
headers:
|
78
|
-
X-Gdc-Log-Header:
|
79
|
-
- ''
|
80
|
-
Cache-Control:
|
81
|
-
- no-cache, no-store, must-revalidate
|
82
|
-
Content-Type:
|
83
|
-
- application/json;charset=UTF-8
|
84
|
-
Date:
|
85
|
-
- Mon, 28 May 2018 15:38:32 GMT
|
86
|
-
Server:
|
87
|
-
- GoodData WebApp
|
88
|
-
X-Gdc-Request:
|
89
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:2YAADIj7ZEzZ7uJE37GkhA:rJcMwZOkMn7Q2EOt
|
90
|
-
Vary:
|
91
|
-
- origin
|
92
|
-
X-Gdc-Request-Time:
|
93
|
-
- '15'
|
94
|
-
Transfer-Encoding:
|
95
|
-
- chunked
|
96
|
-
Strict-Transport-Security:
|
97
|
-
- max-age=10886400; includeSubDomains; preload;
|
98
|
-
body:
|
99
|
-
encoding: ASCII-8BIT
|
100
|
-
string: '{"userGroupMembers":{"paging":{"offset":null,"limit":1000,"next":null},"items":[{"user":{"content":{"firstName":"the","lastName":"1"},"links":{"self":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}]}}'
|
101
|
-
http_version:
|
102
|
-
recorded_at: Mon, 28 May 2018 15:38:33 GMT
|
103
|
-
- request:
|
104
|
-
method: get
|
105
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa
|
106
|
-
body:
|
107
|
-
encoding: US-ASCII
|
108
|
-
string: ''
|
109
|
-
headers:
|
110
|
-
Accept:
|
111
|
-
- application/json, application/zip
|
112
|
-
Accept-Encoding:
|
113
|
-
- gzip, deflate
|
114
|
-
User-Agent:
|
115
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
116
|
-
Content-Type:
|
117
|
-
- application/json
|
118
|
-
X-Gdc-Authtt:
|
119
|
-
- "<X_GDC_AUTHTT>"
|
120
|
-
X-Gdc-Request:
|
121
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:0-lqjA-5vW7Bjo44yNmpFA
|
122
|
-
Host:
|
123
|
-
- staging2-lcm-prod.intgdc.com
|
124
|
-
response:
|
125
|
-
status:
|
126
|
-
code: 200
|
127
|
-
message: OK
|
128
|
-
headers:
|
129
|
-
Date:
|
130
|
-
- Mon, 28 May 2018 15:38:33 GMT
|
131
|
-
Server:
|
132
|
-
- GoodData WebApp
|
133
|
-
Keep-Alive:
|
134
|
-
- timeout=5, max=98
|
135
|
-
X-Gdc-Log-Header:
|
136
|
-
- ''
|
137
|
-
Cache-Control:
|
138
|
-
- no-cache, no-store, must-revalidate
|
139
|
-
Content-Type:
|
140
|
-
- application/json;charset=UTF-8
|
141
|
-
X-Gdc-Request:
|
142
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:0-lqjA-5vW7Bjo44yNmpFA:z4tYkSNI9szVZlhr
|
143
|
-
Vary:
|
144
|
-
- origin
|
145
|
-
X-Gdc-Request-Time:
|
146
|
-
- '23'
|
147
|
-
Transfer-Encoding:
|
148
|
-
- chunked
|
149
|
-
Strict-Transport-Security:
|
150
|
-
- max-age=10886400; includeSubDomains; preload;
|
151
|
-
body:
|
152
|
-
encoding: ASCII-8BIT
|
153
|
-
string: '{"accountSetting":{"position":null,"effectiveIpWhitelist":null,"email":"rubydev+admin@gooddata.com","updated":"2018-05-28
|
154
|
-
16:53:22","lastName":"1","phoneNumber":"","links":{"auditEvents":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/auditEvents","domain":"/gdc/domains/staging2-lcm-prod","self":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","projects":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/projects"},"firstName":"the","country":null,"ssoProvider":"test-ruby","timezone":null,"language":"en-US","ipWhitelist":null,"companyName":"","authenticationModes":["PASSWORD","SSO"],"login":"rubydev+admin@gooddata.com","created":"2017-02-10
|
155
|
-
12:18:01"}}'
|
156
|
-
http_version:
|
157
|
-
recorded_at: Mon, 28 May 2018 15:38:33 GMT
|
158
|
-
recorded_with: VCR 4.0.0
|
@@ -1,809 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/login
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"postUserLogin":{"login":"rubydev+admin@gooddata.com","password":"<PASSWORD>","remember":1,"verify_level":2}}'
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json, application/zip
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
User-Agent:
|
15
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
X-Gdc-Authtt:
|
19
|
-
- ''
|
20
|
-
X-Gdc-Request:
|
21
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:Q32RquYH5mFnVUIUckuT8w
|
22
|
-
Dont-Reauth:
|
23
|
-
- 'true'
|
24
|
-
Content-Length:
|
25
|
-
- '113'
|
26
|
-
Host:
|
27
|
-
- staging2-lcm-prod.intgdc.com
|
28
|
-
response:
|
29
|
-
status:
|
30
|
-
code: 200
|
31
|
-
message: OK
|
32
|
-
headers:
|
33
|
-
X-Gdc-Authsst:
|
34
|
-
- "<X_GDC_AUTHSST>"
|
35
|
-
X-Gdc-Authtt:
|
36
|
-
- "<X_GDC_AUTHTT>"
|
37
|
-
Expires:
|
38
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
39
|
-
Cache-Control:
|
40
|
-
- no-store, no-cache, must-revalidate, max-age=0
|
41
|
-
Pragma:
|
42
|
-
- no-cache
|
43
|
-
P3p:
|
44
|
-
- CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
|
45
|
-
X-Gdc-Log-Header:
|
46
|
-
- ''
|
47
|
-
Content-Type:
|
48
|
-
- application/json;charset=UTF-8
|
49
|
-
Date:
|
50
|
-
- Mon, 28 May 2018 15:38:14 GMT
|
51
|
-
Server:
|
52
|
-
- GoodData WebApp
|
53
|
-
X-Gdc-Request:
|
54
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:Q32RquYH5mFnVUIUckuT8w:RYrNVyOB9GVyIzi7
|
55
|
-
Vary:
|
56
|
-
- origin
|
57
|
-
X-Gdc-Request-Time:
|
58
|
-
- '57'
|
59
|
-
Transfer-Encoding:
|
60
|
-
- chunked
|
61
|
-
Strict-Transport-Security:
|
62
|
-
- max-age=10886400; includeSubDomains; preload;
|
63
|
-
body:
|
64
|
-
encoding: ASCII-8BIT
|
65
|
-
string: '{"userLogin":{"profile":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","state":"/gdc/account/login/5ad80b895edcc438e5a4418e222733fa","token":"<TOKEN>"}}'
|
66
|
-
http_version:
|
67
|
-
recorded_at: Mon, 28 May 2018 15:38:15 GMT
|
68
|
-
- request:
|
69
|
-
method: get
|
70
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/token
|
71
|
-
body:
|
72
|
-
encoding: US-ASCII
|
73
|
-
string: ''
|
74
|
-
headers:
|
75
|
-
Accept:
|
76
|
-
- application/json, application/zip
|
77
|
-
Accept-Encoding:
|
78
|
-
- gzip, deflate
|
79
|
-
User-Agent:
|
80
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
81
|
-
Content-Type:
|
82
|
-
- application/json
|
83
|
-
X-Gdc-Authtt:
|
84
|
-
- "<X_GDC_AUTHTT>"
|
85
|
-
X-Gdc-Request:
|
86
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:woQov0Hr7RC6RBzInA3JaQ
|
87
|
-
X-Gdc-Authsst:
|
88
|
-
- "<X_GDC_AUTHSST>"
|
89
|
-
Dont-Reauth:
|
90
|
-
- 'true'
|
91
|
-
Host:
|
92
|
-
- staging2-lcm-prod.intgdc.com
|
93
|
-
response:
|
94
|
-
status:
|
95
|
-
code: 200
|
96
|
-
message: OK
|
97
|
-
headers:
|
98
|
-
Expires:
|
99
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
100
|
-
Cache-Control:
|
101
|
-
- no-store, no-cache, must-revalidate, max-age=0
|
102
|
-
Pragma:
|
103
|
-
- no-cache
|
104
|
-
P3p:
|
105
|
-
- CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
|
106
|
-
X-Gdc-Authtt:
|
107
|
-
- "<X_GDC_AUTHTT>"
|
108
|
-
X-Gdc-Log-Header:
|
109
|
-
- ''
|
110
|
-
Content-Type:
|
111
|
-
- application/json
|
112
|
-
Date:
|
113
|
-
- Mon, 28 May 2018 15:38:15 GMT
|
114
|
-
Server:
|
115
|
-
- GoodData WebApp
|
116
|
-
X-Gdc-Request:
|
117
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:woQov0Hr7RC6RBzInA3JaQ:45ppvMiAndaIW6QX
|
118
|
-
Vary:
|
119
|
-
- origin
|
120
|
-
X-Gdc-Request-Time:
|
121
|
-
- '17'
|
122
|
-
Transfer-Encoding:
|
123
|
-
- chunked
|
124
|
-
Strict-Transport-Security:
|
125
|
-
- max-age=10886400; includeSubDomains; preload;
|
126
|
-
body:
|
127
|
-
encoding: ASCII-8BIT
|
128
|
-
string: '{"userToken":{"token":"<TOKEN>"}}'
|
129
|
-
http_version:
|
130
|
-
recorded_at: Mon, 28 May 2018 15:38:16 GMT
|
131
|
-
- request:
|
132
|
-
method: get
|
133
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa
|
134
|
-
body:
|
135
|
-
encoding: US-ASCII
|
136
|
-
string: ''
|
137
|
-
headers:
|
138
|
-
Accept:
|
139
|
-
- application/json, application/zip
|
140
|
-
Accept-Encoding:
|
141
|
-
- gzip, deflate
|
142
|
-
User-Agent:
|
143
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
144
|
-
Content-Type:
|
145
|
-
- application/json
|
146
|
-
X-Gdc-Authtt:
|
147
|
-
- "<X_GDC_AUTHTT>"
|
148
|
-
X-Gdc-Request:
|
149
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:9odXrlXy4Vhp_4t-pgRNeQ
|
150
|
-
Host:
|
151
|
-
- staging2-lcm-prod.intgdc.com
|
152
|
-
response:
|
153
|
-
status:
|
154
|
-
code: 200
|
155
|
-
message: OK
|
156
|
-
headers:
|
157
|
-
Date:
|
158
|
-
- Mon, 28 May 2018 15:38:16 GMT
|
159
|
-
Server:
|
160
|
-
- GoodData WebApp
|
161
|
-
Keep-Alive:
|
162
|
-
- timeout=5, max=100
|
163
|
-
X-Gdc-Log-Header:
|
164
|
-
- ''
|
165
|
-
Cache-Control:
|
166
|
-
- no-cache, no-store, must-revalidate
|
167
|
-
Content-Type:
|
168
|
-
- application/json;charset=UTF-8
|
169
|
-
X-Gdc-Request:
|
170
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:9odXrlXy4Vhp_4t-pgRNeQ:GmxX7LD3KHTsWaoF
|
171
|
-
Vary:
|
172
|
-
- origin
|
173
|
-
X-Gdc-Request-Time:
|
174
|
-
- '29'
|
175
|
-
Transfer-Encoding:
|
176
|
-
- chunked
|
177
|
-
Strict-Transport-Security:
|
178
|
-
- max-age=10886400; includeSubDomains; preload;
|
179
|
-
body:
|
180
|
-
encoding: ASCII-8BIT
|
181
|
-
string: '{"accountSetting":{"position":null,"effectiveIpWhitelist":null,"email":"rubydev+admin@gooddata.com","updated":"2018-05-28
|
182
|
-
16:53:22","lastName":"1","phoneNumber":"","links":{"auditEvents":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/auditEvents","domain":"/gdc/domains/staging2-lcm-prod","self":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","projects":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/projects"},"firstName":"the","country":null,"ssoProvider":"test-ruby","language":"en-US","timezone":null,"ipWhitelist":null,"companyName":"","authenticationModes":["PASSWORD","SSO"],"login":"rubydev+admin@gooddata.com","created":"2017-02-10
|
183
|
-
12:18:01"}}'
|
184
|
-
http_version:
|
185
|
-
recorded_at: Mon, 28 May 2018 15:38:16 GMT
|
186
|
-
- request:
|
187
|
-
method: get
|
188
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc
|
189
|
-
body:
|
190
|
-
encoding: US-ASCII
|
191
|
-
string: ''
|
192
|
-
headers:
|
193
|
-
Accept:
|
194
|
-
- application/json, application/zip
|
195
|
-
Accept-Encoding:
|
196
|
-
- gzip, deflate
|
197
|
-
User-Agent:
|
198
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
199
|
-
Content-Type:
|
200
|
-
- application/json
|
201
|
-
X-Gdc-Authtt:
|
202
|
-
- "<X_GDC_AUTHTT>"
|
203
|
-
X-Gdc-Request:
|
204
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:Sbc5_j9ENUp01O_3B5-NMg
|
205
|
-
Host:
|
206
|
-
- staging2-lcm-prod.intgdc.com
|
207
|
-
response:
|
208
|
-
status:
|
209
|
-
code: 200
|
210
|
-
message: OK
|
211
|
-
headers:
|
212
|
-
Date:
|
213
|
-
- Mon, 28 May 2018 15:38:17 GMT
|
214
|
-
Server:
|
215
|
-
- GoodData WebApp
|
216
|
-
Keep-Alive:
|
217
|
-
- timeout=5, max=100
|
218
|
-
X-Gdc-Log-Header:
|
219
|
-
- ''
|
220
|
-
Cache-Control:
|
221
|
-
- no-cache, no-store, must-revalidate
|
222
|
-
Content-Type:
|
223
|
-
- application/json;charset=UTF-8
|
224
|
-
Transfer-Encoding:
|
225
|
-
- chunked
|
226
|
-
Vary:
|
227
|
-
- Accept-Encoding
|
228
|
-
- origin
|
229
|
-
X-Gdc-Request:
|
230
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:Sbc5_j9ENUp01O_3B5-NMg:Akn6fAWDnXWmmIRQ
|
231
|
-
X-Gdc-Request-Time:
|
232
|
-
- '23'
|
233
|
-
Strict-Transport-Security:
|
234
|
-
- max-age=10886400; includeSubDomains; preload;
|
235
|
-
body:
|
236
|
-
encoding: ASCII-8BIT
|
237
|
-
string: '{"about":{"summary":"Use links to navigate the services.","category":"GoodData
|
238
|
-
API root","links":[{"link":"/gdc/","summary":"","category":"home","title":"home"},{"link":"/gdc/account/token","summary":"Temporary
|
239
|
-
token generator.","category":"token","title":"token"},{"link":"/gdc/account/login","summary":"Authentication
|
240
|
-
service.","category":"login","title":"login"},{"link":"/gdc/md","summary":"Metadata
|
241
|
-
resources.","category":"md","title":"metadata"},{"link":"/gdc/xtab2","summary":"Report
|
242
|
-
execution resource.","category":"xtab","title":"xtab"},{"link":"/gdc/exporter","summary":"Report
|
243
|
-
exporting resource.","category":"report-exporter","title":"exporter"},{"link":"/gdc/account","summary":"Resource
|
244
|
-
for logged in account manipulation.","category":"account","title":"account"},{"link":"/gdc/projects","summary":"Resource
|
245
|
-
for user and project management.","category":"projects","title":"projects"},{"link":"/gdc/tool","summary":"Miscellaneous
|
246
|
-
resources.","category":"tool","title":"tool"},{"link":"/gdc/releaseInfo","summary":"Release
|
247
|
-
information.","category":"releaseInfo","title":"releaseInfo"},{"link":"/gdc/uploads","summary":"User
|
248
|
-
data staging area.","category":"uploads","title":"user-uploads"}]}}'
|
249
|
-
http_version:
|
250
|
-
recorded_at: Mon, 28 May 2018 15:38:17 GMT
|
251
|
-
- request:
|
252
|
-
method: post
|
253
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects
|
254
|
-
body:
|
255
|
-
encoding: UTF-8
|
256
|
-
string: '{"project":{"meta":{"summary":"No summary","title":"UserGroup Testing
|
257
|
-
Project"},"content":{"guidedNavigation":1,"driver":"Pg","environment":"TESTING","authorizationToken":"<AUTHORIZATION_TOKEN>"}}}'
|
258
|
-
headers:
|
259
|
-
Accept:
|
260
|
-
- application/json, application/zip
|
261
|
-
Accept-Encoding:
|
262
|
-
- gzip, deflate
|
263
|
-
User-Agent:
|
264
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
265
|
-
Content-Type:
|
266
|
-
- application/json
|
267
|
-
X-Gdc-Authtt:
|
268
|
-
- "<X_GDC_AUTHTT>"
|
269
|
-
X-Gdc-Request:
|
270
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:srln1_x5ddXdVe-bLFR6Qw
|
271
|
-
Content-Length:
|
272
|
-
- '188'
|
273
|
-
Host:
|
274
|
-
- staging2-lcm-prod.intgdc.com
|
275
|
-
response:
|
276
|
-
status:
|
277
|
-
code: 200
|
278
|
-
message: OK
|
279
|
-
headers:
|
280
|
-
Date:
|
281
|
-
- Mon, 28 May 2018 15:38:17 GMT
|
282
|
-
Server:
|
283
|
-
- GoodData WebApp
|
284
|
-
Keep-Alive:
|
285
|
-
- timeout=5, max=99
|
286
|
-
X-Gdc-Log-Header:
|
287
|
-
- ''
|
288
|
-
Cache-Control:
|
289
|
-
- no-cache, no-store, must-revalidate
|
290
|
-
Content-Type:
|
291
|
-
- application/json;charset=UTF-8
|
292
|
-
X-Gdc-Request:
|
293
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:srln1_x5ddXdVe-bLFR6Qw:KKOjyxDGqbvIzYiH
|
294
|
-
Vary:
|
295
|
-
- origin
|
296
|
-
X-Gdc-Request-Time:
|
297
|
-
- '605'
|
298
|
-
Transfer-Encoding:
|
299
|
-
- chunked
|
300
|
-
Strict-Transport-Security:
|
301
|
-
- max-age=10886400; includeSubDomains; preload;
|
302
|
-
body:
|
303
|
-
encoding: ASCII-8BIT
|
304
|
-
string: '{"uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"}'
|
305
|
-
http_version:
|
306
|
-
recorded_at: Mon, 28 May 2018 15:38:18 GMT
|
307
|
-
- request:
|
308
|
-
method: get
|
309
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q
|
310
|
-
body:
|
311
|
-
encoding: US-ASCII
|
312
|
-
string: ''
|
313
|
-
headers:
|
314
|
-
Accept:
|
315
|
-
- application/json, application/zip
|
316
|
-
Accept-Encoding:
|
317
|
-
- gzip, deflate
|
318
|
-
User-Agent:
|
319
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
320
|
-
Content-Type:
|
321
|
-
- application/json
|
322
|
-
X-Gdc-Authtt:
|
323
|
-
- "<X_GDC_AUTHTT>"
|
324
|
-
X-Gdc-Request:
|
325
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:fk1Adupr8BcdDGWDjSq7UA
|
326
|
-
Host:
|
327
|
-
- staging2-lcm-prod.intgdc.com
|
328
|
-
response:
|
329
|
-
status:
|
330
|
-
code: 200
|
331
|
-
message: OK
|
332
|
-
headers:
|
333
|
-
Date:
|
334
|
-
- Mon, 28 May 2018 15:38:19 GMT
|
335
|
-
Server:
|
336
|
-
- GoodData WebApp
|
337
|
-
Keep-Alive:
|
338
|
-
- timeout=5, max=98
|
339
|
-
X-Gdc-Log-Header:
|
340
|
-
- ''
|
341
|
-
Cache-Control:
|
342
|
-
- no-cache, no-store, must-revalidate
|
343
|
-
Content-Type:
|
344
|
-
- application/json;charset=UTF-8
|
345
|
-
Transfer-Encoding:
|
346
|
-
- chunked
|
347
|
-
Vary:
|
348
|
-
- Accept-Encoding
|
349
|
-
- origin
|
350
|
-
X-Gdc-Request:
|
351
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:fk1Adupr8BcdDGWDjSq7UA:W6lvlwwNzgkPO5Wq
|
352
|
-
X-Gdc-Request-Time:
|
353
|
-
- '46'
|
354
|
-
Strict-Transport-Security:
|
355
|
-
- max-age=10886400; includeSubDomains; preload;
|
356
|
-
body:
|
357
|
-
encoding: ASCII-8BIT
|
358
|
-
string: '{"project":{"content":{"environment":"TESTING","cluster":"","guidedNavigation":"1","isPublic":"0","driver":"Pg","state":"PREPARING"},"links":{"ldm_thumbnail":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/ldm?thumbnail=1","self":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q","clearCaches":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/clearCaches","invitations":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/invitations","users":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users?link=1&offset=0&limit=100","uploads":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/uploads/","ldm":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/ldm","metadata":"/gdc/md/ob2pjaipm62wfmv0qzxo0z5kx3hat47q","publicartifacts":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/publicartifacts","roles":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles","userRoles":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa/roles","userPermissions":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa/permissions","dataload":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/dataload","connectors":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/connectors","execute":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/execute","config":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/config","projectFeatureFlags":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/projectFeatureFlags","schedules":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/schedules","templates":"/gdc/md/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/templates","eventstores":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/dataload/eventstore/stores"},"meta":{"created":"2018-05-28
|
359
|
-
17:38:18","summary":"No summary","updated":"2018-05-28 17:38:18","author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","title":"UserGroup
|
360
|
-
Testing Project","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}'
|
361
|
-
http_version:
|
362
|
-
recorded_at: Mon, 28 May 2018 15:38:19 GMT
|
363
|
-
- request:
|
364
|
-
method: get
|
365
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q
|
366
|
-
body:
|
367
|
-
encoding: US-ASCII
|
368
|
-
string: ''
|
369
|
-
headers:
|
370
|
-
Accept:
|
371
|
-
- application/json, application/zip
|
372
|
-
Accept-Encoding:
|
373
|
-
- gzip, deflate
|
374
|
-
User-Agent:
|
375
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
376
|
-
Content-Type:
|
377
|
-
- application/json
|
378
|
-
X-Gdc-Authtt:
|
379
|
-
- "<X_GDC_AUTHTT>"
|
380
|
-
X-Gdc-Request:
|
381
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:oH_2KNqr9aozM3cWdNJ6gA
|
382
|
-
Host:
|
383
|
-
- staging2-lcm-prod.intgdc.com
|
384
|
-
response:
|
385
|
-
status:
|
386
|
-
code: 200
|
387
|
-
message: OK
|
388
|
-
headers:
|
389
|
-
Date:
|
390
|
-
- Mon, 28 May 2018 15:38:22 GMT
|
391
|
-
Server:
|
392
|
-
- GoodData WebApp
|
393
|
-
Keep-Alive:
|
394
|
-
- timeout=5, max=97
|
395
|
-
X-Gdc-Log-Header:
|
396
|
-
- ''
|
397
|
-
Cache-Control:
|
398
|
-
- no-cache, no-store, must-revalidate
|
399
|
-
Content-Type:
|
400
|
-
- application/json;charset=UTF-8
|
401
|
-
Transfer-Encoding:
|
402
|
-
- chunked
|
403
|
-
Vary:
|
404
|
-
- Accept-Encoding
|
405
|
-
- origin
|
406
|
-
X-Gdc-Request:
|
407
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:oH_2KNqr9aozM3cWdNJ6gA:fwqTnVdw7zEtWqBy
|
408
|
-
X-Gdc-Request-Time:
|
409
|
-
- '38'
|
410
|
-
Strict-Transport-Security:
|
411
|
-
- max-age=10886400; includeSubDomains; preload;
|
412
|
-
body:
|
413
|
-
encoding: ASCII-8BIT
|
414
|
-
string: '{"project":{"content":{"environment":"TESTING","cluster":"","authorizationToken":"<AUTHORIZATION_TOKEN>","guidedNavigation":"1","isPublic":"0","driver":"Pg","state":"ENABLED"},"links":{"ldm_thumbnail":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/ldm?thumbnail=1","self":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q","clearCaches":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/clearCaches","invitations":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/invitations","users":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users?link=1&offset=0&limit=100","uploads":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/uploads/","ldm":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/ldm","metadata":"/gdc/md/ob2pjaipm62wfmv0qzxo0z5kx3hat47q","publicartifacts":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/publicartifacts","roles":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles","userRoles":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa/roles","userPermissions":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa/permissions","dataload":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/dataload","connectors":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/connectors","execute":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/execute","config":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/config","projectFeatureFlags":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/projectFeatureFlags","schedules":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/schedules","templates":"/gdc/md/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/templates","eventstores":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/dataload/eventstore/stores"},"meta":{"created":"2018-05-28
|
415
|
-
17:38:18","summary":"No summary","updated":"2018-05-28 17:38:20","author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","title":"UserGroup
|
416
|
-
Testing Project","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}'
|
417
|
-
http_version:
|
418
|
-
recorded_at: Mon, 28 May 2018 15:38:22 GMT
|
419
|
-
- request:
|
420
|
-
method: get
|
421
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/internal/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles
|
422
|
-
body:
|
423
|
-
encoding: US-ASCII
|
424
|
-
string: ''
|
425
|
-
headers:
|
426
|
-
Accept:
|
427
|
-
- application/json, application/zip
|
428
|
-
Accept-Encoding:
|
429
|
-
- gzip, deflate
|
430
|
-
User-Agent:
|
431
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
432
|
-
Content-Type:
|
433
|
-
- application/json
|
434
|
-
X-Gdc-Authtt:
|
435
|
-
- "<X_GDC_AUTHTT>"
|
436
|
-
X-Gdc-Request:
|
437
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:L8Ts_kAsxMAO2hr1X26HAQ
|
438
|
-
Host:
|
439
|
-
- staging2-lcm-prod.intgdc.com
|
440
|
-
response:
|
441
|
-
status:
|
442
|
-
code: 200
|
443
|
-
message: OK
|
444
|
-
headers:
|
445
|
-
Date:
|
446
|
-
- Mon, 28 May 2018 15:38:26 GMT
|
447
|
-
Server:
|
448
|
-
- GoodData WebApp
|
449
|
-
Keep-Alive:
|
450
|
-
- timeout=5, max=96
|
451
|
-
X-Gdc-Log-Header:
|
452
|
-
- ''
|
453
|
-
Cache-Control:
|
454
|
-
- no-cache, no-store, must-revalidate
|
455
|
-
Content-Type:
|
456
|
-
- application/json;charset=UTF-8
|
457
|
-
Transfer-Encoding:
|
458
|
-
- chunked
|
459
|
-
Vary:
|
460
|
-
- Accept-Encoding
|
461
|
-
- origin
|
462
|
-
X-Gdc-Request:
|
463
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:L8Ts_kAsxMAO2hr1X26HAQ:lkN1erI6LeUzz1Iu
|
464
|
-
X-Gdc-Request-Time:
|
465
|
-
- '39'
|
466
|
-
Strict-Transport-Security:
|
467
|
-
- max-age=10886400; includeSubDomains; preload;
|
468
|
-
body:
|
469
|
-
encoding: ASCII-8BIT
|
470
|
-
string: '{"internalProjectRoles":{"roles":[{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"1","canExportDashboard":"1","canManageComment":"1","canExecute":"1","canInitData":"1","canManageIntegration":"1","canCreateExecutionContext":"1","canManageFolder":"1","canInviteUserToProject":"1","canCreateTableDataLoad":"1","canCreateDomain":"1","canSeeOtherUserDetails":"1","canManageACL":"1","canManageAnalyticalDashboard":"1","canCreateRole":"0","canCreateProjectTemplates":"1","canCreateHelp":"1","canManageDomain":"1","canManageAttributeLabel":"1","canManageReport":"1","canExportReport":"1","canCreateColumn":"1","canManageDataSet":"1","canSetUserVariables":"1","canCreateAttributeGroup":"1","canValidateProject":"1","canSetStyle":"1","canMaintainProject":"1","canCreateETLFile":"1","canCreateScheduledMail":"1","canSuspendUserFromProject":"1","canManageIsProduction":"1","canMaintainUserFilterRelation":"1","canManageAttribute":"1","canManageReportDefinition":"1","canManageTranslations":"1","canMaintainUserFilter":"1","canCreateReport":"1","canSetLocale":"1","canEnrichData":"1","canUploadNonProductionCSV":"1","canManageETLFile":"1","canCreateComment":"1","canCreateDataSet":"1","canManageExecutionContext":"1","canCreateTable":"1","canManageTableDataLoad":"1","canRefreshData":"1","canCreateMetric":"1","canManageFilterSettings":"1","canManageProjectDashboard":"1","canManageProject":"1","canManagePrompt":"1","canAccessWorkbench":"1","canCreateAttributeLabel":"1","canCreateVisualizationClass":"1","canManageColumn":"1","canCreatePrompt":"1","canManagePublicAccessCode":"0","canListUsersInProject":"1","canManageAttributeGroup":"1","canManageMetric":"1","canManageHelp":"1","canSetProjectVariables":"1","canManageTable":"1","canCreateVisualization":"1","canCreateFolder":"1","canManageFact":"1","canManageScheduledMail":"1","canListInvitationsInProject":"1","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"1","canCreateFact":"1","canCreateAttribute":"1","canAssignUserWithRole":"1","canCreateAnalyticalDashboard":"1"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/6","created":"2018-05-28
|
471
|
-
17:38:20","identifier":"superAdminRole","summary":"the ultimate project admin","title":"SuperAdmin","updated":"2018-05-28
|
472
|
-
17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"0","canCreateProjectDashboard":"0","canExportDashboard":"1","canManageComment":"0","canExecute":"1","canInitData":"0","canManageIntegration":"0","canCreateExecutionContext":"1","canManageFolder":"0","canInviteUserToProject":"0","canCreateTableDataLoad":"0","canCreateDomain":"0","canSeeOtherUserDetails":"0","canManageACL":"0","canManageAnalyticalDashboard":"0","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"0","canManageDomain":"0","canManageAttributeLabel":"0","canManageReport":"0","canExportReport":"1","canCreateColumn":"0","canManageDataSet":"0","canSetUserVariables":"0","canCreateAttributeGroup":"0","canValidateProject":"0","canSetStyle":"0","canMaintainProject":"0","canCreateETLFile":"0","canCreateScheduledMail":"1","canSuspendUserFromProject":"0","canManageIsProduction":"0","canMaintainUserFilterRelation":"0","canManageAttribute":"0","canManageReportDefinition":"0","canManageTranslations":"0","canMaintainUserFilter":"0","canCreateReport":"0","canSetLocale":"0","canEnrichData":"0","canUploadNonProductionCSV":"0","canManageETLFile":"0","canCreateComment":"0","canCreateDataSet":"0","canManageExecutionContext":"1","canCreateTable":"0","canManageTableDataLoad":"0","canRefreshData":"0","canCreateMetric":"0","canManageFilterSettings":"0","canManageProjectDashboard":"0","canManageProject":"0","canManagePrompt":"0","canAccessWorkbench":"0","canCreateAttributeLabel":"0","canCreateVisualizationClass":"0","canManageColumn":"0","canCreatePrompt":"0","canManagePublicAccessCode":"0","canListUsersInProject":"0","canManageAttributeGroup":"0","canManageMetric":"0","canManageHelp":"0","canSetProjectVariables":"0","canManageTable":"0","canCreateVisualization":"0","canCreateFolder":"0","canManageFact":"0","canManageScheduledMail":"0","canListInvitationsInProject":"0","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"0","canCreateFact":"0","canCreateAttribute":"0","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"0"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/3","created":"2018-05-28
|
473
|
-
17:38:20","identifier":"dashboardOnlyRole","summary":"dashboard only","title":"Embedded
|
474
|
-
Dashboard Only","updated":"2018-05-28 17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"0","canExportDashboard":"1","canManageComment":"0","canExecute":"0","canInitData":"1","canManageIntegration":"1","canCreateExecutionContext":"0","canManageFolder":"0","canInviteUserToProject":"0","canCreateTableDataLoad":"0","canCreateDomain":"0","canSeeOtherUserDetails":"0","canManageACL":"0","canManageAnalyticalDashboard":"0","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"0","canManageDomain":"0","canManageAttributeLabel":"1","canManageReport":"0","canExportReport":"1","canCreateColumn":"0","canManageDataSet":"1","canSetUserVariables":"0","canCreateAttributeGroup":"0","canValidateProject":"0","canSetStyle":"0","canMaintainProject":"0","canCreateETLFile":"0","canCreateScheduledMail":"0","canSuspendUserFromProject":"0","canManageIsProduction":"0","canMaintainUserFilterRelation":"0","canManageAttribute":"1","canManageReportDefinition":"0","canManageTranslations":"0","canMaintainUserFilter":"0","canCreateReport":"0","canSetLocale":"0","canEnrichData":"0","canUploadNonProductionCSV":"0","canManageETLFile":"1","canCreateComment":"0","canCreateDataSet":"0","canManageExecutionContext":"0","canCreateTable":"0","canManageTableDataLoad":"1","canRefreshData":"1","canCreateMetric":"0","canManageFilterSettings":"0","canManageProjectDashboard":"0","canManageProject":"0","canManagePrompt":"0","canAccessWorkbench":"0","canCreateAttributeLabel":"0","canCreateVisualizationClass":"0","canManageColumn":"1","canCreatePrompt":"0","canManagePublicAccessCode":"0","canListUsersInProject":"0","canManageAttributeGroup":"1","canManageMetric":"1","canManageHelp":"0","canSetProjectVariables":"0","canManageTable":"1","canCreateVisualization":"0","canCreateFolder":"0","canManageFact":"1","canManageScheduledMail":"0","canListInvitationsInProject":"0","canCreateFilterSettings":"0","canExecuteRaw":"0","canSeePublicAccessCode":"0","canCreateReportDefinition":"0","canManageVisualization":"0","canCreateFact":"0","canCreateAttribute":"0","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"0"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/7","created":"2018-05-28
|
475
|
-
17:38:20","identifier":"connectorsSystemRole","summary":"the connectors system
|
476
|
-
user","title":"Connectors System User","updated":"2018-05-28 17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"0","canExportDashboard":"1","canManageComment":"0","canExecute":"1","canInitData":"0","canManageIntegration":"0","canCreateExecutionContext":"1","canManageFolder":"0","canInviteUserToProject":"0","canCreateTableDataLoad":"0","canCreateDomain":"0","canSeeOtherUserDetails":"0","canManageACL":"0","canManageAnalyticalDashboard":"1","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"0","canManageDomain":"0","canManageAttributeLabel":"0","canManageReport":"0","canExportReport":"1","canCreateColumn":"0","canManageDataSet":"0","canSetUserVariables":"0","canCreateAttributeGroup":"0","canValidateProject":"0","canSetStyle":"0","canMaintainProject":"0","canCreateETLFile":"0","canCreateScheduledMail":"1","canSuspendUserFromProject":"0","canManageIsProduction":"0","canMaintainUserFilterRelation":"0","canManageAttribute":"0","canManageReportDefinition":"0","canManageTranslations":"0","canMaintainUserFilter":"0","canCreateReport":"0","canSetLocale":"0","canEnrichData":"0","canUploadNonProductionCSV":"0","canManageETLFile":"0","canCreateComment":"0","canCreateDataSet":"0","canManageExecutionContext":"1","canCreateTable":"0","canManageTableDataLoad":"0","canRefreshData":"0","canCreateMetric":"0","canManageFilterSettings":"1","canManageProjectDashboard":"0","canManageProject":"0","canManagePrompt":"0","canAccessWorkbench":"0","canCreateAttributeLabel":"0","canCreateVisualizationClass":"0","canManageColumn":"0","canCreatePrompt":"0","canManagePublicAccessCode":"0","canListUsersInProject":"0","canManageAttributeGroup":"0","canManageMetric":"0","canManageHelp":"0","canSetProjectVariables":"0","canManageTable":"0","canCreateVisualization":"1","canCreateFolder":"0","canManageFact":"0","canManageScheduledMail":"0","canListInvitationsInProject":"0","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"1","canCreateFact":"0","canCreateAttribute":"0","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"1"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/9","created":"2018-05-28
|
477
|
-
17:38:20","identifier":"explorerOnlyRole","summary":"explorer only","title":"Embedded
|
478
|
-
Only Explorer","updated":"2018-05-28 17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"1","canExportDashboard":"1","canManageComment":"1","canExecute":"1","canInitData":"1","canManageIntegration":"1","canCreateExecutionContext":"1","canManageFolder":"1","canInviteUserToProject":"1","canCreateTableDataLoad":"1","canCreateDomain":"1","canSeeOtherUserDetails":"1","canManageACL":"1","canManageAnalyticalDashboard":"1","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"1","canManageDomain":"1","canManageAttributeLabel":"1","canManageReport":"1","canExportReport":"1","canCreateColumn":"1","canManageDataSet":"1","canSetUserVariables":"1","canCreateAttributeGroup":"1","canValidateProject":"1","canSetStyle":"1","canMaintainProject":"1","canCreateETLFile":"1","canCreateScheduledMail":"1","canSuspendUserFromProject":"1","canManageIsProduction":"1","canMaintainUserFilterRelation":"1","canManageAttribute":"1","canManageReportDefinition":"1","canManageTranslations":"1","canMaintainUserFilter":"1","canCreateReport":"1","canSetLocale":"1","canEnrichData":"1","canUploadNonProductionCSV":"1","canManageETLFile":"1","canCreateComment":"1","canCreateDataSet":"1","canManageExecutionContext":"1","canCreateTable":"1","canManageTableDataLoad":"1","canRefreshData":"1","canCreateMetric":"1","canManageFilterSettings":"1","canManageProjectDashboard":"1","canManageProject":"1","canManagePrompt":"1","canAccessWorkbench":"1","canCreateAttributeLabel":"1","canCreateVisualizationClass":"1","canManageColumn":"1","canCreatePrompt":"1","canManagePublicAccessCode":"0","canListUsersInProject":"1","canManageAttributeGroup":"1","canManageMetric":"1","canManageHelp":"1","canSetProjectVariables":"1","canManageTable":"1","canCreateVisualization":"1","canCreateFolder":"1","canManageFact":"1","canManageScheduledMail":"1","canListInvitationsInProject":"1","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"1","canCreateFact":"1","canCreateAttribute":"1","canAssignUserWithRole":"1","canCreateAnalyticalDashboard":"1"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2","created":"2018-05-28
|
479
|
-
17:38:20","identifier":"adminRole","summary":"project master","title":"Admin","updated":"2018-05-28
|
480
|
-
17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"0","canExportDashboard":"1","canManageComment":"0","canExecute":"1","canInitData":"0","canManageIntegration":"0","canCreateExecutionContext":"1","canManageFolder":"0","canInviteUserToProject":"0","canCreateTableDataLoad":"0","canCreateDomain":"0","canSeeOtherUserDetails":"0","canManageACL":"0","canManageAnalyticalDashboard":"1","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"0","canManageDomain":"0","canManageAttributeLabel":"0","canManageReport":"0","canExportReport":"1","canCreateColumn":"0","canManageDataSet":"0","canSetUserVariables":"0","canCreateAttributeGroup":"0","canValidateProject":"0","canSetStyle":"0","canMaintainProject":"0","canCreateETLFile":"0","canCreateScheduledMail":"1","canSuspendUserFromProject":"0","canManageIsProduction":"0","canMaintainUserFilterRelation":"0","canManageAttribute":"0","canManageReportDefinition":"0","canManageTranslations":"0","canMaintainUserFilter":"0","canCreateReport":"0","canSetLocale":"0","canEnrichData":"0","canUploadNonProductionCSV":"1","canManageETLFile":"0","canCreateComment":"0","canCreateDataSet":"0","canManageExecutionContext":"1","canCreateTable":"0","canManageTableDataLoad":"0","canRefreshData":"0","canCreateMetric":"0","canManageFilterSettings":"1","canManageProjectDashboard":"0","canManageProject":"0","canManagePrompt":"0","canAccessWorkbench":"1","canCreateAttributeLabel":"0","canCreateVisualizationClass":"0","canManageColumn":"0","canCreatePrompt":"0","canManagePublicAccessCode":"0","canListUsersInProject":"0","canManageAttributeGroup":"0","canManageMetric":"0","canManageHelp":"0","canSetProjectVariables":"0","canManageTable":"0","canCreateVisualization":"1","canCreateFolder":"0","canManageFact":"0","canManageScheduledMail":"0","canListInvitationsInProject":"0","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"1","canCreateFact":"0","canCreateAttribute":"0","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"1"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/8","created":"2018-05-28
|
481
|
-
17:38:20","identifier":"explorerRole","summary":"explorer","title":"Explorer","updated":"2018-05-28
|
482
|
-
17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"1","canExportDashboard":"1","canManageComment":"1","canExecute":"1","canInitData":"1","canManageIntegration":"1","canCreateExecutionContext":"1","canManageFolder":"1","canInviteUserToProject":"0","canCreateTableDataLoad":"1","canCreateDomain":"1","canSeeOtherUserDetails":"1","canManageACL":"0","canManageAnalyticalDashboard":"1","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"1","canManageDomain":"1","canManageAttributeLabel":"1","canManageReport":"1","canExportReport":"1","canCreateColumn":"1","canManageDataSet":"1","canSetUserVariables":"1","canCreateAttributeGroup":"1","canValidateProject":"1","canSetStyle":"1","canMaintainProject":"0","canCreateETLFile":"1","canCreateScheduledMail":"0","canSuspendUserFromProject":"1","canManageIsProduction":"1","canMaintainUserFilterRelation":"0","canManageAttribute":"1","canManageReportDefinition":"1","canManageTranslations":"1","canMaintainUserFilter":"0","canCreateReport":"1","canSetLocale":"1","canEnrichData":"1","canUploadNonProductionCSV":"1","canManageETLFile":"1","canCreateComment":"1","canCreateDataSet":"1","canManageExecutionContext":"1","canCreateTable":"1","canManageTableDataLoad":"1","canRefreshData":"1","canCreateMetric":"1","canManageFilterSettings":"1","canManageProjectDashboard":"1","canManageProject":"1","canManagePrompt":"1","canAccessWorkbench":"1","canCreateAttributeLabel":"1","canCreateVisualizationClass":"1","canManageColumn":"1","canCreatePrompt":"1","canManagePublicAccessCode":"0","canListUsersInProject":"1","canManageAttributeGroup":"1","canManageMetric":"1","canManageHelp":"1","canSetProjectVariables":"1","canManageTable":"1","canCreateVisualization":"1","canCreateFolder":"1","canManageFact":"1","canManageScheduledMail":"0","canListInvitationsInProject":"1","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"1","canCreateFact":"1","canCreateAttribute":"1","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"1"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/1","created":"2018-05-28
|
483
|
-
17:38:20","identifier":"unverifiedAdminRole","summary":"project unverified
|
484
|
-
admin","title":"Unverified Admin","updated":"2018-05-28 17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"0","canExportDashboard":"1","canManageComment":"0","canExecute":"1","canInitData":"0","canManageIntegration":"0","canCreateExecutionContext":"1","canManageFolder":"0","canInviteUserToProject":"0","canCreateTableDataLoad":"0","canCreateDomain":"0","canSeeOtherUserDetails":"0","canManageACL":"0","canManageAnalyticalDashboard":"0","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"0","canManageDomain":"0","canManageAttributeLabel":"0","canManageReport":"0","canExportReport":"1","canCreateColumn":"0","canManageDataSet":"0","canSetUserVariables":"0","canCreateAttributeGroup":"0","canValidateProject":"0","canSetStyle":"0","canMaintainProject":"0","canCreateETLFile":"0","canCreateScheduledMail":"1","canSuspendUserFromProject":"0","canManageIsProduction":"0","canMaintainUserFilterRelation":"0","canManageAttribute":"0","canManageReportDefinition":"0","canManageTranslations":"0","canMaintainUserFilter":"0","canCreateReport":"0","canSetLocale":"0","canEnrichData":"0","canUploadNonProductionCSV":"0","canManageETLFile":"0","canCreateComment":"0","canCreateDataSet":"0","canManageExecutionContext":"1","canCreateTable":"0","canManageTableDataLoad":"0","canRefreshData":"0","canCreateMetric":"0","canManageFilterSettings":"0","canManageProjectDashboard":"0","canManageProject":"0","canManagePrompt":"0","canAccessWorkbench":"1","canCreateAttributeLabel":"0","canCreateVisualizationClass":"0","canManageColumn":"0","canCreatePrompt":"0","canManagePublicAccessCode":"0","canListUsersInProject":"0","canManageAttributeGroup":"0","canManageMetric":"0","canManageHelp":"0","canSetProjectVariables":"0","canManageTable":"0","canCreateVisualization":"0","canCreateFolder":"0","canManageFact":"0","canManageScheduledMail":"0","canListInvitationsInProject":"0","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"0","canCreateFact":"0","canCreateAttribute":"0","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"0"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/4","created":"2018-05-28
|
485
|
-
17:38:20","identifier":"readOnlyUserRole","summary":"read only user role","title":"Viewer","updated":"2018-05-28
|
486
|
-
17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}},{"projectRole":{"permissions":{"canAccessIntegration":"1","canCreateProjectDashboard":"1","canExportDashboard":"1","canManageComment":"1","canExecute":"1","canInitData":"0","canManageIntegration":"0","canCreateExecutionContext":"1","canManageFolder":"1","canInviteUserToProject":"0","canCreateTableDataLoad":"0","canCreateDomain":"1","canSeeOtherUserDetails":"1","canManageACL":"1","canManageAnalyticalDashboard":"1","canCreateRole":"0","canCreateProjectTemplates":"0","canCreateHelp":"0","canManageDomain":"1","canManageAttributeLabel":"0","canManageReport":"1","canExportReport":"1","canCreateColumn":"0","canManageDataSet":"0","canSetUserVariables":"0","canCreateAttributeGroup":"0","canValidateProject":"0","canSetStyle":"0","canMaintainProject":"0","canCreateETLFile":"1","canCreateScheduledMail":"1","canSuspendUserFromProject":"0","canManageIsProduction":"0","canMaintainUserFilterRelation":"0","canManageAttribute":"0","canManageReportDefinition":"1","canManageTranslations":"0","canMaintainUserFilter":"0","canCreateReport":"1","canSetLocale":"0","canEnrichData":"1","canUploadNonProductionCSV":"1","canManageETLFile":"1","canCreateComment":"1","canCreateDataSet":"0","canManageExecutionContext":"1","canCreateTable":"0","canManageTableDataLoad":"0","canRefreshData":"1","canCreateMetric":"1","canManageFilterSettings":"1","canManageProjectDashboard":"1","canManageProject":"0","canManagePrompt":"0","canAccessWorkbench":"1","canCreateAttributeLabel":"0","canCreateVisualizationClass":"0","canManageColumn":"0","canCreatePrompt":"0","canManagePublicAccessCode":"0","canListUsersInProject":"1","canManageAttributeGroup":"0","canManageMetric":"1","canManageHelp":"0","canSetProjectVariables":"0","canManageTable":"0","canCreateVisualization":"1","canCreateFolder":"1","canManageFact":"0","canManageScheduledMail":"1","canListInvitationsInProject":"0","canCreateFilterSettings":"1","canExecuteRaw":"1","canSeePublicAccessCode":"0","canCreateReportDefinition":"1","canManageVisualization":"1","canCreateFact":"0","canCreateAttribute":"0","canAssignUserWithRole":"0","canCreateAnalyticalDashboard":"1"},"meta":{"author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","uri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/5","created":"2018-05-28
|
487
|
-
17:38:20","identifier":"editorRole","summary":"invited user","title":"Editor","updated":"2018-05-28
|
488
|
-
17:38:20","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}],"links":{"project":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"}}}'
|
489
|
-
http_version:
|
490
|
-
recorded_at: Mon, 28 May 2018 15:38:26 GMT
|
491
|
-
- request:
|
492
|
-
method: post
|
493
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users
|
494
|
-
body:
|
495
|
-
encoding: UTF-8
|
496
|
-
string: '{"users":[{"user":{"content":{"status":"ENABLED","userRoles":["/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2"]},"links":{"self":"/gdc/account/profile/gemtest7044566@gooddata.com"}}},{"user":{"content":{"status":"ENABLED","userRoles":["/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2"]},"links":{"self":"/gdc/account/profile/gemtest307430@gooddata.com"}}},{"user":{"content":{"status":"ENABLED","userRoles":["/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2"]},"links":{"self":"/gdc/account/profile/gemtest856817@gooddata.com"}}},{"user":{"content":{"status":"ENABLED","userRoles":["/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2"]},"links":{"self":"/gdc/account/profile/gemtest4806538@gooddata.com"}}},{"user":{"content":{"status":"ENABLED","userRoles":["/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2"]},"links":{"self":"/gdc/account/profile/gemtest854508@gooddata.com"}}}]}'
|
497
|
-
headers:
|
498
|
-
Accept:
|
499
|
-
- application/json, application/zip
|
500
|
-
Accept-Encoding:
|
501
|
-
- gzip, deflate
|
502
|
-
User-Agent:
|
503
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
504
|
-
Content-Type:
|
505
|
-
- application/json
|
506
|
-
X-Gdc-Authtt:
|
507
|
-
- "<X_GDC_AUTHTT>"
|
508
|
-
X-Gdc-Request:
|
509
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:PSFlVqQd2bgBUb6CDWYksw
|
510
|
-
Content-Length:
|
511
|
-
- '913'
|
512
|
-
Host:
|
513
|
-
- staging2-lcm-prod.intgdc.com
|
514
|
-
response:
|
515
|
-
status:
|
516
|
-
code: 200
|
517
|
-
message: OK
|
518
|
-
headers:
|
519
|
-
X-Gdc-Log-Header:
|
520
|
-
- ''
|
521
|
-
Cache-Control:
|
522
|
-
- no-cache, no-store, must-revalidate
|
523
|
-
Content-Type:
|
524
|
-
- application/json;charset=UTF-8
|
525
|
-
Date:
|
526
|
-
- Mon, 28 May 2018 15:38:26 GMT
|
527
|
-
Server:
|
528
|
-
- GoodData WebApp
|
529
|
-
X-Gdc-Request:
|
530
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:PSFlVqQd2bgBUb6CDWYksw:lQc6Rv2WLrY5wfP0
|
531
|
-
Vary:
|
532
|
-
- origin
|
533
|
-
X-Gdc-Request-Time:
|
534
|
-
- '57'
|
535
|
-
Transfer-Encoding:
|
536
|
-
- chunked
|
537
|
-
Strict-Transport-Security:
|
538
|
-
- max-age=10886400; includeSubDomains; preload;
|
539
|
-
body:
|
540
|
-
encoding: ASCII-8BIT
|
541
|
-
string: '{"projectUsersUpdateResult":{"successful":[],"failed":[{"user":"/gdc/account/profile/gemtest7044566@gooddata.com","message":"Cannot
|
542
|
-
add user to project. User doesn''t exist"},{"user":"/gdc/account/profile/gemtest307430@gooddata.com","message":"Cannot
|
543
|
-
add user to project. User doesn''t exist"},{"user":"/gdc/account/profile/gemtest856817@gooddata.com","message":"Cannot
|
544
|
-
add user to project. User doesn''t exist"},{"user":"/gdc/account/profile/gemtest4806538@gooddata.com","message":"Cannot
|
545
|
-
add user to project. User doesn''t exist"},{"user":"/gdc/account/profile/gemtest854508@gooddata.com","message":"Cannot
|
546
|
-
add user to project. User doesn''t exist"}]}}'
|
547
|
-
http_version:
|
548
|
-
recorded_at: Mon, 28 May 2018 15:38:26 GMT
|
549
|
-
- request:
|
550
|
-
method: get
|
551
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users?limit=1000&offset=0
|
552
|
-
body:
|
553
|
-
encoding: US-ASCII
|
554
|
-
string: ''
|
555
|
-
headers:
|
556
|
-
Accept:
|
557
|
-
- application/json, application/zip
|
558
|
-
Accept-Encoding:
|
559
|
-
- gzip, deflate
|
560
|
-
User-Agent:
|
561
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
562
|
-
Content-Type:
|
563
|
-
- application/json
|
564
|
-
X-Gdc-Authtt:
|
565
|
-
- "<X_GDC_AUTHTT>"
|
566
|
-
X-Gdc-Request:
|
567
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:1n18CQTlKb4SjBoqvkPDXw
|
568
|
-
Host:
|
569
|
-
- staging2-lcm-prod.intgdc.com
|
570
|
-
response:
|
571
|
-
status:
|
572
|
-
code: 200
|
573
|
-
message: OK
|
574
|
-
headers:
|
575
|
-
Date:
|
576
|
-
- Mon, 28 May 2018 15:38:27 GMT
|
577
|
-
Server:
|
578
|
-
- GoodData WebApp
|
579
|
-
Keep-Alive:
|
580
|
-
- timeout=5, max=100
|
581
|
-
X-Gdc-Log-Header:
|
582
|
-
- ''
|
583
|
-
Cache-Control:
|
584
|
-
- no-cache, no-store, must-revalidate
|
585
|
-
Content-Type:
|
586
|
-
- application/json;charset=UTF-8
|
587
|
-
X-Gdc-Request:
|
588
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:1n18CQTlKb4SjBoqvkPDXw:krBwcDBvKHCPqDDB
|
589
|
-
Vary:
|
590
|
-
- origin
|
591
|
-
X-Gdc-Request-Time:
|
592
|
-
- '46'
|
593
|
-
Transfer-Encoding:
|
594
|
-
- chunked
|
595
|
-
Strict-Transport-Security:
|
596
|
-
- max-age=10886400; includeSubDomains; preload;
|
597
|
-
body:
|
598
|
-
encoding: ASCII-8BIT
|
599
|
-
string: '{"users":[{"user":{"content":{"email":"rubydev+admin@gooddata.com","firstname":"the","userRoles":["/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/roles/2"],"phonenumber":"","status":"ENABLED","lastname":"1","login":"rubydev+admin@gooddata.com"},"links":{"roles":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa/roles","permissions":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa/permissions","self":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","projects":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/projects","projectRelUri":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q/users/5ad80b895edcc438e5a4418e222733fa"},"meta":{"created":"2017-02-10
|
600
|
-
12:18:01","updated":"2018-05-28 16:53:22","author":"/gdc/account/profile/25b25d6c1cd5816c6de55f95b119d8cc","title":"the
|
601
|
-
1","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}]}'
|
602
|
-
http_version:
|
603
|
-
recorded_at: Mon, 28 May 2018 15:38:27 GMT
|
604
|
-
- request:
|
605
|
-
method: post
|
606
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups
|
607
|
-
body:
|
608
|
-
encoding: UTF-8
|
609
|
-
string: '{"userGroup":{"content":{"name":"My Test Group","description":"My Test
|
610
|
-
Description","project":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"}}}'
|
611
|
-
headers:
|
612
|
-
Accept:
|
613
|
-
- application/json, application/zip
|
614
|
-
Accept-Encoding:
|
615
|
-
- gzip, deflate
|
616
|
-
User-Agent:
|
617
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
618
|
-
Content-Type:
|
619
|
-
- application/json
|
620
|
-
X-Gdc-Authtt:
|
621
|
-
- "<X_GDC_AUTHTT>"
|
622
|
-
X-Gdc-Request:
|
623
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:_1FQNOWHpB9mMO8MyFklNg
|
624
|
-
Content-Length:
|
625
|
-
- '145'
|
626
|
-
Host:
|
627
|
-
- staging2-lcm-prod.intgdc.com
|
628
|
-
response:
|
629
|
-
status:
|
630
|
-
code: 201
|
631
|
-
message: Created
|
632
|
-
headers:
|
633
|
-
X-Gdc-Log-Header:
|
634
|
-
- ''
|
635
|
-
Cache-Control:
|
636
|
-
- no-cache, no-store, must-revalidate
|
637
|
-
Content-Type:
|
638
|
-
- application/json;charset=UTF-8
|
639
|
-
Date:
|
640
|
-
- Mon, 28 May 2018 15:38:27 GMT
|
641
|
-
Server:
|
642
|
-
- GoodData WebApp
|
643
|
-
X-Gdc-Request:
|
644
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:_1FQNOWHpB9mMO8MyFklNg:uHU8W3RZo569E4XW
|
645
|
-
Vary:
|
646
|
-
- origin
|
647
|
-
X-Gdc-Request-Time:
|
648
|
-
- '30'
|
649
|
-
Transfer-Encoding:
|
650
|
-
- chunked
|
651
|
-
Strict-Transport-Security:
|
652
|
-
- max-age=10886400; includeSubDomains; preload;
|
653
|
-
body:
|
654
|
-
encoding: ASCII-8BIT
|
655
|
-
string: '{"uri":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w"}'
|
656
|
-
http_version:
|
657
|
-
recorded_at: Mon, 28 May 2018 15:38:27 GMT
|
658
|
-
- request:
|
659
|
-
method: get
|
660
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w
|
661
|
-
body:
|
662
|
-
encoding: US-ASCII
|
663
|
-
string: ''
|
664
|
-
headers:
|
665
|
-
Accept:
|
666
|
-
- application/json, application/zip
|
667
|
-
Accept-Encoding:
|
668
|
-
- gzip, deflate
|
669
|
-
User-Agent:
|
670
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
671
|
-
Content-Type:
|
672
|
-
- application/json
|
673
|
-
X-Gdc-Authtt:
|
674
|
-
- "<X_GDC_AUTHTT>"
|
675
|
-
X-Gdc-Request:
|
676
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:vJGTeVwEw7eZBAH1n4b18g
|
677
|
-
Host:
|
678
|
-
- staging2-lcm-prod.intgdc.com
|
679
|
-
response:
|
680
|
-
status:
|
681
|
-
code: 200
|
682
|
-
message: OK
|
683
|
-
headers:
|
684
|
-
X-Gdc-Log-Header:
|
685
|
-
- ''
|
686
|
-
Cache-Control:
|
687
|
-
- no-cache, no-store, must-revalidate
|
688
|
-
Content-Type:
|
689
|
-
- application/json;charset=UTF-8
|
690
|
-
Date:
|
691
|
-
- Mon, 28 May 2018 15:38:27 GMT
|
692
|
-
Server:
|
693
|
-
- GoodData WebApp
|
694
|
-
X-Gdc-Request:
|
695
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:vJGTeVwEw7eZBAH1n4b18g:M846dG0p24TgGne8
|
696
|
-
Vary:
|
697
|
-
- origin
|
698
|
-
X-Gdc-Request-Time:
|
699
|
-
- '15'
|
700
|
-
Transfer-Encoding:
|
701
|
-
- chunked
|
702
|
-
Strict-Transport-Security:
|
703
|
-
- max-age=10886400; includeSubDomains; preload;
|
704
|
-
body:
|
705
|
-
encoding: ASCII-8BIT
|
706
|
-
string: '{"userGroup":{"content":{"name":"My Test Group","id":"b68p3VCYfyYX-67OyFGKy8w","description":"My
|
707
|
-
Test Description","domain":null,"project":"/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q"},"meta":{"created":"2018-05-28
|
708
|
-
17:38:27","updated":"2018-05-28 17:38:27"},"links":{"self":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w","members":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/members","modifyMembers":"/gdc/userGroups/b68p3VCYfyYX-67OyFGKy8w/modifyMembers"}}}'
|
709
|
-
http_version:
|
710
|
-
recorded_at: Mon, 28 May 2018 15:38:28 GMT
|
711
|
-
- request:
|
712
|
-
method: delete
|
713
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/ob2pjaipm62wfmv0qzxo0z5kx3hat47q
|
714
|
-
body:
|
715
|
-
encoding: US-ASCII
|
716
|
-
string: ''
|
717
|
-
headers:
|
718
|
-
Accept:
|
719
|
-
- application/json, application/zip
|
720
|
-
Accept-Encoding:
|
721
|
-
- gzip, deflate
|
722
|
-
User-Agent:
|
723
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
724
|
-
Content-Type:
|
725
|
-
- application/json
|
726
|
-
X-Gdc-Authtt:
|
727
|
-
- "<X_GDC_AUTHTT>"
|
728
|
-
X-Gdc-Request:
|
729
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:uYwOchIop_bEaBhUB__8TA
|
730
|
-
Host:
|
731
|
-
- staging2-lcm-prod.intgdc.com
|
732
|
-
response:
|
733
|
-
status:
|
734
|
-
code: 204
|
735
|
-
message: No Content
|
736
|
-
headers:
|
737
|
-
Date:
|
738
|
-
- Mon, 28 May 2018 15:38:39 GMT
|
739
|
-
Server:
|
740
|
-
- GoodData WebApp
|
741
|
-
Keep-Alive:
|
742
|
-
- timeout=5, max=100
|
743
|
-
X-Gdc-Log-Header:
|
744
|
-
- ''
|
745
|
-
Cache-Control:
|
746
|
-
- no-cache, no-store, must-revalidate
|
747
|
-
X-Gdc-Request-Time:
|
748
|
-
- '91'
|
749
|
-
X-Gdc-Request:
|
750
|
-
- 5EkHAK9Aigx1Fdt0ONHEKw:uYwOchIop_bEaBhUB__8TA:oKwfyFZgJhraDgAQ
|
751
|
-
Vary:
|
752
|
-
- origin
|
753
|
-
Strict-Transport-Security:
|
754
|
-
- max-age=10886400; includeSubDomains; preload;
|
755
|
-
body:
|
756
|
-
encoding: UTF-8
|
757
|
-
string: ''
|
758
|
-
http_version:
|
759
|
-
recorded_at: Mon, 28 May 2018 15:38:39 GMT
|
760
|
-
- request:
|
761
|
-
method: delete
|
762
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/login/5ad80b895edcc438e5a4418e222733fa
|
763
|
-
body:
|
764
|
-
encoding: US-ASCII
|
765
|
-
string: ''
|
766
|
-
headers:
|
767
|
-
Accept:
|
768
|
-
- application/json, application/zip
|
769
|
-
Accept-Encoding:
|
770
|
-
- gzip, deflate
|
771
|
-
User-Agent:
|
772
|
-
- gooddata-gem/1.0.2/x86_64-darwin16/2.3.4
|
773
|
-
Content-Type:
|
774
|
-
- application/json
|
775
|
-
X-Gdc-Authtt:
|
776
|
-
- "<X_GDC_AUTHTT>"
|
777
|
-
X-Gdc-Request:
|
778
|
-
- jv9DZZby3110S7K9lv9Rpg:jhJUQ9fAvGkuzWNCMANZlA
|
779
|
-
X-Gdc-Authsst:
|
780
|
-
- "<X_GDC_AUTHSST>"
|
781
|
-
Host:
|
782
|
-
- staging2-lcm-prod.intgdc.com
|
783
|
-
response:
|
784
|
-
status:
|
785
|
-
code: 204
|
786
|
-
message: No Content
|
787
|
-
headers:
|
788
|
-
X-Gdc-Log-Header:
|
789
|
-
- ''
|
790
|
-
Cache-Control:
|
791
|
-
- no-cache, no-store, must-revalidate
|
792
|
-
Date:
|
793
|
-
- Mon, 28 May 2018 15:38:39 GMT
|
794
|
-
Server:
|
795
|
-
- GoodData WebApp
|
796
|
-
X-Gdc-Request-Time:
|
797
|
-
- '20'
|
798
|
-
X-Gdc-Request:
|
799
|
-
- jv9DZZby3110S7K9lv9Rpg:jhJUQ9fAvGkuzWNCMANZlA:XpTPKM32Umi1NYAz
|
800
|
-
Vary:
|
801
|
-
- origin
|
802
|
-
Strict-Transport-Security:
|
803
|
-
- max-age=10886400; includeSubDomains; preload;
|
804
|
-
body:
|
805
|
-
encoding: UTF-8
|
806
|
-
string: ''
|
807
|
-
http_version:
|
808
|
-
recorded_at: Mon, 28 May 2018 15:38:39 GMT
|
809
|
-
recorded_with: VCR 4.0.0
|